@charset "UTF-8";
/*
Theme Name: Qstock 2026
Author: Mint Company Oy ja Mikko Hopia Oy
Author URI: https://mintcompany.fi
Description: ACF-pohjainen joustaviin sisältölohkoihin perustuva sivupohja.
Version: 3.0
*/
@font-face {
  font-display: auto;
  font-family: "Inter";
  font-weight: 400;
  src: url(fonts/Inter_18pt-Regular.ttf);
}
@font-face {
  font-display: auto;
  font-family: "Inter";
  font-weight: 700;
  src: url(fonts/Inter_18pt-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 */
  -webkit-text-decoration: underline dotted;
          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: #e7f9f9;
  color: #190609;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
body.bg-dark-blue {
  background-color: #07205c;
  background-image: url(img/bg-body-blue.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.bg-green-subpage {
  background-color: #ACFFB9;
  background-image: url(img/bg-body-green-3.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-post {
  background-color: #D9FFFF;
}
body.single-post main {
  overflow: hidden;
}
body.single-post main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti section.yksi-palsta:nth-child(2), body.single-myyntipaikka section.yksi-palsta:nth-child(2), body.single-oheisohjelma section.yksi-palsta:nth-child(2) {
  padding-top: 100px;
}
body.single-artisti.bg-green section.yksi-palsta:nth-child(2), body.single-myyntipaikka.bg-green section.yksi-palsta:nth-child(2), body.single-oheisohjelma.bg-green section.yksi-palsta:nth-child(2) {
  padding-top: 100px;
}
body.single-artisti.bg-green section.yksi-palsta:nth-child(2)::before, body.single-myyntipaikka.bg-green section.yksi-palsta:nth-child(2)::before, body.single-oheisohjelma.bg-green section.yksi-palsta:nth-child(2)::before {
  background-color: #ACFFB9;
}
body.single-artisti.bg-white section.yksi-palsta:nth-child(2), body.single-myyntipaikka.bg-white section.yksi-palsta:nth-child(2), body.single-oheisohjelma.bg-white section.yksi-palsta:nth-child(2) {
  padding-top: 100px;
}
body.single-artisti.bg-white section.yksi-palsta:nth-child(2)::before, body.single-myyntipaikka.bg-white section.yksi-palsta:nth-child(2)::before, body.single-oheisohjelma.bg-white section.yksi-palsta:nth-child(2)::before {
  background-color: #fff;
}
body.bg-surf, body.bg-coral, body.bg-surf-tint {
  background-color: #85E0E0;
  background-image: url(img/rasteri-surf.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  /* main {
    background-image: url(img/bg-qstock-surf.svg);
    background-position: top 50vh center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100vh;
  } */
}
body.page-uutiset.bg-surf::after, body.page-news.bg-surf::after {
  background-image: url(img/bg-qstock-surf.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 500vh;
  left: 0;
  position: absolute;
  top: 50vh;
  transform: translate3d(0, var(--bg-parallax, 0), 0);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
body.bg-coral {
  background-color: #FA8770;
  background-image: url(img/rasteri-coral.png);
  position: relative;
}
body.bg-coral::after {
  background-image: url(img/bg-qstock-coral.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: min(300vh, 100dvh);
  left: 0;
  position: absolute;
  top: 50vh;
  transform: translate3d(0, var(--bg-parallax, 0), 0);
  width: 100%;
  will-change: transform;
  z-index: -1;
}
body.page-liput main, body.page-tickets main {
  background-image: none !important;
}
body.bg-surf-tint {
  background-color: #D9FFFF;
}
body.single-post.bg-surf-tint, body.single-artist.bg-surf-tint {
  background-image: none;
}
body.single-post.bg-surf-tint main, body.single-artist.bg-surf-tint main {
  background-image: none;
}
body.bg-sun-tint {
  background-color: #FFF8BA;
}
body.bg-coral-tint {
  background-color: #FDD8D1;
}
body.bg-mint-tint {
  background-color: #D6F7ED;
}
body.bg-sky-tint {
  background-color: #D9F5FF;
}
body.bg-green-tint:not(.home) {
  background-color: #E4FCD4;
  background-image: url(img/rasteri-green.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.side-kalmari::before {
  aspect-ratio: 1092/1072;
  background-image: url(img/Qstock_2026_mustekala1_puhdas_coral.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: -300px;
  position: absolute;
  top: 60vh;
  transform: translate3d(0, var(--parallax-y, 0), 0) scaleX(-1);
  width: 550px;
  will-change: transform;
  z-index: -1;
}
body.side-sitruuna::before {
  background-image: url(img/Qstock_2026_sitruuna1_puhdas_coral.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 288px;
  position: absolute;
  right: -100px;
  top: 70vh;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  width: 282px;
  will-change: transform;
  z-index: -1;
}
body.side-rapu::before {
  aspect-ratio: 1092/1010;
  background-image: url(img/Qstock_2026_rapu1_puhdas_coral.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: -100px;
  position: absolute;
  top: 60vh;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  width: 400px;
  will-change: transform;
  z-index: -1;
}
body.side-kukka::before {
  aspect-ratio: 1092/794;
  background-image: url(img/Qstock_2026_kukka1_puhdas.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  position: absolute;
  right: -100px;
  top: 100vh;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  width: 400px;
  will-change: transform;
  z-index: -1;
}

iframe {
  aspect-ratio: 16/9;
  height: 100%;
  max-width: 500px;
  width: 100%;
}

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

@media only screen and (max-width: 1550px) {
  body.side-rapu::before {
    opacity: 0.2;
    width: 20vw;
  }
}
@media only screen and (max-width: 900px) {
  body {
    border: none;
    font-size: 16px;
    font-size: 1rem;
  }
  body:after {
    display: none;
  }
  body.page-ohjelma::after, body.page-programme::after {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body.navi-open main,
  body.navi-open footer {
    display: none;
  }
  /* main {
    background-size: 200% 200vw !important;
  } */
  html {
    margin-top: 0 !important;
  }
  body.single-artisti section.yksi-palsta:nth-child(2),
  body.single-myyntipaikka section.yksi-palsta:nth-child(2),
  body.single-oheisohjelma section.yksi-palsta:nth-child(2) {
    padding-top: 0;
  }
  body.single-artisti section.yksi-palsta:nth-child(2)::before,
  body.single-artisti section.yksi-palsta:nth-child(2)::after,
  body.single-post section.yksi-palsta:nth-child(2)::before,
  body.single-post section.yksi-palsta:nth-child(2)::after,
  body.single-myyntipaikka section.yksi-palsta:nth-child(2)::before,
  body.single-myyntipaikka section.yksi-palsta:nth-child(2)::after,
  body.single-oheisohjelma section.yksi-palsta:nth-child(2)::before,
  body.single-oheisohjelma section.yksi-palsta:nth-child(2)::after {
    height: 50px !important;
    top: -50px !important;
  }
  /* body.single-artisti,
  body.single-myyntipaikka,
  body.single-oheisohjelma {
    background-position: top calc(75vw - 184px) center !important;
  } */
  /* body.single-post {
    background-color: #ff6ca8;
    background-image: none;
    background-position: top calc(50vh - 184px) center !important;
  } */
  body.bg-pink-gradient {
    background-color: #ff6ca8;
    background-image: none;
  }
  body.bg-dark-blue-gradient {
    background-color: #07205d;
    background-image: none;
  }
  body.bg-peach-gradient {
    background-color: #ffadad;
    background-image: none;
  }
  body.bg-sunset-gradient {
    background-color: #ffacad;
    background-image: none;
  }
  body.bg-sea-gradient {
    background-color: #3262d4;
    background-image: none;
  }
  body.single-artisti section.yksi-palsta:nth-child(2)::before,
  body.single-artisti.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
  body.single-artisti.bg-peach section.yksi-palsta:nth-child(2)::after,
  body.single-artisti.bg-sunset section.yksi-palsta:nth-child(2)::after,
  body.single-myyntipaikka section.yksi-palsta:nth-child(2)::before,
  body.single-myyntipaikka.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
  body.single-myyntipaikka.bg-peach section.yksi-palsta:nth-child(2)::after,
  body.single-myyntipaikka.bg-sunset section.yksi-palsta:nth-child(2)::after,
  body.single-oheisohjelma section.yksi-palsta:nth-child(2)::before,
  body.single-oheisohjelma.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
  body.single-oheisohjelma.bg-peach section.yksi-palsta:nth-child(2)::after,
  body.single-oheisohjelma.bg-sunset section.yksi-palsta:nth-child(2)::after,
  body.single-post section.yksi-palsta::before,
  body.single-post section.yksi-palsta::after {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    display: none;
  }
  div.bubble {
    filter: none;
    will-change: initial;
  }
  body.single-post main div.bubble,
  body div.bubble {
    z-index: -1 !important;
  }
  body.bg-green-tint:not(.home) {
    background-image: url(img/rasteri-green-mobile.png);
  }
}
header#top {
  height: 65px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 3;
}

body.sticky-header header#top {
  animation: sticky-header 0.3s normal forwards ease-in-out;
  animation-iteration-count: 1;
  background-color: #FFEF57;
  left: 0;
  position: fixed;
  top: -65px;
  width: 100%;
  z-index: 9;
}
body.sticky-header header#top p.site-title a {
  background: url(img/qstock-logo-surf.svg) bottom center no-repeat;
  background-size: contain;
  display: block;
  height: 38px;
  top: 10px;
  width: 122px;
}
body.sticky-header header#top a.buy-tickets {
  top: 6px;
}

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

p.site-title-mobile {
  display: none;
}

p.site-title a {
  background: url("img/qstock-logo-yellow.svg") bottom center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  /* height: 90px; */
  height: 82px;
  left: 90px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  transition-duration: 0s;
  top: 55px;
  white-space: nowrap;
  /* width: 187px; */
  width: 275px;
  z-index: 2;
}

/* body:not(.home) {
  p.site-title a {
    background: url(img/qstock-logo-pink100.svg) bottom center no-repeat;
    background-size: contain;
  }
} */
body.home p.site-title a {
  animation: show-hero-text 1s normal forwards ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  opacity: 0;
}

body.bg-green p.site-title a {
  background: url(img/qstock-logo-green.svg) bottom center no-repeat;
  background-size: contain;
}

body.bg-green-subpage p.site-title a,
body.bg-green p.site-title a,
body.single-post p.site-title a,
body.bg-dark-blue-gradient p.site-title a {
  background: url(img/qstock-logo-pink100.svg) bottom center no-repeat;
  background-size: contain;
}

body.single-post p.site-title a {
  display: none;
}

body.bg-dark-blue.sticky-header header#top,
body.bg-blue.sticky-header header#top {
  background-color: #07205c;
  border: 10px solid #fff;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
  /* a.buy-tickets {
    border-color: $white;

    svg {
      bottom: -10px;
    }
  }

  button.hamburger {
    border-color: $white;
  } */
}
body.bg-dark-blue p.site-title a,
body.bg-blue p.site-title a {
  background: url(img/qstock-logo-blue.svg) bottom center no-repeat;
  background-size: contain;
}

body.bg-pink.sticky-header header#top {
  background-color: #FFC6DB;
  border: 10px solid #fff;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
}
body.bg-pink p.site-title a {
  background: url(img/qstock-logo.svg) bottom center no-repeat;
  background-size: contain;
}

body.bg-pink-gradient.sticky-header header#top {
  background-color: #ffc0ff;
}
body.bg-pink-gradient p.site-title a {
  background: url(img/qstock-logo-pink100.svg) bottom center no-repeat;
  background-size: contain;
}

body.bg-dark-blue-gradient.sticky-header header#top {
  background-color: #07205c;
}
body.bg-dark-blue-gradient p.site-title a {
  background: url(img/qstock-logo-pink20.svg) bottom center no-repeat;
  background-size: contain;
}

body.bg-peach-gradient.sticky-header header#top {
  background-color: #ffc9c9;
}
body.bg-peach-gradient p.site-title a {
  background: url(img/qstock-logo-pink100.svg) bottom center no-repeat;
  background-size: contain;
}
body.bg-peach-gradient a.buy-tickets {
  background-color: #ff9999;
}

body.bg-sea-gradient.sticky-header header#top {
  background-color: #003bc9;
}
body.bg-sea-gradient p.site-title a {
  background: url(img/qstock-logo-purple-light.svg) bottom center no-repeat;
  background-size: contain;
}
body.bg-sea-gradient a.buy-tickets {
  background-color: #ffc0ff;
}

a.buy-tickets {
  background-color: #89D5EF;
  /* background-color: $blue50; */
  /* border: 1px solid $dark-blue; */
  box-sizing: border-box;
  color: #001736;
  display: block;
  font-family: "hagrid", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  padding: 16px;
  position: absolute;
  right: 90px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  /* top: 30px; */
  top: 65px;
  /* svg {
    bottom: -9px;
    height: 9px;
    left: 5px;
    position: absolute;
    transition-duration: 0.3s;
    transform-origin: top left;
    width: 135px;
    z-index: -1;

    path {
      fill: $green100;
    }
  } */
  /* &::after {
    background-image: url(img/right-arrow.svg);
    content: '';
    display: inline-block;
    height: 24px;
    margin-left: 5px;
    transform: translateY(-2px);
    vertical-align: middle;
    width: 24px;
  } */
}
a.buy-tickets:hover {
  /* background-color: $pink100 !important;
  color: $white; */
  background-color: #59aaca;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  /* svg {
    transform: rotate(-5deg);
  } */
}

body.admin-bar header#top {
  padding-top: 32px;
  top: 32px !important;
}
body.admin-bar.sticky-header header#top {
  padding-top: 0;
}

/* body.home p.site-title a,
body.page-etusivu-demo p.site-title a,
body.page-etusivu-zoom p.site-title a {
  display: none;
} */
body.page-liput a.buy-tickets,
body.page-tickets a.buy-tickets {
  display: none;
}

@media only screen and (max-width: 1792px) {
  p.site-title a {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  header#top .wrap {
    max-width: calc(100% - 100px);
  }
  body.sticky-header header#top {
    border: none !important;
  }
}
@media only screen and (max-width: 600px) {
  /* body.home p.site-title a {
    background-image: url(img/qstock-logo-blue.svg);
    display: block;
    height: 50px;
    left: calc(50% - 82px);
    top: 50px;
    width: 164px;
  } */
  body.home p.site-title a {
    display: none;
  }
  header#top {
    /* background-color: $white; */
    background-color: transparent;
    bottom: 0;
    height: 94px;
    left: 0;
    position: fixed;
    top: auto;
    width: 100%;
    z-index: 20;
  }
  header#top .wrap {
    max-width: calc(100% - 40px);
  }
  header#top p.site-title {
    display: none;
  }
  a.buy-tickets {
    min-width: 0;
    right: 0;
  }
  a.buy-tickets::after {
    display: none;
  }
  a.buy-tickets svg {
    bottom: -8px;
    left: 0;
    width: 80%;
  }
  body:not(.navi-open) a.buy-tickets {
    display: none;
  }
  p.site-title-mobile {
    display: block;
    margin-bottom: 0;
  }
  p.site-title-mobile a {
    background: url(img/qstock-logo-yellow.svg) bottom center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    display: block;
    height: 50px;
    left: calc(50% - 82px);
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    transition-duration: 0s;
    top: 50px;
    white-space: nowrap;
    width: 164px;
    z-index: 2;
  }
  body.bg-green-subpage p.site-title-mobile a {
    background: url(img/qstock-logo-green100.svg) bottom center no-repeat;
  }
  body.single-post p.site-title-mobile a {
    background: url(img/qstock-logo-green.svg) bottom center no-repeat;
  }
  body.bg-dark-blue-gradient p.site-title-mobile a {
    background: url(img/qstock-logo-pink20.svg) bottom center no-repeat;
    background-size: contain;
  }
  body.navi-open header#top {
    background-color: #FFEF57;
  }
  body.navi-open button.hamburger {
    background-color: #fff;
  }
  body.admin-bar div#wpadminbar {
    display: none;
  }
  a.buy-tickets {
    top: 20px;
  }
  body.bg-pink-gradient p.site-title-mobile a,
  body:not(.home) p.site-title-mobile a {
    background: url(img/qstock-logo-yellow.svg) bottom center no-repeat;
    background-size: contain;
  }
  body.bg-sea-gradient p.site-title-mobile a {
    background: url(img/qstock-logo-purple-light.svg) bottom center no-repeat;
    background-size: contain;
  }
  body.bg-dark-blue-gradient p.site-title-mobile a {
    background: url(img/qstock-logo-pink20.svg) bottom center no-repeat;
    background-size: contain;
  }
}
button.hamburger {
  background: none;
  background-color: #89D5EF;
  /* border: 1px solid $dark; */
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 64px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  /* top: 15px; */
  top: 60px;
  width: 64px;
  z-index: 5;
}
button.hamburger #nav-icon span {
  border-radius: 24px;
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #151D21;
  opacity: 1;
  left: 18px;
  transform: rotate(0deg);
  transition-duration: 0.3s;
  /* -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; */
}
button.hamburger #nav-icon span:nth-child(1) {
  top: 23px;
  transform-origin: left center;
}
button.hamburger #nav-icon span:nth-child(2) {
  top: 29px;
  transform-origin: left center;
}
button.hamburger #nav-icon span:nth-child(3) {
  top: 35px;
  transform-origin: left center;
}
button.hamburger #nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  left: 22px;
  top: 21px;
}
button.hamburger #nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
button.hamburger #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  left: 22px;
  top: 40px;
}
button.hamburger:hover {
  /* background-color: $white !important; */
  background-color: #59aaca;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
}
button.hamburger:hover #nav-icon span:first-child,
button.hamburger:hover #nav-icon span:last-child {
  left: 21px;
  width: 22px;
}
button.hamburger:hover #nav-icon.open span:first-child,
button.hamburger:hover #nav-icon.open span:last-child {
  left: 24px;
}
button.hamburger:hover #nav-icon.open span:first-child {
  top: 23px;
}
button.hamburger:hover #nav-icon.open span:last-child {
  top: 39px;
}

body.page-liput button.hamburger,
body.page-tickets button.hamburger {
  background-color: #A9EDFF;
}

nav.main-navi button.hamburger {
  background-color: #fff;
  border: none;
  right: 68px;
  top: 60px;
  transition-duration: 0.3s;
  z-index: 10;
}
nav.main-navi button.hamburger:hover {
  background-color: #FFEF57 !important;
  /* #nav-icon span {
    background: $dark;
  } */
}

body.navi-open {
  overflow-x: hidden;
}
body.navi-open nav.main-navi {
  animation: show-navi 0.5s normal forwards ease-out;
  animation-iteration-count: 1;
}

body.navi-close {
  overflow-x: hidden;
}
body.navi-close nav.main-navi {
  animation: hide-navi 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

nav.main-navi {
  /* background-color: $dark-blue; */
  background-color: #6CD1E0;
  box-sizing: border-box;
  display: none;
  min-height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  overflow-y: auto;
  /* padding-top: 30px; */
  padding: 75px 170px;
  position: fixed;
  right: 0;
  scrollbar-width: none; /* Piilottaa skrollauspalkin Firefoxissa */
  text-align: center;
  top: 0;
  width: 842px;
  z-index: 9;
  /* Piilottaa skrollauspalkin WebKit-pohjaisissa selaimissa */
}
nav.main-navi::-webkit-scrollbar {
  display: none;
}
nav.main-navi a > img {
  display: block;
  height: 90px;
  margin: 0 auto;
  /* width: 187px; */
  width: 300px;
}
nav.main-navi p.event-date {
  color: #fff;
  font-family: "hagrid", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  margin-bottom: 50px;
  margin-top: 0;
}
nav.main-navi > ul {
  display: block;
  font-family: "hagrid", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
nav.main-navi > ul > li {
  display: block;
  margin: 0 0 10px 0;
  position: relative;
}
nav.main-navi > ul > li.lang-item {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 50px 5px 0 5px;
}
nav.main-navi > ul > li.lang-item.current-lang > a {
  border-color: #FFEF57;
  color: #FFEF57;
}
nav.main-navi > ul > li.lang-item > a {
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  height: 64px;
  line-height: 64px;
  width: 64px;
}
nav.main-navi > ul > li.lang-item > a:hover {
  color: #FFEF57;
}
nav.main-navi > ul > li > a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
nav.main-navi > ul > li > a:hover {
  color: #FFEF57;
}
nav.main-navi > ul > li.menu-item-has-children > a {
  position: relative;
}
nav.main-navi > ul > li.menu-item-has-children > a.open::after {
  transform: rotate(180deg);
}
nav.main-navi > ul > li.menu-item-has-children > a::after {
  background-image: url(img/down-arrow-white.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 54px;
  content: "";
  display: inline-block;
  height: 54px;
  transform: translateY(5px);
  width: 54px;
}
nav.main-navi > ul > li.menu-item-has-children > a:hover::after {
  background-image: url(img/down-arrow-sun.svg);
}
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 {
  color: #FFEF57;
}
nav.main-navi > ul > li.current-menu-item > a::after, nav.main-navi > ul > li.current-menu-parent > a::after, nav.main-navi > ul > li.current-menu-ancestor > a::after {
  background-image: url(img/down-arrow-sun.svg);
}
nav.main-navi > ul > li > ul {
  display: none;
  -moz-columns: 2;
       columns: 2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  list-style: none;
  margin: 0;
  padding: 50px 0 0 0;
  text-align: left;
  text-transform: none;
}
nav.main-navi > ul > li > ul li {
  margin-bottom: 10px;
}
nav.main-navi > ul > li > ul li a {
  color: #fff;
  text-decoration: none;
}
nav.main-navi > ul > li > ul li a:hover {
  color: #FFEF57;
}
nav.main-navi > ul > li > ul li.current-menu-item a {
  color: #FFEF57;
}
nav.main-navi > ul > li.current-menu-parent > ul {
  display: block;
}
nav.main-navi ul.some {
  /* bottom: 100px; */
  /* display: none; */
  /* left: 0; */
  list-style: none;
  margin: 0;
  padding: 100px 0 0 0;
  /* position: absolute; */
  text-align: center;
  width: 100%;
  z-index: 4;
}
nav.main-navi ul.some li {
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
nav.main-navi ul.some li a {
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
}
nav.main-navi ul.some li.instagram {
  background-image: url(img/instagram-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
nav.main-navi ul.some li.instagram:hover {
  background-image: url(img/instagram.svg);
}
nav.main-navi ul.some li.facebook {
  background-image: url(img/facebook-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
nav.main-navi ul.some li.facebook:hover {
  background-image: url(img/facebook.svg);
}
nav.main-navi ul.some li.spotify {
  background-image: url(img/spotify-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
nav.main-navi ul.some li.spotify:hover {
  background-image: url(img/spotify.svg);
}
nav.main-navi ul.some li.youtube {
  background-image: url(img/youtube-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
nav.main-navi ul.some li.youtube:hover {
  background-image: url(img/youtube.svg);
}
nav.main-navi ul.some li.tiktok {
  background-image: url(img/tiktok-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
nav.main-navi ul.some li.tiktok:hover {
  background-image: url(img/tiktok.svg);
}

body:not(.home) nav.main-navi {
  min-height: calc(100vh - 10px);
}

@keyframes show-navi {
  0% {
    right: -900px;
  }
  70% {
    right: 40px;
  }
  100% {
    right: 0;
  }
}
@keyframes hide-navi {
  0% {
    right: 0;
  }
  30% {
    right: 40px;
  }
  100% {
    right: -900px;
  }
}
body.sticky-header header#top button.hamburger {
  height: 48px;
  top: 8px;
  width: 48px;
}
body.sticky-header header#top button.hamburger #nav-icon span {
  left: 13px;
  width: 21px;
}
body.sticky-header header#top button.hamburger #nav-icon span:nth-child(1) {
  top: 16px;
}
body.sticky-header header#top button.hamburger #nav-icon span:nth-child(2) {
  top: 22px;
}
body.sticky-header header#top button.hamburger #nav-icon span:nth-child(3) {
  top: 28px;
}
body.sticky-header header#top button.hamburger:hover #nav-icon span:first-child,
body.sticky-header header#top button.hamburger:hover #nav-icon span:last-child {
  left: 15px;
  width: 17px;
}
body.sticky-header nav.main-navi {
  min-height: 100vh;
  top: 0;
}

/* body.single-post a.back, 
body.single-post header button.hamburger,
body.single-post a.buy-tickets {
  background-color: #ACFFB9;
  color: #151D21;
} */
body.single-artisti li.menu-item-ohjelma > a {
  color: #FFEF57;
}

body.single-post a.back {
  background-color: #6CD1E0;
}

body.single-post header button.hamburger:hover,
body.single-post a.buy-tickets:hover,
body.single-post a.back:hover {
  background-color: #fff;
}

body.single-post a.buy-tickets svg path {
  fill: #00634C;
}

body.single-post a.back:hover {
  background-size: 40px;
}

body.single-post li.menu-item-uutiset > a {
  color: #FFEF57;
}

@media only screen and (max-width: 1550px) {
  nav.main-navi {
    padding: 75px 100px;
    width: 642px;
  }
  nav.main-navi > ul {
    font-size: 55px;
    font-size: 3.4375rem;
  }
  nav.main-navi > ul > li > ul {
    font-size: 28px;
    font-size: 1.75rem;
  }
  nav.main-navi a > img {
    width: 200px;
  }
}
@media only screen and (max-width: 1400px) {
  nav.main-navi > ul {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 600px) {
  button.hamburger {
    left: 0;
    right: auto;
  }
  body:not(.navi-open) button.hamburger {
    left: calc(50% - 32px);
  }
  body:not(.navi-open) button.hamburger:hover {
    background-color: #6CD1E0 !important;
  }
  body:not(.navi-open) button.hamburger:hover #nav-icon span:first-child,
  body:not(.navi-open) button.hamburger:hover #nav-icon span:last-child {
    left: 18px;
    width: 28px;
  }
  nav.main-navi {
    max-height: none;
    min-height: 100vh;
    padding: 50px 20px 120px 20px;
    /* position: absolute; */
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
  }
  nav.main-navi ul.some {
    display: block;
  }
  body.main-navi-absolute nav.main-navi {
    position: absolute;
  }
  nav.main-navi button.hamburger {
    display: none;
    right: 20px;
    top: 20px;
  }
  nav.main-navi > ul {
    font-size: 42px;
    font-size: 2.625rem;
  }
  nav.main-navi > ul > li > ul {
    font-size: 24px;
    font-size: 1.5rem;
  }
  nav.main-navi > ul > li > ul {
    -moz-columns: 1;
         columns: 1;
    padding-top: 20px;
    text-align: center;
  }
  @keyframes show-navi {
    0% {
      right: -900px;
    }
    70% {
      right: 40px;
    }
    100% {
      right: 0;
    }
  }
  @keyframes hide-navi {
    0% {
      right: 0;
    }
    30% {
      right: 40px;
    }
    100% {
      display: none;
      right: -900px;
    }
  }
  nav.main-navi > ul > li.menu-item-has-children > a::after {
    background-size: 35px;
    height: 35px;
    width: 35px;
  }
  nav.main-navi p.event-date {
    font-size: 24px;
    font-size: 1.5rem;
  }
  nav.main-navi a > img {
    height: 50px;
    width: 164px;
  }
  body.admin-bar header#top {
    padding-top: 0 !important;
    top: auto !important;
  }
  nav.main-navi ul.some {
    padding-top: 50px;
  }
  button.hamburger {
    top: 15px;
  }
  body.navi-open div#CookiebotWidget {
    display: none !important;
  }
  body.page-template-default div#CookiebotWidget {
    left: auto;
    right: 10px;
  }
}
footer {
  background-color: #6CD1E0;
  color: #190609;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}
footer .wrap {
  max-width: 1112px;
}
footer .col-wrap {
  /* &:first-child {
   display: block;
    padding-bottom: 100px;
    padding-top: 80px;
    position: relative;

    .btn {
      background-color: $green50;
      @include fontSize(36px);
      padding: 19px 15px 15px 21px;
      width: 100%;

      &:hover {
        background-color: $blue50;
      }
    }
  } */
}
footer .col-wrap:nth-child(1) {
  padding: 80px 0;
}
footer .col-wrap:nth-child(1) .col-2:first-child {
  width: 260px;
}
footer .col-wrap:nth-child(1) .col-2:last-child {
  width: calc(100% - 260px);
}
footer .col-wrap:nth-child(1) .col-2:last-child ul {
  -moz-columns: 4;
       columns: 4;
  list-style: none;
  padding: 0;
}
footer .col-wrap:nth-child(1) .col-2:last-child ul li {
  background-image: url(img/right-arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 17px;
  padding-left: 24px;
  /* &:hover {
    background-image: url(img/right-arrow-yellow.svg);
  } */
}
footer .col-wrap:nth-child(1) a:hover {
  color: #FFEF57;
}
footer .col-wrap:nth-child(2) {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 80px;
  padding-top: 0;
  /* a {
    color: $blue50;
  } */
}
footer .col-wrap:nth-child(2) .col-3 {
  width: 33.33%;
}
footer .col-wrap:nth-child(2) .col-3:nth-child(1) {
  width: 710px;
}
footer .col-wrap:nth-child(2) .col-3:nth-child(2) {
  width: 280px;
}
footer .col-wrap:nth-child(2) .col-3:nth-child(2) a:first-child {
  margin-right: 20px;
}
footer .col-wrap:nth-child(2) .col-3:nth-child(3) {
  color: #fff;
  text-align: right;
  width: calc(100% - 990px);
}
footer .col-wrap:nth-child(2) .col-3:nth-child(3) a {
  color: #fff;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-2px);
}
footer .col-wrap:nth-child(2) .col-3:nth-child(3) a:hover span.mint {
  background-image: url(img/mint-logo-green.svg);
}
footer .col-wrap:nth-child(2) a:hover {
  color: #FFEF57;
}
footer span.mint {
  background-image: url(img/mint-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: transparent;
  display: inline-block;
  height: 25px;
  margin-left: 8px;
  overflow: hidden;
  text-indent: -9999px;
  transform: translateY(-2px);
  vertical-align: middle;
  width: 25px;
}
footer a {
  color: #190609;
  text-decoration: none;
}

a.back-to-top {
  color: transparent;
  display: block;
  height: 38px;
  position: absolute;
  right: -48px;
  top: 80px;
  width: 38px;
}
a.back-to-top path {
  transition-duration: 0.3s;
}
a.back-to-top:hover path {
  fill: #31F78F;
}

img.segment-pixel {
  display: block;
  height: 1px;
  opacity: 0;
}

section.buy-tickets {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
section.buy-tickets > a {
  animation: tickets-ticker 100s normal forwards linear;
  animation-iteration-count: infinite;
  background-color: #FF6339;
  color: #fff;
  display: block;
  font-family: "hagrid", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  line-height: 42px;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 1200%;
}

div.footer-rasteri-wrap {
  height: 520px;
  position: relative;
  z-index: 1;
}

/* body.page-liput,
body.page-tickets {
  div.footer-rasteri-wrap {
    height: 820px;
  }
} */
img.footer-rasteri {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
img.footer-rasteri.fr-1 {
  background-color: transparent !important;
}

@keyframes tickets-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
body:not(.home) img.footer-rasteri,
body:not(.home) div.footer-rasteri-wrap {
  background-color: transparent;
}

body.page-liput img.footer-rasteri,
body.page-liput div.footer-rasteri-wrap,
body.page-tickets img.footer-rasteri,
body.page-tickets div.footer-rasteri-wrap {
  background-color: #fff;
}

@media only screen and (max-width: 1312px) {
  footer .wrap {
    max-width: calc(100% - 200px);
  }
  /* footer .col-wrap:nth-child(3) .col-3:nth-child(1) {
    width: 50%;
  } */
  footer .col-wrap:nth-child(2) .col-3:nth-child(1) {
    width: calc(50% - 122px);
  }
  footer .col-wrap:nth-child(2) .col-3:nth-child(3) {
    width: 122px;
  }
}
@media only screen and (max-width: 1250px) {
  footer .col-wrap:nth-child(1) .col-2:last-child ul {
    -moz-columns: 2;
         columns: 2;
  }
}
@media only screen and (max-width: 1050px) {
  div.footer-rasteri-wrap {
    height: 30vw;
  }
}
@media only screen and (max-width: 900px) {
  footer .wrap {
    max-width: calc(100% - 100px);
  }
  a.back-to-top {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  footer .col-wrap:nth-child(1) .col-2:last-child ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 50px;
  }
  footer .wrap {
    max-width: calc(100% - 40px);
  }
  footer .col-wrap:nth-child(2) .col-3 {
    width: 100% !important;
  }
  footer .col-wrap:first-child {
    padding-bottom: 100px;
  }
  footer .col-wrap:nth-child(1) .col-2:first-child,
  footer .col-wrap:nth-child(1) .col-2:last-child {
    width: 100%;
  }
  footer .col-wrap:nth-child(1) .col-2:first-child {
    text-align: center;
  }
  footer .col-wrap:nth-child(2) .col-3:nth-child(1),
  footer .col-wrap:nth-child(2) .col-3:nth-child(2),
  footer .col-wrap:nth-child(2) .col-3:nth-child(3) {
    text-align: center;
  }
  footer .col-wrap:nth-child(1) {
    padding-bottom: 20px;
  }
  /* section.buy-tickets { 
    display: none;

    > a {
      animation: none;
    }
  } */
  footer .col-wrap:nth-child(1) .col-2:last-child {
    margin: 0 auto;
    width: 75%;
  }
}
main {
  box-sizing: border-box;
  min-height: calc(100vh - 300px);
  position: relative;
  z-index: 2;
}

body.home main {
  margin-bottom: 20vh;
  z-index: 1;
}

body.error404 main {
  min-height: 50vh;
}

section {
  position: relative;
}
section.yksi-palsta .wrap {
  max-width: 1092px;
}
section.yksi-palsta.no-bot-pad .col-wrap {
  padding-bottom: 50px;
}
section.yksi-palsta .col-wrap {
  display: block;
}
section.yksi-palsta.style-border .wrap {
  background-color: #fff;
  /* border: 1px solid $dark; */
  border-radius: 32px;
  color: #190609;
  overflow: hidden;
}
section.yksi-palsta.style-border .wrap .col-wrap {
  padding: 50px 120px;
}
section.yksi-palsta.style-border .wrap h1,
section.yksi-palsta.style-border .wrap h2,
section.yksi-palsta.style-border .wrap h3,
section.yksi-palsta.style-border .wrap h4,
section.yksi-palsta.style-border .wrap h5,
section.yksi-palsta.style-border .wrap h6 {
  color: #190609;
}
section.yksi-palsta.style-border:last-child {
  margin-bottom: 50px;
}
section.yksi-palsta.style-border + section.kumppanit {
  margin-top: 50px;
}
section.yksi-palsta.style-normal + .style-normal .col-wrap {
  padding-top: 0;
}
section.no-top-margin .col-wrap {
  padding-top: 0;
}
section.top-border .col-wrap {
  border-top: 1px solid #000;
}
section.kaksi-palstaa .wrap {
  max-width: 1065px;
}
section.rasteri-surf-tint-top {
  background-image: url(img/rasteri-surf-tint.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
}
section.rasteri-surf-tint-bottom {
  padding-bottom: 150px;
}
section.rasteri-surf-tint-bottom::after {
  background-color: #fff;
  background-image: url(img/rasteri-surf-tint.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 180px;
  left: 0;
  position: absolute;
  width: 100%;
}

body:not(.home) section:not(.hero):first-child {
  padding-top: 350px;
}

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

.col-wrap {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0;
  position: relative;
  width: 100%;
}

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

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

.password-form {
  min-height: 500px;
  padding-top: 100px;
}

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

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

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

.col-5 {
  width: calc(20% - 10px);
}

body.page-liput section.yksi-palsta,
body.page-tickets section.yksi-palsta {
  background-color: #fff;
}

@media only screen and (max-width: 1500px) {
  body.home main {
    margin-bottom: 0;
  }
  body:not(.home) section:not(.hero):first-child {
    padding-top: 20vw;
  }
  section.rasteri-surf-tint-top {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1792px) {
  .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1292px) {
  section.yksi-palsta .wrap {
    max-width: calc(100% - 200px);
  }
  section.yksi-palsta.style-border .wrap .col-wrap {
    padding: 50px;
  }
}
@media only screen and (max-width: 780px) {
  section.rasteri-surf-tint-bottom {
    padding-bottom: 100px;
  }
  section.rasteri-surf-tint-bottom::after {
    background-position: top center;
  }
}
@media only screen and (max-width: 900px) {
  .wrap,
  section.yksi-palsta .wrap,
  section.kaksi-palstaa .wrap {
    max-width: calc(100% - 100px);
  }
  .col-4 {
    width: calc(50% - 20px);
  }
  .col-4:first-child, .col-4:nth-child(2) {
    padding-bottom: 40px;
  }
  .col-2 {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .wrap,
  section.yksi-palsta .wrap,
  section.kaksi-palstaa .wrap {
    max-width: calc(100% - 40px);
  }
  .col-wrap {
    display: block;
    padding: 50px 0;
  }
  body.single-post main .col-wrap {
    padding-top: 0;
  }
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    width: 100%;
  }
  .col-2:first-child {
    padding-bottom: 20px;
  }
  .col-3:first-child, .col-3:nth-child(2) {
    padding-bottom: 20px;
  }
  .col-4:first-child, .col-4:nth-child(2), .col-4:nth-child(3) {
    padding-bottom: 20px;
  }
  section.yksi-palsta.style-border .wrap .col-wrap {
    padding: 40px 20px;
  }
  section.yksi-palsta.no-bot-pad .col-wrap {
    padding-bottom: 20px;
  }
  body:not(.home) section:not(.hero):first-child {
    padding-top: 30vw;
  }
  section.rasteri-surf-tint-top {
    padding-top: 100px;
  }
  section.rasteri-surf-tint-bottom {
    padding-bottom: 50px;
  }
  section.rasteri-surf-tint-bottom::after {
    bottom: 0;
    height: 100px;
  }
  body.page-liput section.avautuva-sisalto .wrap,
  body.page-tickets section.avautuva-sisalto .wrap {
    padding-top: 0;
  }
}
.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 20px;
}

section.yksi-palsta.style-border .col-1 > p:first-child > img,
section.avautuva-sisalto .col-1 > p:first-child > img {
  display: block;
  margin: -50px 0 0 -120px;
  max-width: calc(100% + 240px);
  width: calc(100% + 240px);
}

@media only screen and (max-width: 1292px) {
  section.yksi-palsta.style-border .col-1 > p:first-child > img,
  section.avautuva-sisalto .col-1 > p:first-child > img {
    margin: -50px 0 0 -50px;
    max-width: calc(100% + 100px);
    width: calc(100% + 100px);
  }
}
@media only screen and (max-width: 600px) {
  section.yksi-palsta.style-border .col-1 > p:first-child > img,
  section.avautuva-sisalto .col-1 > p:first-child > img {
    margin: -20px 0 0 -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
  }
}
div.gform_wrapper {
  margin: 0 auto;
  max-width: 600px;
  padding: 50px 0 0 0;
  position: relative;
}
div.gform_wrapper .gform_fields .gfield {
  /* label {
    &.gfield_label {
      display: none;
    }
  } */
}
div.gform_wrapper .gform_fields .gfield input,
div.gform_wrapper .gform_fields .gfield select,
div.gform_wrapper .gform_fields .gfield textarea {
  border: 1px solid #000;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 12px 10px;
  width: 100%;
}
div.gform_wrapper .gform_fields .gfield div.ginput_recaptcha {
  margin-bottom: 20px;
  text-align: center;
}
div.gform_wrapper .gform_fields .gfield div.ginput_recaptcha > div {
  margin: 0 auto;
}
div.gform_wrapper .gform_fields .gfield textarea {
  height: 200px;
}
div.gform_wrapper .gform_footer {
  text-align: center;
}
div.gform_wrapper .gform_footer input[type=submit] {
  background-color: #000;
  border: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  padding: 12px 30px;
  transition-duration: 0.3s;
  /* &:hover {
    background-color: $white;
    color: $black;
  } */
}

div.password-form label {
  display: block;
  margin-bottom: 10px;
}

div.gform_validation_container,
p.gform_required_legend {
  display: none;
}

div.gform_validation_errors {
  color: red;
}
div.gform_validation_errors h2 {
  color: red;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

div.validation_message {
  color: red;
  font-weight: 700;
  margin-top: -10px;
}

@media only screen and (max-width: 900px) {
  div.gform_wrapper {
    max-width: calc(100% - 100px);
  }
  div.gform_wrapper .gform_fields .gfield textarea {
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  div.gform_wrapper {
    max-width: 100%;
    padding-top: 0;
  }
}
table {
  border-collapse: collapse;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 460px;
  text-align: right;
  width: 100%;
}
table:last-child {
  margin-bottom: 0;
}

table th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 10px;
  text-align: right;
}

table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 2px 10px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  table {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
a {
  color: #190609;
  text-decoration: underline;
  transition-duration: 0.3s;
}

body.bg-pink main a {
  color: #F1216E;
  text-decoration: underline;
}
body.bg-pink main a:hover {
  text-decoration: none;
}

body.bg-sand main a {
  color: #6F5E44;
  text-decoration: underline;
}
body.bg-sand main a:hover {
  text-decoration: none;
}

body.bg-orange main a {
  color: #FF9E00;
  text-decoration: underline;
}
body.bg-orange main a:hover {
  text-decoration: none;
}

body.bg-green main a {
  color: #00634C;
  text-decoration: underline;
}
body.bg-green main a:hover {
  text-decoration: none;
}

body.bg-purple main a {
  color: #79037c;
  text-decoration: underline;
}
body.bg-purple main a:hover {
  text-decoration: none;
}

a.btn,
span.btn {
  background-color: #FFEF57;
  /* border: 1px solid $dark-blue; */
  box-sizing: border-box;
  color: #190609;
  display: inline-block;
  font-family: "hagrid", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  line-height: 1;
  padding: 13px 18px 13px 24px;
  text-align: center;
  text-decoration: none !important;
  transition-duration: 0.3s;
}
a.btn::after,
span.btn::after {
  background-image: url(img/right-arrow.svg);
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 5px;
  transform: translateY(-2px);
  transition-duration: 0.3s;
  vertical-align: middle;
  width: 24px;
}
a.btn.pink,
span.btn.pink {
  background-color: #FF90BF;
}
a.btn.pink:hover,
span.btn.pink:hover {
  background-color: #ffc3dc;
}
a.btn.peach,
span.btn.peach {
  background-color: #ff5f82;
}
a.btn.coral,
span.btn.coral {
  background-color: #FF6339;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.btn.coral::after,
span.btn.coral::after {
  background-image: url(img/right-arrow-white.svg);
}
a.btn.coral:hover,
span.btn.coral:hover {
  background-color: #be3b22;
}
a.btn:hover,
span.btn:hover {
  /* background-color: lighten($yellow50, 10%); */
  background-color: #e7d135;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  /* margin-bottom: 0;
  padding: 15px 16px 12px 22px; */
  /* &::after {
    transform: translateY(-2px) translateX(3px);
  } */
}

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

p.ingressi {
  font-size: 20px;
  font-size: 1.25rem;
}

p.entry-time {
  font-size: 14px;
  font-size: 0.875rem;
}

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,
h6 {
  font-family: "hagrid", sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none !important;
}

.col-1 h1:last-child,
.col-2 h2:last-child {
  margin-bottom: 0;
}

body.single-post h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
}
body.single-post h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

h1 {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

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

.center {
  text-align: center;
}

span.tavuviiva {
  display: none;
}

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

a.back.mobile {
  display: none !important;
}

body.bg-surf h1,
body.bg-coral h1 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.bg-surf.page-liput h1, body.bg-surf.page-tickets h1,
body.bg-coral.page-liput h1,
body.bg-coral.page-tickets h1 {
  color: #190609;
}

@media only screen and (max-width: 1050px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h2:last-child,
  h3:last-child {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  a.back.mobile {
    background-color: #a9edff;
    display: block !important;
    z-index: 21;
  }
  body.navi-open a.back.mobile {
    display: none !important;
  }
  body.home a.back.mobile,
  body.single-artisti a.back.mobile,
  body.single-post a.back.mobile,
  body.single-oheisohjelma a.back.mobile,
  body.single-myyntipaikka a.back.mobile {
    display: none !important;
  }
  body.single-post h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  body.single-post h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.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;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* img.qstock-hero-big-logo {
  	animation: hero-big-logo-anime 2s normal forwards ease-in-out;
     animation-iteration-count: 1;
  	height: calc(100% + 1000px);
  	left: 0;
  	object-fit: contain;
  	object-position: center center;
  	position: absolute;
  	top: -500px;
  	transition: transform 0.3s ease-out;
  	width: 100%;
  	z-index: 3;
  } */
}
section.hero > img,
section.hero > video {
  display: block;
  /* height: 80vh; */
  /* height: calc(100vh - 20px); */
  /* height: calc(100vh - 10px); */
  height: 120vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.hero img.qstock-mask {
  /* display: none; */
  height: calc(100% + 10px);
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: -5px;
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 3;
}
section.hero img.qstock-mask.qstock-mask-mobile {
  display: none;
}
section.hero img.qstock-hero-tahti {
  /* animation: hero-star-anime 2s normal forwards ease-in-out;
    animation-iteration-count: 10; */
  animation: spin360 2s linear forwards, shrinkOut 0.5s ease-in 2s forwards;
  height: 600px;
  left: calc(50% - 300px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: calc(40% - 300px);
  transform-origin: center center;
  transition: transform 0.3s ease-out;
  width: 600px;
  z-index: 9;
}
section.hero img.qstock-hero-halo,
section.hero img.qstock-hero-halo-2,
section.hero img.qstock-hero-halo-3 {
  animation: hero-halo-anime-start 0.5s ease-out forwards, hero-halo-anime 0.5s ease-in-out infinite;
  animation-delay: 2s, 2.5s; /* Ensimmäisen animaation jälkeen toinen alkaa */
  /* animation: hero-halo-anime 0.6s infinite;
  animation-delay: 2s; */
  height: calc(100% + 500px);
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: -250px;
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 4;
}
section.hero img.qstock-hero-halo-2 {
  height: calc(100% + 250px);
  top: -125px;
}
section.hero img.qstock-hero-halo-3 {
  height: 100%;
  top: 0;
}
section.hero div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15vw;
  height: 34vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
section.hero.zoom img.qstock-mask {
  display: block;
}
section.hero.zoom img.qstock-mask.qstock-mask-mobile {
  display: none;
}
section.hero.zoom div.logo {
  display: none;
}
section.hero > img + video {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
section.hero div.text-wrap {
  align-items: flex-end;
  color: #07205c;
  display: flex;
  font-family: "hagrid", sans-serif;
  font-size: 110px;
  font-size: 6.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 4;
}
section.hero div.text-wrap p {
  line-height: 1;
  /* &::first-line {
  	@include fontSize(60px);
  } */
}
section.hero div.text-wrap p:last-child {
  margin-bottom: 0;
}
section.hero img.hero-rasteri {
  bottom: -2px;
  display: block;
  height: auto !important;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: absolute;
  width: 100%;
}

section.hero-bottom {
  /* animation: show-hero-text 2s normal forwards ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: 1; */
  z-index: 8;
}
section.hero-bottom .col-wrap {
  align-items: center;
  /* padding: 0 0 100px 0; */
  padding: 0;
}
section.hero-bottom .col-3 {
  width: 33.33%;
}
section.hero-bottom .col-3:nth-child(2) {
  color: #07205c;
  font-family: "hagrid", sans-serif;
  font-size: 110px;
  font-size: 6.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  height: 100%;
  text-align: center;
}
section.hero-bottom .col-3:nth-child(2) p {
  line-height: 1;
}
section.hero-bottom .col-3:nth-child(2) p:last-child {
  margin-bottom: 0;
}
section.hero-bottom .col-3:nth-child(3) {
  text-align: right;
}
section.hero-bottom div.paakumppanit {
  display: flex;
  z-index: 4;
}
section.hero-bottom div.paakumppanit a,
section.hero-bottom div.paakumppanit span {
  align-items: center;
  display: flex;
  margin-right: 50px;
}
section.hero-bottom div.paakumppanit img {
  display: block;
  /* filter: brightness(0) saturate(100%); */
  height: auto;
  margin: 0 0 0 auto;
  /* max-height: 50px;
  max-width: 151px; */
  max-height: 80px;
  max-width: 251px;
  transition: filter 0.3s;
  width: auto;
}
section.hero-bottom div.paakumppanit img:hover {
  filter: grayscale(0%);
}
section.hero-bottom ul.some {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 4;
}
section.hero-bottom ul.some li {
  display: inline-block;
  height: 40px;
  margin-left: 10px;
  width: 40px;
}
section.hero-bottom ul.some li a {
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: 9999px;
  width: 40px;
}
section.hero-bottom ul.some li.instagram {
  background-image: url(img/instagram-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.hero-bottom ul.some li.instagram:hover {
  background-image: url(img/instagram.svg);
}
section.hero-bottom ul.some li.facebook {
  background-image: url(img/facebook-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.hero-bottom ul.some li.facebook:hover {
  background-image: url(img/facebook.svg);
}
section.hero-bottom ul.some li.spotify {
  background-image: url(img/spotify-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.hero-bottom ul.some li.spotify:hover {
  background-image: url(img/spotify.svg);
}
section.hero-bottom ul.some li.youtube {
  background-image: url(img/youtube-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.hero-bottom ul.some li.youtube:hover {
  background-image: url(img/youtube.svg);
}
section.hero-bottom ul.some li.tiktok {
  background-image: url(img/tiktok-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.hero-bottom ul.some li.tiktok:hover {
  background-image: url(img/tiktok.svg);
}
section.hero-bottom div.rasteri-wrap {
  bottom: 0;
  height: 600px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
section.hero-bottom img.hero-rasteri {
  bottom: 0;
  display: block;
  left: 0;
  height: auto;
  position: absolute;
  width: 100%;
}
section.hero-bottom img.hero-rasteri:first-child {
  will-change: transform;
}

body.page-etusivu-zoom section.hero-bottom,
body.page-etusivu-animaatio section.hero-bottom,
body.home section.hero-bottom {
  color: #fff;
  /* opacity: 0; */
  position: relative;
  /* transform: translateY(-200px) scale(0.1); */
  z-index: 2;
  /* div.paakumppanit img {
  	filter: brightness(0%) contrast(100%) invert(100%);
  } */
}
body.page-etusivu-zoom section.hero-bottom .col-3:nth-child(2),
body.page-etusivu-animaatio section.hero-bottom .col-3:nth-child(2),
body.home section.hero-bottom .col-3:nth-child(2) {
  color: #fff;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.instagram,
body.page-etusivu-animaatio section.hero-bottom ul.some li.instagram,
body.home section.hero-bottom ul.some li.instagram {
  background-image: url(img/instagram-black.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.instagram:hover,
body.page-etusivu-animaatio section.hero-bottom ul.some li.instagram:hover,
body.home section.hero-bottom ul.some li.instagram:hover {
  background-image: url(img/instagram.svg);
}
body.page-etusivu-zoom section.hero-bottom ul.some li.facebook,
body.page-etusivu-animaatio section.hero-bottom ul.some li.facebook,
body.home section.hero-bottom ul.some li.facebook {
  background-image: url(img/facebook-black.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.facebook:hover,
body.page-etusivu-animaatio section.hero-bottom ul.some li.facebook:hover,
body.home section.hero-bottom ul.some li.facebook:hover {
  background-image: url(img/facebook.svg);
}
body.page-etusivu-zoom section.hero-bottom ul.some li.spotify,
body.page-etusivu-animaatio section.hero-bottom ul.some li.spotify,
body.home section.hero-bottom ul.some li.spotify {
  background-image: url(img/spotify-black.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.spotify:hover,
body.page-etusivu-animaatio section.hero-bottom ul.some li.spotify:hover,
body.home section.hero-bottom ul.some li.spotify:hover {
  background-image: url(img/spotify.svg);
}
body.page-etusivu-zoom section.hero-bottom ul.some li.youtube,
body.page-etusivu-animaatio section.hero-bottom ul.some li.youtube,
body.home section.hero-bottom ul.some li.youtube {
  background-image: url(img/youtube-black.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.youtube:hover,
body.page-etusivu-animaatio section.hero-bottom ul.some li.youtube:hover,
body.home section.hero-bottom ul.some li.youtube:hover {
  background-image: url(img/youtube.svg);
}
body.page-etusivu-zoom section.hero-bottom ul.some li.tiktok,
body.page-etusivu-animaatio section.hero-bottom ul.some li.tiktok,
body.home section.hero-bottom ul.some li.tiktok {
  background-image: url(img/tiktok-black.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-etusivu-zoom section.hero-bottom ul.some li.tiktok:hover,
body.page-etusivu-animaatio section.hero-bottom ul.some li.tiktok:hover,
body.home section.hero-bottom ul.some li.tiktok:hover {
  background-image: url(img/tiktok.svg);
}
body.page-etusivu-zoom.zoom-finish section.hero-bottom,
body.page-etusivu-animaatio.zoom-finish section.hero-bottom,
body.home.zoom-finish section.hero-bottom {
  z-index: 3;
}
body.page-etusivu-zoom.zoom-finish p.site-title a,
body.page-etusivu-animaatio.zoom-finish p.site-title a,
body.home.zoom-finish p.site-title a {
  animation: site-title-anime 0.5s normal forwards ease-in-out;
  animation-iteration-count: 1;
  display: block;
  opacity: 0;
}
body.page-etusivu-zoom.show-hero-text section.hero-bottom,
body.page-etusivu-animaatio.show-hero-text section.hero-bottom,
body.home.show-hero-text section.hero-bottom {
  animation: show-hero-text 1s normal forwards ease-in-out;
  animation-iteration-count: 1;
  transform: translateY(-200px) scale(1);
}

body.page-etusivu-animaatio p.site-title,
body.home p.site-title {
  animation: site-title-anime 0.5s normal forwards ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0;
}
body.page-etusivu-animaatio img.qstock-mask,
body.home img.qstock-mask {
  animation: hero-mask-anime 2s normal forwards ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
body.page-etusivu-animaatio section.hero-bottom,
body.home section.hero-bottom {
  /* animation: show-hero-text 1s normal forwards ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1; */
  position: relative;
  /* transform: translateY(-200px) scale(1); */
  transform: translateY(-345px);
}
body.page-etusivu-animaatio section.hero-bottom .col-wrap,
body.home section.hero-bottom .col-wrap {
  height: 345px;
}
body.page-etusivu-animaatio section.hero-bottom .col-3,
body.home section.hero-bottom .col-3 {
  animation: show-hero-text-some 2s normal forwards ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0;
}
body.page-etusivu-animaatio section.hero-bottom .col-3:first-child, body.page-etusivu-animaatio section.hero-bottom .col-3:last-child,
body.home section.hero-bottom .col-3:first-child,
body.home section.hero-bottom .col-3:last-child {
  transform: translateY(100px);
  width: 20%;
}
body.page-etusivu-animaatio section.hero-bottom .col-3:nth-child(2),
body.home section.hero-bottom .col-3:nth-child(2) {
  transform: translateY(calc(-65vh + 200px));
  width: 60%;
}

body:not(.home) section.hero > img,
body:not(.home) section.hero > video {
  height: 80vh;
}
body:not(.home) section.hero img.qstock-hero-tahti {
  display: none;
}

@keyframes hero-mask-anime {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(12);
  }
}
@keyframes site-title-anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show-hero-text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    z-index: 3;
  }
}
@keyframes show-hero-text-some {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    z-index: 3;
  }
}
@keyframes hero-big-logo-anime {
  0% {
    transform: scale(1);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.01);
  }
}
@keyframes hero-halo-anime-start {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hero-halo-anime {
  0% {
    transform: scale(1);
  }
  20% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    transform: scale(1.05);
  }
  100% {
    animation-timing-function: cubic-bezier(0.1, 0.8, 0.2, 1);
    transform: scale(1);
  }
}
@keyframes spin360 {
  0% {
    opacity: 1;
    transform: scale(0.1) rotate(0deg);
  }
  70% {
    opacity: 1;
    transform: scale(0.8) rotate(5000deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.2) rotate(6360deg);
  }
}
@keyframes shrinkOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(3360deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.01) rotate(6360deg);
  }
}
body.single-post section.hero > img,
body.single-post section.hero > video {
  height: 80vh;
}

@media only screen and (max-width: 1800px) {
  section.hero-bottom .col-3:nth-child(2) {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 1700px) {
  section.hero-bottom .col-3:nth-child(2) {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 1600px) {
  section.hero-bottom .col-3:nth-child(2) {
    font-size: 80px;
    font-size: 5rem;
  }
  section.hero-bottom .wrap {
    max-width: calc(100% - 100px);
  }
  @keyframes hero-mask-anime {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(12);
    }
  }
}
@media only screen and (max-width: 1500px) {
  section.hero div.text-wrap {
    font-size: 90px;
    font-size: 5.625rem;
  }
  section.hero-bottom .col-3:nth-child(2) {
    font-size: 70px;
    font-size: 4.375rem;
  }
  body.page-etusivu-zoom.show-hero-text section.hero-bottom,
  body.page-etusivu-animaatio.show-hero-text section.hero-bottom,
  body.home.show-hero-text section.hero-bottom {
    transform: translateY(-100px) scale(1);
  }
  /* body.page-etusivu-animaatio section.hero-bottom .col-3:nth-child(2), 
  body.home section.hero-bottom .col-3:nth-child(2) {
  	transform: translateY(0);
  } */
  body.home section.hero-bottom .col-3:nth-child(2) {
    width: 50%;
  }
  body.home section.hero-bottom .col-3:first-child,
  body.home section.hero-bottom .col-3:last-child {
    width: 25%;
  }
}
@media only screen and (max-width: 1300px) {
  section.hero div.text-wrap {
    font-size: 80px;
    font-size: 5rem;
  }
  section.hero img.qstock-hero-halo {
    height: calc(100% + 250px);
    top: -125px;
  }
  section.hero img.qstock-hero-halo-2 {
    height: calc(100% + 100px);
    top: -50px;
  }
  section.hero img.qstock-hero-halo-3 {
    height: calc(100% - 50px);
    top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  section.hero-bottom .col-3 {
    text-align: center;
    width: 100% !important;
  }
  section.hero-bottom .col-3:nth-child(2) {
    font-size: 60px;
    font-size: 3.75rem;
  }
  section.hero-bottom .col-wrap .col-3:first-child div.paakumppanit {
    justify-content: center;
  }
  section.hero-bottom div.paakumppanit a,
  section.hero-bottom div.paakumppanit span {
    margin-right: 0;
  }
  body.home section.hero-bottom .col-3:last-child {
    transform: translateY(-150px);
  }
  /* body.page-etusivu-animaatio section.hero-bottom .col-3:nth-child(2), 
  body.home section.hero-bottom .col-3:nth-child(2) {
  	transform: translateY(-100px);
  } */
}
@media only screen and (max-width: 1100px) {
  section.hero-bottom .col-wrap {
    display: block;
    padding-bottom: 0;
  }
  section.hero-bottom .col-wrap .col-3 {
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  section.hero-bottom .col-wrap .col-3:first-child div.paakumppanit {
    justify-content: center;
  }
  section.hero-bottom .col-wrap .col-3:last-child {
    padding-bottom: 0;
  }
  section.hero-bottom div.paakumppanit a,
  section.hero-bottom div.paakumppanit span {
    margin: 0 20px;
  }
  section.hero img.qstock-hero-halo {
    height: calc(100% + 50px);
    left: -50%;
    max-width: 200%;
    top: -25px;
    width: 200%;
  }
  section.hero img.qstock-hero-halo-2 {
    height: calc(100% - 150px);
    left: -50%;
    max-width: 200%;
    top: 75px;
    width: 200%;
  }
  section.hero img.qstock-hero-halo-3 {
    left: -50%;
    max-width: 200%;
    height: calc(100% - 350px);
    top: 175px;
    width: 200%;
  }
  section.hero-bottom img.hero-rasteri {
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media only screen and (max-width: 900px) {
  section.hero div.paakumppanit {
    justify-content: center;
    left: 0;
    width: 100%;
  }
  section.hero div.paakumppanit a {
    margin: 0 20px;
  }
  section.hero ul.some {
    display: none;
    /* right: 20px; */
  }
  section.hero div.text-wrap {
    font-size: 70px;
    font-size: 4.375rem;
  }
  section.hero-bottom .wrap {
    max-width: calc(100% - 20px);
  }
  /* body.page-etusivu-animaatio section.hero-bottom .col-3:first-child, 
  body.page-etusivu-animaatio section.hero-bottom .col-3:last-child, 
  body.home section.hero-bottom .col-3:first-child, 
  body.home section.hero-bottom .col-3:last-child,
  body.home section.hero-bottom .col-3:nth-child(2) {
  	transform: translateY(0);
  } */
  /* body.home section.hero-bottom .col-3:last-child {
  	transform: translateY(-20px);
  } */
  body:not(.home) section.hero > img,
  body:not(.home) section.hero > video {
    height: 50vh;
  }
}
@media only screen and (max-width: 600px) {
  section.hero div.text-wrap {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.hero div.logo {
    bottom: -1vw;
  }
  section.hero img.qstock-mask {
    display: none;
  }
  section.hero img.qstock-mask.qstock-mask-mobile {
    display: block;
  }
  section.hero.zoom img.qstock-mask {
    display: none;
  }
  section.hero.zoom img.qstock-mask.qstock-mask-mobile {
    display: block;
  }
  section.hero div.text-wrap {
    align-items: flex-start;
    padding: 110px 20px 85px 20px;
  }
  section.hero-bottom ul.some {
    display: none;
  }
  section.hero > img,
  section.hero > video {
    height: 100vh;
  }
  section.hero img.qstock-mask {
    -o-object-position: top center;
       object-position: top center;
  }
  body.page-etusivu-zoom.show-hero-text section.hero-bottom,
  body.page-etusivu-animaatio.show-hero-text section.hero-bottom,
  body.home.show-hero-text section.hero-bottom {
    transform: translateY(-200px) scale(1);
  }
  /* body.home section.hero-bottom .col-3:last-child {
  	transform: translateY(0);
  }

  body.home section.hero-bottom {
  	transform: translateY(-160px);
  }

  body.home section.hero-bottom .col-wrap {
  	display: flex;
  	flex-direction: column;

  	.col-3 {
  		&:first-child {
  			order: 2;
  		}

  		&:nth-child(2) {
  			order: 1;
  		}
  	}
  } */
  @keyframes hero-mask-anime {
    from {
      transform: scale(1);
    }
    to {
      opacity: 0;
      transform: scale(12);
    }
  }
  body.page-etusivu-animaatio section.hero-bottom .col-3:nth-child(2),
  body.home section.hero-bottom .col-3:nth-child(2) {
    transform: translateY(calc(-50vh + 90px));
  }
  body.home section.hero-bottom .col-3:first-child,
  body.home section.hero-bottom .col-3:last-child {
    transform: translateY(0);
  }
  body.home section.hero-bottom .col-3:first-child {
    transform: translateY(85vw);
  }
  section.hero-bottom .col-3:nth-child(2) img {
    width: 60vw;
  }
  body.home section.hero-bottom .col-3:nth-child(2) {
    transform: translateY(calc(-50vh + 140px));
  }
  section.hero img.qstock-hero-tahti {
    left: 0;
  }
  section.hero-bottom .col-wrap .col-3:first-child div.paakumppanit {
    display: none;
  }
}
/* @media only screen and (max-width: 410px) {
	body.page-etusivu-english section.hero-bottom {
		transform: translateY(-220px);
	}
} */
/* Siirtää fragmentti-ankkurit alas 65px sticky-headeria varten */
html {
  scroll-padding-top: 65px;
} /* modernit selaimet huomioivat tämän */
.accordion-item {
  scroll-margin-top: 65px;
} /* fragmenttiin kohdistuvat elementit */
section.avautuva-sisalto {
  /* &:last-child {
  	margin-bottom: 50px;
  } */
  /* &:last-child {
  	margin-bottom: 50px;
  } */
}
section.avautuva-sisalto .wrap {
  /* border: 1px solid $dark; */
  color: #190609;
  /* max-width: 852px; */
  max-width: 1092px;
  overflow: hidden;
  padding: 50px 120px;
}
section.avautuva-sisalto div.col-wrap {
  display: block;
  padding: 0 0 42px 0;
}
section.avautuva-sisalto div.col-wrap:last-child {
  padding-bottom: 0;
}
section.avautuva-sisalto h1,
section.avautuva-sisalto h2,
section.avautuva-sisalto h3,
section.avautuva-sisalto h4,
section.avautuva-sisalto h5 {
  color: #190609;
}
section.avautuva-sisalto div.accordion-item {
  /* background-color: $green10; */
  border-top: 2px solid #151D21;
  /* margin-bottom: 42px; */
}
section.avautuva-sisalto div.accordion-item:last-child {
  border-bottom: 2px solid #151D21;
  margin-bottom: 0;
}
section.avautuva-sisalto a.accordion-title {
  color: #190609;
  display: block;
  font-family: "hagrid", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  /* padding: 14px 43px 9px 24px; */
  padding: 25px 20px;
  position: relative;
  text-decoration: none;
  /* text-transform: uppercase; */
}
section.avautuva-sisalto a.accordion-title:before {
  background-image: url(img/down-arrow-dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  right: 18px;
  position: absolute;
  top: calc(50% - 12px);
  transition-duration: 0.3s;
  width: 24px;
}
section.avautuva-sisalto a.accordion-title:hover:before {
  top: calc(50% - 10px);
}
section.avautuva-sisalto a.accordion-title.open:before {
  top: calc(50% - 12px);
  transform: rotate(180deg);
}
section.avautuva-sisalto div.accordion-content-wrap {
  display: none;
  padding: 10px 24px 20px 24px;
}
section.avautuva-sisalto div.accordion-content-wrap a {
  /* color: $green100; */
  text-decoration: underline;
}
section.avautuva-sisalto div.accordion-content-wrap a:hover {
  text-decoration: none;
}
section.avautuva-sisalto div.accordion-content-wrap p:last-child,
section.avautuva-sisalto div.accordion-content-wrap ul:last-child {
  margin-bottom: 0;
}
section.avautuva-sisalto + section.yksi-palsta.style-border,
section.avautuva-sisalto + section.avautuva-sisalto,
section.avautuva-sisalto + section.kumppanit {
  margin-top: 50px;
}

body.page-liput section.avautuva-sisalto,
body.page-tickets section.avautuva-sisalto {
  background-color: #fff;
}

@media only screen and (max-width: 1292px) {
  section.avautuva-sisalto .wrap {
    max-width: calc(100% - 200px);
    padding: 48px 50px;
  }
}
@media only screen and (max-width: 900px) {
  section.avautuva-sisalto .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 600px) {
  section.avautuva-sisalto .wrap {
    max-width: calc(100% - 40px);
    padding: 40px 0;
  }
  /* section.avautuva-sisalto div.accordion-item {
  	margin-bottom: 20px;
  } */
  section.avautuva-sisalto a.accordion-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 30px 20px 0;
  }
  section.avautuva-sisalto div.accordion-content-wrap {
    padding: 10px 0 20px 0;
  }
  section.avautuva-sisalto div.accordion-content-wrap a {
    word-wrap: break-word;
  }
  section.avautuva-sisalto a.accordion-title:before {
    right: 0;
  }
  section.avautuva-sisalto + section.yksi-palsta.style-border {
    margin-top: 20px;
  }
  section.avautuva-sisalto div.col-wrap {
    padding-bottom: 20px;
  }
  section.avautuva-sisalto div.col-wrap:nth-child(2) {
    padding-bottom: 0;
  }
  section.avautuva-sisalto div.col-wrap:last-child {
    padding-top: 20px;
  }
}
section.kaksi-palstaa-teksti-kuva {
  /* border-bottom: 2px solid $dark-blue;
  border-top: 2px solid $dark-blue; */
}
section.kaksi-palstaa-teksti-kuva .col-wrap {
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0;
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
  width: 50%;
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
  padding: 55px 45px;
  text-align: center;
}
section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:last-child img {
  aspect-ratio: 650/450;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:first-child {
  order: 2;
}
section.kaksi-palstaa-teksti-kuva.col-img-text .col-2:last-child {
  order: 1;
}
section.kaksi-palstaa-teksti-kuva + section.kaksi-palstaa-teksti-kuva {
  border-top: none;
}
section.kaksi-palstaa-teksti-kuva.col-30-60 .col-wrap .col-2:first-child {
  width: 66.66%;
}
section.kaksi-palstaa-teksti-kuva.col-30-60 .col-wrap .col-2:last-child {
  width: 33.33%;
}

body.home div.ajankohtaista-uusimmat {
  /* Jos artistipilvi on näkyvissä: */
  /* 
  background: #DBEA7F;
  background: linear-gradient(0deg, #a9e5b7 0%, rgba(219, 234, 127, 1) 69%);
  /* Jos artistipilvi ei ole näkyvissä: */
  background: #DBEA7F;
  background: linear-gradient(0deg, rgb(219, 234, 127) 0%, rgb(250, 237, 92) 69%);
  position: relative;
}
body.home div.ajankohtaista-uusimmat::before {
  aspect-ratio: 1092/1072;
  background-image: url(img/Qstock_2026_mustekala1_puhdas_coral.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  /* bottom: 300px; */
  content: "";
  display: block;
  height: auto;
  left: -300px;
  position: absolute;
  top: -500px;
  transform: translate3d(0, var(--parallax-y, 0), 0) scaleX(-1);
  width: 550px;
}

body.bg-green-tint:not(.home) section.kaksi-palstaa-teksti-kuva .col-wrap {
  background-color: transparent;
}

body.page-historia section.kaksi-palstaa-teksti-kuva .col-wrap,
body.page-history section.kaksi-palstaa-teksti-kuva .col-wrap {
  align-items: stretch;
}
body.page-historia section.kaksi-palstaa-teksti-kuva .col-2,
body.page-history section.kaksi-palstaa-teksti-kuva .col-2 {
  background-color: #fff;
  text-align: left !important;
}
body.page-historia section.kaksi-palstaa-teksti-kuva .col-2:last-child > img,
body.page-history section.kaksi-palstaa-teksti-kuva .col-2:last-child > img {
  aspect-ratio: initial;
  display: block;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

@media only screen and (max-width: 1450px) {
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 1350px) {
  section.kaksi-palstaa-teksti-kuva {
    font-size: 16px;
    font-size: 1rem;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap {
    align-items: stretch;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:last-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  section.kaksi-palstaa-teksti-kuva h2 {
    line-height: 1;
  }
}
@media only screen and (max-width: 1100px) {
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  section.kaksi-palstaa-teksti-kuva {
    border-bottom: none;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap {
    border-top: 1px solid #07205c;
    display: flex;
    flex-direction: column;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2 {
    width: 100%;
  }
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
    padding: 45px 10px;
  }
  section.kaksi-palstaa-teksti-kuva.col-text-img .col-2:first-child {
    order: 2;
  }
  section.kaksi-palstaa-teksti-kuva.col-text-img .col-2:last-child {
    order: 1;
  }
  section.kaksi-palstaa-teksti-kuva.col-30-60 .col-wrap .col-2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  section.kaksi-palstaa-teksti-kuva .col-wrap .col-2:first-child {
    padding: 30px 10px;
  }
  body.home div.ajankohtaista-uusimmat::before {
    background-position: top left;
    bottom: auto;
    height: 400px;
    top: -300px;
    width: 40vw;
  }
}
section.artistipilvi {
  /* background-color: $peach50;
  background-image: url(img/Qstock-tausta-peach.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #DBEA7F;
  background: linear-gradient(0deg, rgb(219, 234, 127) 0%, rgb(250, 237, 92) 69%);
  overflow: visible;
  position: relative;
}
section.artistipilvi::before {
  aspect-ratio: 1092/1072;
  background-image: url(img/Qstock_2026_mustekala1_puhdas_coral.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 200px;
  content: "";
  display: block;
  height: auto;
  left: -300px;
  position: absolute;
  transform: translate3d(0, var(--parallax-y, 0), 0) scaleX(-1);
  width: 550px;
}
section.artistipilvi .col-wrap {
  display: block;
  text-align: center;
}
section.artistipilvi ul {
  font-family: "hagrid", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4375;
  list-style: none;
  margin: 0 auto 45px auto;
  max-width: 885px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
section.artistipilvi ul li {
  display: inline-block;
}
section.artistipilvi ul li:not(:last-child)::after {
  color: #6CD1E0;
  content: "-";
  display: inline-block;
  margin: 0 5px;
}
section.artistipilvi ul li a {
  color: #190609;
  text-decoration: none;
}
section.artistipilvi ul li a sup {
  font-size: 26px;
  font-size: 1.625rem;
  margin-left: 5px;
  position: relative;
  top: 0;
  vertical-align: super;
}
section.artistipilvi ul li a:hover {
  color: #FF6339;
}

/* body.page-etusivu-zoom,
body.page-etusivu-animaatio,
body.home {
  section.artistipilvi {
    margin-top: -267px;
  }
} */
@media only screen and (max-width: 1500px) {
  /* body.page-etusivu-zoom,
  body.page-etusivu-animaatio,
  body.home {
    section.artistipilvi {
      margin-top: -150px;
    }
  } */
}
@media only screen and (max-width: 1200px) {
  /* body.home section.artistipilvi {
    margin-top: -400px;
  } */
}
@media only screen and (max-width: 900px) {
  section.artistipilvi ul {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 600px) {
  section.artistipilvi a.btn {
    width: 100%;
  }
  section.artistipilvi ul li a sup {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 3px;
  }
  body.home section.artistipilvi {
    z-index: 3;
  }
  section.artistipilvi ul {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.artistipilvi::before {
    background-position: top left;
    bottom: auto;
    height: 400px;
    top: -300px;
    width: 40vw;
  }
}
section.uutiskirjeen-tilaus {
  /* Jos artistipilvi on näkyvissä: */
  /* 
   background: linear-gradient(0deg, #c1f0f1 0%, #abeaeb 69%);
   */
  /* Jos artistipilvi ei ole näkyvissä: */
  background: linear-gradient(0deg, #abeaeb 0%, #89e2e2 69%);
  /* border-bottom: 10px solid $white;
  border-top: 10px solid $white; */
  /* position: relative;
  z-index: 2; */
}
section.uutiskirjeen-tilaus .col-wrap {
  flex-direction: column;
  margin: 0 auto;
  max-width: 1192px;
  padding: 96px 0;
}
section.uutiskirjeen-tilaus .col-wrap .col-2 {
  width: 100%;
  /* &:last-child {
    padding-left: 24px;
  } */
}
section.uutiskirjeen-tilaus .col-wrap .col-2:first-child {
  padding: 0 0 40px 0;
  text-align: center;
}
section.uutiskirjeen-tilaus .col-wrap .col-2:first-child .btn {
  width: 100%;
}
section.uutiskirjeen-tilaus a.btn {
  background-color: #a9edff;
}
section.uutiskirjeen-tilaus a.btn:hover {
  padding: 14px 15px 12px 21px;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter {
  display: flex;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter label {
  display: none;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter input {
  box-sizing: border-box;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=text], section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=email] {
  border: 1px solid #07205c;
  /* border-bottom-left-radius: 30px;
  border-top-left-radius: 30px; */
  font-size: 18px;
  font-size: 1.125rem;
  padding: 28px 44px;
  width: calc(100% - 252px);
}
section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=checkbox] {
  display: none;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=submit] {
  background-color: #FFEF57;
  border: 1px solid #07205c;
  /* border-bottom-right-radius: 30px;
  border-top-right-radius: 30px; */
  color: #190609;
  cursor: pointer;
  font-family: "hagrid", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 24px 12px 24px;
  text-transform: uppercase;
  transition-duration: 0.3s;
  width: 300px;
}
section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=submit]:hover {
  background-color: #e7d135;
}
section.uutiskirjeen-tilaus.pelkka-uutiskirje {
  border: none;
}
section.uutiskirjeen-tilaus.pelkka-uutiskirje .col-wrap {
  display: block;
  max-width: 1112px;
  text-align: center;
}
section.uutiskirjeen-tilaus.pelkka-uutiskirje form.subscribe-newsletter input[type=text],
section.uutiskirjeen-tilaus.pelkka-uutiskirje form.subscribe-newsletter input[type=email] {
  padding: 31px 24px;
  width: calc(100% - 220px);
}
section.uutiskirjeen-tilaus.pelkka-uutiskirje form.subscribe-newsletter input[type=submit] {
  width: 220px;
}

body.bg-surf section.uutiskirjeen-tilaus,
body.bg-coral section.uutiskirjeen-tilaus {
  background: none;
  background-color: #85E0E0;
}

body.bg-coral section.uutiskirjeen-tilaus {
  background-color: transparent;
}

body.page-liput section.uutiskirjeen-tilaus,
body.page-tickets section.uutiskirjeen-tilaus {
  background: none;
  background-color: #fff;
}

body.bg-green-tint:not(.home) section.uutiskirjeen-tilaus {
  background: none;
  background-color: #E4FCD4;
}

@media only screen and (max-width: 1300px) {
  /* section.uutiskirjeen-tilaus .col-wrap .col-2 {
    &:first-child {
      width: 30%;
    }

    &:last-child {
      width: 70%;
    }
  } */
  /* section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=text],
  section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=email] {
    width: calc(100% - 200px);
  }

  section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=submit] {
    width: 200px;
  } */
}
@media only screen and (max-width: 800px) {
  section.uutiskirjeen-tilaus .col-wrap {
    flex-direction: column;
    padding: 50px 0;
  }
  section.uutiskirjeen-tilaus .col-wrap .col-2 {
    padding: 0 !important;
  }
  section.uutiskirjeen-tilaus .col-wrap .col-2:first-child {
    padding-bottom: 30px !important;
    width: 100%;
  }
  section.uutiskirjeen-tilaus .col-wrap .col-2:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.uutiskirjeen-tilaus form.subscribe-newsletter {
    flex-direction: column;
  }
  section.uutiskirjeen-tilaus form.subscribe-newsletter br {
    display: none;
  }
  section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=text],
  section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=email] {
    padding: 17px 24px !important;
    width: 100% !important;
  }
  section.uutiskirjeen-tilaus form.subscribe-newsletter input[type=submit] {
    margin-top: 16px;
    padding: 17px 24px !important;
    width: 100% !important;
  }
}
section.somebannerit {
  overflow-x: hidden;
}
section.somebannerit .col-wrap {
  background-color: #fffafa;
  margin: 0 auto;
  max-width: 928px;
  padding: 0;
  position: relative;
}
section.somebannerit .col-wrap::before {
  background-color: #fffafa;
  content: "";
  display: block;
  height: 100%;
  left: calc((100vw - 928px) / 2 * -1);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section.somebannerit .col-wrap::after {
  background-color: #fffafa;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc((100vw - 940px) / 2 * -1);
  top: 0;
  width: 100%;
  z-index: 1;
}
section.somebannerit .col-5 {
  text-align: center;
}
section.somebannerit .col-5.instagram {
  overflow: hidden;
  position: relative;
  /* &::before {
    background-image: url(img/bg-instagram.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1s, background-color 1s;
    width: 100%;
    z-index: 1;
  } */
}
section.somebannerit .col-5.instagram span {
  background-image: url(img/instagram-2026.svg);
  background-size: 120px;
  font-weight: 900;
  position: relative;
  transition-duration: 0.3s;
  z-index: 2;
  width: 160px;
}
section.somebannerit .col-5.instagram:hover {
  /* &::before {
    background-color: $bgcolor;
    transform: scale(5); // Skaalataan taustakuvaa 5-kertaiseksi
  } */
}
section.somebannerit .col-5.instagram:hover span {
  transform: scale(1.1);
}
section.somebannerit .col-5.instagram a {
  color: #E1306C;
}
section.somebannerit .col-5.instagram a:hover {
  color: #E1306C;
}
section.somebannerit .col-5.facebook {
  overflow: hidden;
  position: relative;
  /* &::before {
    background-image: url(img/bg-facebook.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1s, background-color 1s;
    width: 100%;
    z-index: 1;
  } */
}
section.somebannerit .col-5.facebook span {
  background-image: url(img/facebook-2026.svg);
  background-size: 120px;
  font-weight: 900;
  position: relative;
  transition-duration: 0.3s;
  z-index: 2;
  width: 160px;
}
section.somebannerit .col-5.facebook:hover {
  /* &::before {
    background-color: $bgcolor;
    transform: scale(5); // Skaalataan taustakuvaa 5-kertaiseksi
  } */
}
section.somebannerit .col-5.facebook:hover span {
  transform: scale(1.1);
}
section.somebannerit .col-5.facebook a {
  color: #0866FF;
}
section.somebannerit .col-5.facebook a:hover {
  color: #0866FF;
}
section.somebannerit .col-5.spotify {
  overflow: hidden;
  position: relative;
  /* &::before {
    background-image: url(img/bg-spotify.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1s, background-color 1s;
    width: 100%;
    z-index: 1;
  } */
}
section.somebannerit .col-5.spotify span {
  background-image: url(img/spotify-2026.svg);
  background-size: 120px;
  font-weight: 900;
  position: relative;
  transition-duration: 0.3s;
  z-index: 2;
  width: 160px;
}
section.somebannerit .col-5.spotify:hover {
  /* &::before {
    background-color: $bgcolor;
    transform: scale(5); // Skaalataan taustakuvaa 5-kertaiseksi
  } */
}
section.somebannerit .col-5.spotify:hover span {
  transform: scale(1.1);
}
section.somebannerit .col-5.spotify a {
  color: #1ED760;
}
section.somebannerit .col-5.spotify a:hover {
  color: #1ED760;
}
section.somebannerit .col-5.youtube {
  overflow: hidden;
  position: relative;
  /* &::before {
    background-image: url(img/bg-youtube.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1s, background-color 1s;
    width: 100%;
    z-index: 1;
  } */
}
section.somebannerit .col-5.youtube span {
  background-image: url(img/youtube-2026.svg);
  background-size: 120px;
  font-weight: 900;
  position: relative;
  transition-duration: 0.3s;
  z-index: 2;
  width: 160px;
}
section.somebannerit .col-5.youtube:hover {
  /* &::before {
    background-color: $bgcolor;
    transform: scale(5); // Skaalataan taustakuvaa 5-kertaiseksi
  } */
}
section.somebannerit .col-5.youtube:hover span {
  transform: scale(1.1);
}
section.somebannerit .col-5.youtube a {
  color: #F03;
}
section.somebannerit .col-5.youtube a:hover {
  color: #F03;
}
section.somebannerit .col-5.tiktok {
  overflow: hidden;
  position: relative;
  /* &::before {
    background-image: url(img/bg-tiktok.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: center center;
    transition: transform 1s, background-color 1s;
    width: 100%;
    z-index: 1;
  } */
}
section.somebannerit .col-5.tiktok span {
  background-image: url(img/tiktok-2026.svg);
  background-size: 120px;
  font-weight: 900;
  position: relative;
  transition-duration: 0.3s;
  z-index: 2;
  width: 160px;
}
section.somebannerit .col-5.tiktok:hover {
  /* &::before {
    background-color: $bgcolor;
    transform: scale(5); // Skaalataan taustakuvaa 5-kertaiseksi
  } */
}
section.somebannerit .col-5.tiktok:hover span {
  transform: scale(1.1);
}
section.somebannerit .col-5.tiktok a {
  color: #2DCCD3;
}
section.somebannerit .col-5.tiktok a:hover {
  color: #2DCCD3;
}
section.somebannerit .col-5 a {
  align-items: center;
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  font-family: "hagrid", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  height: auto;
  justify-content: center;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
section.somebannerit .col-5 a span {
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-top: 130px;
}

body.home section.somebannerit {
  /* Jos artistipilvi on näkyvissä: */
  /* 
    background: linear-gradient(0deg, #89e2e2 0%, #a9e5b7 69%);
    */
  /* Jos artistipilvi ei ole näkyvissä: */
  background: linear-gradient(0deg, #a9e5b7 0%, rgb(219, 234, 127) 69%);
  padding: 400px 0;
  position: relative;
}
body.home section.somebannerit::before {
  background-image: url(img/rasteri-some-top.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 100%;
  z-index: 1;
}
body.home section.somebannerit::after {
  background-image: url(img/rasteri-some-top.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 400px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
body.home section.somebannerit img.lemon {
  position: absolute;
  right: -100px;
  top: -140px;
  will-change: transform;
  z-index: 2;
}

div.share-buttons {
  padding-top: 50px;
  text-align: center;
}
div.share-buttons h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 20px !important;
  text-align: center;
  /* text-transform: uppercase; */
}

@media only screen and (max-width: 1050px) {
  body.home section.somebannerit img.lemon {
    display: none;
  }
  section.somebannerit .col-wrap::after {
    display: none;
  }
  section.somebannerit .col-wrap::before {
    left: -50px;
    width: calc(100% + 100px);
  }
}
@media only screen and (max-width: 800px) {
  section.somebannerit .col-5 a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 600px) {
  /* section.somebannerit .col-5 {
    border-bottom: 10px solid $white;
  } */
  /* section.somebannerit .col-5 a {
    aspect-ratio: 37/14;
    @include fontSize(32px);
  } */
  /* section.somebannerit .col-5::before {
    background-position: center center !important;
    background-size: cover !important;
  }

  section.somebannerit .col-5 a span {
    background-size: 30px;
    padding-top: 38px;
  } */
  body.home section.somebannerit {
    padding: 200px 0;
  }
  body.home section.somebannerit::before,
  body.home section.somebannerit::after {
    height: 200px;
  }
  section.somebannerit .col-5 a span {
    background-position: left center;
    background-size: contain !important;
    display: inline-block;
    line-height: 64px;
    margin-bottom: 16px;
    padding-left: 74px;
    padding-top: 0;
    text-align: left;
  }
  section.somebannerit .col-5 a {
    aspect-ratio: initial;
  }
}
section.kumppanit {
  margin: 0 auto;
}
section.kumppanit .wrap {
  max-width: 1000px;
}
section.kumppanit .col-wrap {
  display: block;
}
section.kumppanit .col-wrap.otsikko {
  padding-bottom: 0;
  text-align: center;
}
section.kumppanit .col-wrap.otsikko h2 {
  text-transform: uppercase;
}
section.kumppanit .col-wrap.kumppanit {
  padding: 42px 0;
}
section.kumppanit .col-wrap.nappi {
  padding-top: 0;
  text-align: center;
}
section.kumppanit .col-wrap.nappi .btn {
  background-color: transparent;
  border: 2px solid #151D21;
  color: #151D21;
  max-width: 500px;
  width: 100%;
}
section.kumppanit .paakumppanit {
  display: grid;
  grid-gap: 42px 80px;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: 1fr;
  /* margin: 0 0 42px -120px; */
  margin: 0 0 42px 0;
}
section.kumppanit .paakumppanit > a,
section.kumppanit .paakumppanit > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
section.kumppanit .paakumppanit > a img,
section.kumppanit .paakumppanit > span img {
  display: block;
  height: auto;
  /* margin: 0 0 0 auto; */
  margin: 0 auto;
  /* max-height: 72px;
  max-width: 185px; */
  max-height: 100px;
  max-width: 330px;
  transition: filter 0.3s;
  width: auto;
}
section.kumppanit .paakumppanit > a img:hover,
section.kumppanit .paakumppanit > span img:hover {
  filter: brightness(100%) saturate(100%);
}
section.kumppanit .paakumppanit > a:nth-child(2) img,
section.kumppanit .paakumppanit > span:nth-child(2) img {
  margin: 0 auto 0 0;
}
section.kumppanit .col-1 .kumppanit {
  display: grid;
  grid-gap: 42px 60px;
  grid-template-columns: repeat(6, 1fr);
}
section.kumppanit .col-1 .kumppanit.items-5 {
  grid-template-columns: repeat(5, 1fr);
}
section.kumppanit .col-1 .kumppanit.items-4 {
  grid-template-columns: repeat(4, 1fr);
}
section.kumppanit .col-1 .kumppanit > a,
section.kumppanit .col-1 .kumppanit > span {
  align-items: center;
  display: flex;
  justify-content: center;
}
section.kumppanit .col-1 .kumppanit > a img,
section.kumppanit .col-1 .kumppanit > span img {
  display: block;
  filter: grayscale(100%);
  height: auto;
  margin: 0 auto;
  max-height: 60px;
  max-width: 120px;
  transition: filter 0.3s;
  width: auto;
}
section.kumppanit .col-1 .kumppanit > a img:hover,
section.kumppanit .col-1 .kumppanit > span img:hover {
  filter: grayscale(0%);
}

body.home section.kumppanit {
  /* Jos artistipilvi on näkyvissä: */
  /* 
   background: linear-gradient(0deg, #e7f9f9 0%, #c1f0f1 69%);
   */
  /* Jos artistipilvi ei ole näkyvissä: */
  background: linear-gradient(0deg, #e7f9f9 0%, #abeaeb 69%);
}

@media only screen and (max-width: 1050px) {
  section.kumppanit .wrap {
    max-width: calc(100% - 200px);
  }
  section.kumppanit .col-1 .kumppanit {
    grid-gap: 30px 30px;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media only screen and (max-width: 900px) {
  section.kumppanit .wrap {
    max-width: calc(100% - 100px);
  }
  section.kumppanit .col-1 .kumppanit {
    grid-gap: 40px 10px;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (max-width: 600px) {
  section.kumppanit .wrap {
    max-width: calc(100% - 40px);
  }
  section.kumppanit .col-1 .kumppanit {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  section.kumppanit .paakumppanit {
    grid-gap: 40px 20px;
  }
  section.kumppanit .paakumppanit > a img,
  section.kumppanit .paakumppanit > span img {
    max-width: 70%;
  }
}
@media only screen and (max-width: 350px) {
  section.kumppanit .col-1 .kumppanit {
    grid-template-columns: 1fr !important;
  }
  section.kumppanit .paakumppanit {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
  section.kumppanit .paakumppanit > a img,
  section.kumppanit .paakumppanit > span img,
  section.kumppanit .paakumppanit > a:nth-child(2) img,
  section.kumppanit .paakumppanit > span:nth-child(2) img {
    margin: 0;
  }
  section.kumppanit .col-wrap.kumppanit {
    padding: 20px 0 40px 0;
  }
  /* section.kumppanit .paakumppanit > a img, 
  section.kumppanit .paakumppanit > span img {
    max-width: 100%;
  } */
}
section.artistit-kaikki {
  min-height: calc(100vh - 350px);
}
section.artistit-kaikki .wrap {
  max-width: 1065px;
}
section.artistit-kaikki .col-wrap {
  display: block;
}
section.artistit-kaikki .col-wrap:first-child {
  padding-bottom: 25px;
}
section.artistit-kaikki .col-wrap:first-child h1 {
  text-align: center;
}
section.artistit-kaikki .col-wrap:last-child {
  padding-top: 25px;
}
section.artistit-kaikki ul.filter-artist {
  font-family: "hagrid", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  padding: 20px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
section.artistit-kaikki ul.filter-artist li {
  display: inline-block;
  margin: 0 4px;
}
section.artistit-kaikki ul.filter-artist li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  padding: 13px 24px 11px 25px;
  position: relative;
  text-decoration: none;
}
section.artistit-kaikki ul.filter-artist li a:hover, section.artistit-kaikki ul.filter-artist li a.selected {
  background-color: #FFEF57;
  border-color: #FFEF57;
  color: #190609;
}
section.artistit-kaikki ul.filter-artist li a:hover[data-day=suosikit]::after, section.artistit-kaikki ul.filter-artist li a.selected[data-day=suosikit]::after {
  background-image: url(img/right-arrow.svg);
}
section.artistit-kaikki ul.filter-artist li a[data-day=suosikit] {
  padding-right: 15px;
}
section.artistit-kaikki ul.filter-artist li a[data-day=suosikit]::after {
  background-image: url(img/right-arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 18px;
}
section.artistit-kaikki div.artists-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
}
section.artistit-kaikki div.artists-wrap a.artist-item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.artistit-kaikki div.artists-wrap a.artist-item::after {
  animation: l3 1s infinite linear;
  background: #F1216E;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 50px;
  left: calc(50% - 25px);
  -webkit-mask-composite: source-out;
          mask-composite: source-out;
  padding: 8px;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  z-index: -1;
  --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
section.artistit-kaikki div.artists-wrap a.artist-item,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap {
  aspect-ratio: 1/1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
}
section.artistit-kaikki div.artists-wrap a.artist-item.hide,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap.hide {
  /* animation: hide-artist 0.3s normal forwards ease-in;
  animation-iteration-count: 1; */
  display: none;
}
section.artistit-kaikki div.artists-wrap a.artist-item.show,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap.show {
  animation: show-artist 0.3s normal forwards ease-out;
  animation-iteration-count: 1;
  /* display: block; */
}
section.artistit-kaikki div.artists-wrap a.artist-item img,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  width: 100%;
  z-index: 1;
}
section.artistit-kaikki div.artists-wrap a.artist-item h3,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap h3 {
  bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  transform-origin: center 10px;
  width: 100%;
  z-index: 2;
}
section.artistit-kaikki div.artists-wrap a.artist-item h3 sup,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap h3 sup {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  top: 0;
  vertical-align: super;
}
section.artistit-kaikki div.artists-wrap a.artist-item:hover h3,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap:hover h3 {
  color: #FFEF57;
  transform: rotateX(360deg) scale(1.2);
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
section.artistit-kaikki div.artists-wrap a.artist-item a.favorite-link,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link {
  background-image: url(img/favorite_off_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 41px;
  z-index: 2;
}
section.artistit-kaikki div.artists-wrap a.artist-item a.favorite-link:hover,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link:hover {
  transform: scale(1.1);
}
section.artistit-kaikki div.artists-wrap a.artist-item a.favorite-link.selected,
section.artistit-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link.selected {
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

@keyframes show-artist {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hide-artist {
  from {
    transform: scale(1);
  }
  to {
    display: none;
    transform: scale(0);
  }
}
@keyframes select-favourite {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1265px) {
  section.artistit-kaikki .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1100px) {
  section.artistit-kaikki div.artists-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  section.artistit-kaikki .wrap {
    max-width: calc(100% - 100px);
  }
  section.artistit-kaikki div.artists-wrap a.artist-item::after {
    animation: none;
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  section.artistit-kaikki div.artists-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.artistit-kaikki .wrap {
    max-width: calc(100% - 40px);
  }
  section.artistit-kaikki ul.filter-artist li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  section.artistit-kaikki div.artists-wrap {
    grid-template-columns: 1fr;
  }
}
body.single-artisti p.site-title a {
  display: none;
}
body.single-artisti main .col-wrap {
  display: block;
}
body.single-artisti main .col-1 {
  margin: 0 auto;
  max-width: 800px;
}
body.single-artisti section.hero {
  /* z-index: 3; */
  /* img.iso-kuva {
    max-height: 895px;
  } */
}
body.single-artisti section.hero div.logo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15vw;
  height: 34vw;
  left: 0;
  /* object-fit: cover;
  object-position: center top; */
  position: absolute;
  width: 100%;
}
body.single-artisti section.paikka-aika {
  text-align: center;
}
body.single-artisti section.paikka-aika .col-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
body.single-artisti section.paikka-aika h1 {
  font-size: 82px;
  font-size: 5.125rem;
  margin-bottom: 30px;
}
body.single-artisti section.paikka-aika h1 sup {
  margin-left: 5px;
}
body.single-artisti section.paikka-aika h2 {
  font-size: 54px;
  font-size: 3.375rem;
  margin-bottom: 40px;
}
body.single-artisti section.tiedot .col-wrap, body.single-artisti section.some .col-wrap {
  /* padding-bottom: 0; */
  padding-top: 50px;
}
body.single-artisti section.tiedot iframe, body.single-artisti section.some iframe {
  margin-bottom: 45px;
  max-width: 100%;
  width: 100%;
}
body.single-artisti section.tiedot p, body.single-artisti section.some p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
body.single-artisti section.tiedot p.some, body.single-artisti section.some p.some {
  text-align: center;
}
body.single-artisti section.tiedot p.some a.btn, body.single-artisti section.some p.some a.btn {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 10px 10px 10px;
}
body.single-artisti section.tiedot p.some a.btn.facebook::after, body.single-artisti section.some p.some a.btn.facebook::after {
  background-image: url(img/facebook-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-artisti section.tiedot p.some a.btn.instagram::after, body.single-artisti section.some p.some a.btn.instagram::after {
  background-image: url(img/instagram-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-artisti section.tiedot p.some a.btn.tiktok::after, body.single-artisti section.some p.some a.btn.tiktok::after {
  background-image: url(img/tiktok-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-artisti section.tiedot p.some a.btn.soundcloud::after, body.single-artisti section.some p.some a.btn.soundcloud::after {
  background-image: url(img/soundcloud_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-artisti section.tiedot p.some a.btn:hover::after, body.single-artisti section.some p.some a.btn:hover::after {
  transform: translateY(-2px);
}
body.single-artisti section.tiedot p + iframe, body.single-artisti section.some p + iframe {
  margin-top: 50px;
}
body.single-artisti section.tiedot p + h4, body.single-artisti section.some p + h4 {
  margin-top: 50px;
}
body.single-artisti section h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  text-align: center;
  /* text-transform: uppercase; */
}
body.single-artisti section h4 + p.some {
  padding-top: 20px;
}
body.single-artisti section.some {
  background-position: center top 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-artisti.bg-white section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-artisti a.favorite-link {
  background-image: url(img/favorite_off_2026_dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 41px;
  z-index: 2;
}
body.single-artisti a.favorite-link:hover {
  transform: scale(1.1);
}
body.single-artisti a.favorite-link.selected {
  background-image: url(img/favorite_on_2026.svg);
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

/* body.single-artisti.bg-cosmos {
  a.favorite-link {
    background-image: url(img/favorite_off.svg);
  }
} */
body.single-artisti.bg-pink-2025::before,
body.single-artisti.bg-peach::before,
body.single-artisti.bg-sunset::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.single-artisti.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
body.single-artisti.bg-peach section.yksi-palsta:nth-child(2)::after,
body.single-artisti.bg-sunset section.yksi-palsta:nth-child(2)::after {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
  content: "";
  height: 184px;
  left: 0;
  position: absolute;
  top: -184px;
  width: 100%;
  z-index: 2;
}

body.bg-white.single-artisti a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
}
body.bg-white.single-artisti a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
}

a.back {
  background-color: #fff;
  background-image: url(img/left-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px;
  /* border: 1px solid $dark-blue; */
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 64px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 25px;
  width: 64px;
  z-index: 2;
}

body.admin-bar a.back {
  top: 57px;
}

div.favorite-message {
  background-color: transparent;
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "hagrid", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  height: 250px;
  display: none;
  left: calc(50% - 125px);
  padding: 80px 30px 0 30px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: calc(50% - 125px);
  width: 250px;
  z-index: 10;
}
div.favorite-message span {
  display: block;
  transform: rotate(5deg);
}
div.favorite-message.show {
  animation: show-favourite-message 2.5s normal forwards ease-in;
  animation-iteration-count: 1;
  display: block;
  opacity: 1;
  transform: scale(1);
}

@keyframes show-favourite-message {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1.2);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
body.single-artisti.bg-pink-2025 main,
body.single-artisti.bg-cosmos-2025 main {
  overflow: hidden;
}
body.single-artisti.bg-pink-2025 main .wrap,
body.single-artisti.bg-cosmos-2025 main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti.bg-pink-2025 main div.bubble,
body.single-artisti.bg-cosmos-2025 main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-peach.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-artisti.bg-cosmos main {
  overflow: hidden;
}
body.single-artisti.bg-cosmos main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti.bg-cosmos main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-cosmos.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-artisti.bg-peach main {
  overflow: hidden;
}
body.single-artisti.bg-peach main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti.bg-peach main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-peach.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-artisti.bg-sea main {
  overflow: hidden;
}
body.single-artisti.bg-sea main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti.bg-sea main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-sea.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-artisti.bg-sunset main {
  overflow: hidden;
}
body.single-artisti.bg-sunset main .wrap {
  position: relative;
  z-index: 3;
}
body.single-artisti.bg-sunset main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-sunset.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-artisti div.bubble.hide,
body.single-post div.bubble.hide {
  animation: hide-artist-bubble 2s normal forwards ease-in;
  animation-iteration-count: 1;
}

@keyframes hide-artist-bubble {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 1550px) {
  body.single-artisti:not(.sticky-header) p.site-title a {
    left: 100px;
  }
}
@media only screen and (max-width: 900px) {
  body.single-artisti section.paikka-aika h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
  body.single-artisti main section.paikka-aika .col-1 {
    padding-top: 40px;
  }
  body.single-artisti.bg-sunset {
    background-position: top 50vh center;
  }
}
@media only screen and (max-width: 600px) {
  a.back {
    display: none;
  }
  body.single-artisti p.site-title-mobile {
    display: none;
  }
  body.single-artisti section.hero > img {
    height: 75vw;
  }
  body.single-artisti section.paikka-aika h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.single-artisti section.paikka-aika h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  body.single-artisti section.paikka-aika h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.single-artisti section.tiedot p {
    font-size: 16px;
    font-size: 1rem;
  }
  body.single-artisti section.tiedot .col-wrap {
    padding-top: 0;
  }
  body.single-artisti section.tiedot p + iframe {
    margin-top: 20px;
  }
  body.single-artisti section.tiedot iframe {
    margin-bottom: 20px;
  }
  body.single-artisti a.favorite-link {
    height: 30px;
    top: 10px;
    width: 30px;
  }
  div.favorite-message {
    font-size: 16px;
    font-size: 1rem;
    height: 150px;
    left: calc(50% - 75px);
    padding: 50px 30px 0 30px;
    top: calc(50% - 75px);
    width: 150px;
  }
  div.favorite-message.show {
    animation: show-favourite-message 1.5s normal forwards ease-in;
  }
  body.single-artisti.bg-sunset {
    background-position: top 75vw center;
  }
  body.single-artisti.bg-sunset,
  body.single-artisti.bg-pink-2025,
  body.single-artisti.bg-peach,
  body.single-artisti.bg-cosmos,
  body.single-artisti.bg-sea {
    background-image: none;
  }
  body.single-artisti.bg-pink-2025 {
    background-color: #ff6ca8;
  }
  body.single-artisti.bg-sunset {
    background-color: #ffacad;
  }
  body.single-artisti.bg-sea {
    background-color: #3262d4;
  }
  body.single-artisti.main div.bubble,
  body.single-artisti.main div.bubble,
  body.single-artisti.bg-pink-2025 main div.bubble,
  body.single-artisti.bg-cosmos-2025 main div.bubble,
  body.single-artisti.bg-sea main div.bubble,
  body.single-artisti.bg-cosmos main div.bubble,
  body.single-artisti.bg-peach main div.bubble,
  body.single-artisti.bg-sunset main div.bubble {
    z-index: -1 !important;
  }
}
section.ajankohtaista-kaikki {
  text-align: center;
}
section.ajankohtaista-kaikki .col-wrap {
  display: block;
}
section.ajankohtaista-kaikki .col-1 {
  padding: 0 52px;
}
section.ajankohtaista-kaikki ul.news-archive {
  display: grid;
  grid-gap: 96px 48px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 80px 0 0 0;
}
section.ajankohtaista-kaikki ul.news-archive li {
  background: #fff;
  overflow: hidden;
  padding-bottom: 36px;
}
section.ajankohtaista-kaikki ul.news-archive li a {
  color: #151D21;
  text-decoration: none;
}
section.ajankohtaista-kaikki ul.news-archive li a img {
  aspect-ratio: 432/350;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.ajankohtaista-kaikki ul.news-archive li a div.content {
  min-height: 430px;
  padding: 36px 48px;
}
section.ajankohtaista-kaikki ul.news-archive li a p.entry-time {
  font-size: 14px;
  font-size: 0.875rem;
}
section.ajankohtaista-kaikki ul.news-archive li a h2 {
  color: #190609;
  font-size: 28px;
  font-size: 1.75rem;
  padding-top: 0 !important;
  text-transform: none;
}
section.ajankohtaista-kaikki ul.news-archive li a span.btn {
  background-color: #FFE555;
}

body.single-post p.entry-time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 1750px) {
  section.ajankohtaista-kaikki .col-1 {
    padding: 0;
  }
  section.ajankohtaista-kaikki ul.news-archive li a div.content {
    padding: 36px;
  }
}
@media only screen and (max-width: 1550px) {
  section.ajankohtaista-kaikki ul.news-archive li a h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.ajankohtaista-kaikki ul.news-archive li a div.content {
    padding: 36px 20px;
  }
}
@media only screen and (max-width: 1450px) {
  section.ajankohtaista-kaikki ul.news-archive {
    grid-gap: 60px 20px;
  }
}
@media only screen and (max-width: 1400px) {
  /* section.ajankohtaista-kaikki ul.news-archive li a h2 {
    @include fontSize(32px);
  } */
  section.ajankohtaista-kaikki ul.news-archive {
    font-size: 16px;
    font-size: 1rem;
    grid-gap: 60px 30px;
  }
}
@media only screen and (max-width: 1450px) {
  section.ajankohtaista-kaikki ul.news-archive li a {
    font-size: 16px;
    font-size: 1rem;
  }
  section.ajankohtaista-kaikki ul.news-archive li a div.content {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1300px) {
  section.ajankohtaista-kaikki ul.news-archive li a h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.ajankohtaista-kaikki ul.news-archive {
    font-size: 16px;
    font-size: 1rem;
    grid-gap: 40px 20px;
  }
  section.ajankohtaista-kaikki .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1150px) {
  section.ajankohtaista-kaikki ul.news-archive {
    grid-template-columns: repeat(2, 1fr);
  }
  section.ajankohtaista-kaikki ul.news-archive li a div.content {
    min-height: 300px;
  }
}
@media only screen and (max-width: 750px) {
  section.ajankohtaista-kaikki ul.news-archive {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  section.ajankohtaista-kaikki .wrap {
    max-width: calc(100% - 40px);
  }
  section.ajankohtaista-kaikki ul.news-archive li a div.content {
    min-height: 0;
    padding: 25px 20px;
  }
  section.ajankohtaista-kaikki ul.news-archive li {
    padding-bottom: 25px;
  }
  section.ajankohtaista-kaikki ul.news-archive {
    grid-gap: 20px;
    padding-top: 20px;
  }
  body.single-post p.site-title-mobile {
    display: none;
  }
  body.single-post article {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 380px) {
  section.ajankohtaista-kaikki ul.news-archive li a h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  section.ajankohtaista-kaikki ul.news-archive li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.liput {
  text-align: center;
}
section.liput .col-wrap {
  display: block;
  padding-bottom: 0;
}
section.liput .col-1 {
  padding: 0 52px;
}
section.liput ul.tickets {
  display: grid;
  grid-gap: 32px 0;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0 auto 125px auto;
  max-width: 1151px;
  padding: 80px 0 0 0;
}
section.liput ul.tickets.items-2 {
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 976px;
}
section.liput ul.tickets li {
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
section.liput ul.tickets li.bg-green h2,
section.liput ul.tickets li.bg-green p.btn {
  background-color: #ABE583;
}
section.liput ul.tickets li.bg-red h2,
section.liput ul.tickets li.bg-red p.btn {
  background-color: #FA8770;
}
section.liput ul.tickets li.bg-yellow h2,
section.liput ul.tickets li.bg-yellow p.btn {
  background-color: #FFEF57;
}
section.liput ul.tickets li.bg-blue h2,
section.liput ul.tickets li.bg-blue p.btn {
  background-color: #6CD1E0;
}
section.liput ul.tickets li a,
section.liput ul.tickets li > span {
  align-items: center;
  color: #151D21;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
}
section.liput ul.tickets li a div.content,
section.liput ul.tickets li > span div.content {
  padding: 36px 20px;
}
section.liput ul.tickets li a h2,
section.liput ul.tickets li > span h2 {
  box-sizing: border-box;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1;
  margin-bottom: 0;
  padding: 67px 39px;
  text-align: left;
  text-transform: none;
  width: 610px;
}
section.liput ul.tickets li a h3,
section.liput ul.tickets li > span h3 {
  align-self: stretch;
  color: #190609;
  display: flex;
  font-size: 44px;
  font-size: 2.75rem;
  justify-content: center;
  line-height: 1;
  margin: 0;
  text-align: center;
  width: 222px;
}
section.liput ul.tickets li a h3 span,
section.liput ul.tickets li > span h3 span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 12px;
}
section.liput ul.tickets li a h3 > div,
section.liput ul.tickets li > span h3 > div {
  margin: auto 0;
}
section.liput ul.tickets li a p,
section.liput ul.tickets li > span p {
  margin-bottom: 30px;
}
section.liput ul.tickets li a p.btn,
section.liput ul.tickets li > span p.btn {
  align-self: stretch;
  display: flex;
  font-family: "hagrid", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  justify-content: center;
  text-align: center;
  width: calc(100% - 832px);
}
section.liput ul.tickets li a p.btn > span,
section.liput ul.tickets li > span p.btn > span {
  margin: auto 0;
  position: relative;
}
section.liput ul.tickets li a p.btn > span::after,
section.liput ul.tickets li > span p.btn > span::after {
  background-image: url(img/right-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  position: absolute;
  right: -35px;
  top: 3px;
  width: 24px;
}
section.liput ul.tickets li a p:last-child,
section.liput ul.tickets li > span p:last-child {
  margin-bottom: 0;
}
section.liput ul.tickets li a span.btn,
section.liput ul.tickets li > span span.btn {
  background-color: #FFE555;
}
section.liput ul.tickets li.sold-out h2,
section.liput ul.tickets li.sold-out h3 {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
section.liput ul.tickets li.sold-out.bg-green h2,
section.liput ul.tickets li.sold-out.bg-green p.btn {
  background-color: #E4FCD4;
}
section.liput ul.tickets li.sold-out.bg-red h2,
section.liput ul.tickets li.sold-out.bg-red p.btn {
  background-color: #FDD8D1;
}
section.liput ul.tickets li.sold-out.bg-yellow h2,
section.liput ul.tickets li.sold-out.bg-yellow p.btn {
  background-color: #FFF8BA;
}
section.liput ul.tickets li.sold-out.bg-blue h2,
section.liput ul.tickets li.sold-out.bg-blue p.btn {
  background-color: #D9FFFF;
}
section.liput ul.tickets li.sold-out a p.btn > span::after,
section.liput ul.tickets li.sold-out span p.btn > span::after {
  display: none;
}
section.liput ul.tickets li.empty {
  background-color: transparent !important;
}
section.liput ul.tickets li.empty > a {
  display: none !important;
}

@media only screen and (max-width: 1750px) {
  section.liput .col-1 {
    padding: 0;
  }
  section.liput ul.tickets li a div.content,
  section.liput ul.tickets li span div.content {
    padding: 20px 36px 36px 36px;
  }
}
@media only screen and (max-width: 1550px) {
  section.liput ul.tickets li a div.content,
  section.liput ul.tickets li span div.content {
    padding: 20px 20px 36px 20px;
  }
}
@media only screen and (max-width: 1400px) {
  section.liput ul.tickets {
    font-size: 16px;
    font-size: 1rem;
    grid-gap: 60px 30px;
  }
}
@media only screen and (max-width: 1300px) {
  section.liput ul.tickets {
    font-size: 16px;
    font-size: 1rem;
    grid-gap: 40px 20px;
  }
  section.liput .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1150px) {
  section.liput ul.tickets {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  section.liput ul.tickets li a h2,
  section.liput ul.tickets li > span h2 {
    align-items: center;
    display: flex;
    font-size: 36px;
    font-size: 2.25rem;
    justify-content: center;
    line-height: 1.33;
    min-height: 178px;
    padding: 40px 30px;
    text-align: center;
  }
  section.liput ul.tickets li a h3,
  section.liput ul.tickets li > span h3 {
    padding: 30px;
    width: 100%;
  }
  section.liput ul.tickets li a p.btn,
  section.liput ul.tickets li > span p.btn {
    padding: 20px 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  section.liput ul.tickets,
  section.liput ul.tickets.items-2 {
    grid-template-columns: 1fr;
  }
  section.liput ul.tickets {
    grid-gap: 100px 0;
  }
  section.liput ul.tickets li.empty {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  section.liput .wrap {
    max-width: calc(100% - 40px);
  }
  section.liput .col-wrap {
    padding-bottom: 20px;
  }
  section.liput ul.tickets li a div.content,
  section.liput ul.tickets li span div.content {
    padding: 20px;
  }
  section.liput ul.tickets {
    grid-gap: 32px 0;
    padding-top: 40px;
  }
  section.liput ul.tickets li a h2,
  section.liput ul.tickets li > span h2 {
    font-size: 24px;
    font-size: 1.5rem;
    min-height: 0;
    padding: 20px 10px;
  }
  section.liput ul.tickets {
    margin-bottom: 50px;
  }
}
div#cookie-notice span#cn-notice-text {
  color: #fff !important;
}

section.kuvagalleria {
  /* h2 {
    text-transform: uppercase;
  } */
}
section.kuvagalleria::before {
  aspect-ratio: 1092/1010;
  background-image: url(img/Qstock_2026_rapu1_puhdas_coral.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  left: -100px;
  position: absolute;
  top: -200px;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  width: 400px;
}
section.kuvagalleria .wrap {
  max-width: 1185px;
}
section.kuvagalleria .col-wrap:first-child {
  display: block;
  padding-bottom: 25px;
  text-align: center;
}
section.kuvagalleria .col-wrap:nth-child(2) {
  padding-bottom: 25px;
  padding-top: 25px;
}
section.kuvagalleria .col-wrap:last-child {
  display: block;
  padding-top: 25px;
  text-align: center;
}
section.kuvagalleria div.gallery-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
section.kuvagalleria div.gallery-wrap .gallery-item {
  display: block;
  position: relative;
}
section.kuvagalleria div.gallery-wrap .gallery-item img {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.kuvagalleria div.gallery-wrap .gallery-item .gallery-text {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.kuvagalleria div.gallery-wrap .gallery-item .gallery-text h3 {
  color: #fff;
  margin-bottom: 0;
}
section.kuvagalleria div.gallery-wrap .gallery-item .gallery-text .btn:after {
  background-image: url(img/download.svg);
}
section.kuvagalleria div.gallery-wrap .gallery-item .gallery-text .btn:hover {
  background-color: #ACFFB9;
}

body.home section.kuvagalleria {
  /* Jos artistipilvi on näkyvissä: */
  /* 
    background: linear-gradient(0deg, #abeaeb 0%, #89e2e2 69%);
    */
  /* Jos artistipilvi ei ole näkyvissä: */
  background: linear-gradient(0deg, #89e2e2 0%, #a9e5b7 69%);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.overlay .overlay-content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  margin: auto;
  max-width: 80%;
  max-height: 80vh;
}
.overlay .overlay-content img {
  display: block;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.overlay .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

@media only screen and (max-width: 1385px) {
  section.kuvagalleria .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1200px) {
  section.kuvagalleria .wrap {
    max-width: calc(100% - 200px);
  }
  /* section.kuvagalleria div.gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
  } */
}
@media only screen and (max-width: 900px) {
  section.kuvagalleria .wrap {
    max-width: calc(100% - 100px);
  }
  section.kuvagalleria div.gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.kuvagalleria .wrap {
    max-width: calc(100% - 40px);
  }
  section.kuvagalleria div.gallery-wrap {
    grid-template-columns: 1fr;
  }
  section.kuvagalleria div.gallery-wrap .gallery-item .gallery-text h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  section.kuvagalleria::before {
    top: 0;
    width: 70vw;
  }
}
section.aikataulu {
  text-align: center;
}
section.aikataulu .col-wrap {
  display: block;
}
section.aikataulu ul.filter-timetable {
  font-family: "hagrid", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  list-style: none;
  margin-bottom: 100px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
section.aikataulu ul.filter-timetable li {
  display: inline-block;
  margin: 0 4px 8px 4px;
  position: relative;
}
section.aikataulu ul.filter-timetable li a {
  border: 2px solid #FFEF57;
  color: #190609;
  display: block;
  padding: 16px 24px 14px 25px;
  position: relative;
  text-decoration: none;
}
section.aikataulu ul.filter-timetable li a:hover, section.aikataulu ul.filter-timetable li a.selected {
  background-color: #FFEF57;
  border-color: #FFEF57;
  color: #190609;
}
section.aikataulu ul.filter-timetable li.valitse-lava > a {
  background-image: url(img/down-arrow-pink100.svg);
  background-position: center right 25px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
section.aikataulu ul.filter-timetable li.valitse-lava:hover > a {
  background-color: #FFEF57;
  /* background-image: url(img/down-arrow-white.svg); */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #190609;
}
section.aikataulu ul.filter-timetable li.valitse-lava:hover ul {
  display: block;
}
section.aikataulu ul.filter-timetable li > ul {
  background-color: #fff;
  border: 2px solid #fff;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  border-top: none;
  box-sizing: border-box;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  padding: 10px 0 10px 20px;
  position: absolute;
  text-align: left;
  top: 50px;
  width: 100%;
  z-index: 4;
}
section.aikataulu ul.filter-timetable li > ul li {
  display: block;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=samsung] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=samsung] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=paalava] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=paalava] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=oulu2026] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=oulu2026] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=rytmiranta] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=rytmiranta] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=sirkusteltta] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=sirkusteltta] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=kooma] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=kooma] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=redbull] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=redbull] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul li[data-stage=kaikki] a:hover, section.aikataulu ul.filter-timetable li > ul li[data-stage=kaikki] a.selected {
  background-color: transparent;
  color: #F1216E;
}
section.aikataulu ul.filter-timetable li > ul a {
  border: none;
  color: #190609;
  padding: 0;
}
section.aikataulu div.timetable-wrap {
  position: relative;
}
section.aikataulu div.timetable-wrap h2 {
  text-transform: uppercase;
}
section.aikataulu div.timetable-wrap.friday {
  margin-bottom: 100px;
}
section.aikataulu div.timetable-wrap a.printable-timetable {
  color: #190609;
  position: absolute;
  right: 0;
  top: 0;
}
section.aikataulu table.timetable {
  border: none;
  border-collapse: separate;
  border-spacing: 5px;
  font-family: "hagrid", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  max-width: 100%;
  table-layout: fixed;
  width: 100%;
}
section.aikataulu table.timetable tr.logos td {
  background-color: transparent;
  padding: 0;
  vertical-align: bottom;
}
section.aikataulu table.timetable tr.logos td.oulu2026 {
  padding-bottom: 0;
}
section.aikataulu table.timetable tr.logos td.oulu2026 img {
  height: 60px;
  min-height: 60px;
}
section.aikataulu table.timetable tr.logos td.ramirent img {
  height: 20px;
  min-height: 20px;
}
section.aikataulu table.timetable tr.logos img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  max-width: 100%;
  width: auto;
}
section.aikataulu table.timetable th,
section.aikataulu table.timetable td {
  border: 1px solid #151D21;
  padding: 16px 24px 14px 25px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
section.aikataulu table.timetable th.samsung {
  background-color: #a6f1f7;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.paalava {
  background-color: #ee79d1;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.oulu2026 {
  background-color: #013797;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.rytmiranta {
  background-color: #FF90BF;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.sirkusteltta {
  background-color: #ACFFB9;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.kooma {
  background-color: #FF9E00;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th.redbull {
  background-color: #FFE555;
}
section.aikataulu table.timetable th.oulu2026 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.aikataulu table.timetable th:first-child {
  background-color: #fff;
}
section.aikataulu table.timetable td {
  background-color: rgba(232, 233, 233, 0.5);
  border: none;
}
section.aikataulu table.timetable td.klo {
  background-color: #fff;
  border: 1px solid #151D21;
  font-family: "hagrid", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
section.aikataulu table.timetable td.samsung div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.paalava div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.oulu2026 div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.rytmiranta div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.sirkusteltta div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.kooma div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.redbull div.artist {
  background-color: #fff;
  padding: 10px;
  /* &.favourite {
    background-color: $pink10;
  } */
}
section.aikataulu table.timetable td.samsung {
  background-color: #e3fbfd;
}
section.aikataulu table.timetable td.samsung div.artist {
  background-color: #d4f7fb;
}
section.aikataulu table.timetable td.samsung div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.paalava {
  background-color: #fad7f1;
}
section.aikataulu table.timetable td.paalava div.artist {
  background-color: #f7bce8;
}
section.aikataulu table.timetable td.paalava div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.oulu2026 {
  background-color: #b5c0de;
}
section.aikataulu table.timetable td.oulu2026 div.artist {
  background-color: #809acb;
}
section.aikataulu table.timetable td.oulu2026 div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.rytmiranta {
  background-color: #ffd4e3;
}
section.aikataulu table.timetable td.rytmiranta div.artist {
  background-color: #ffb9ce;
}
section.aikataulu table.timetable td.rytmiranta div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.sirkusteltta {
  background-color: #e6fee9;
}
section.aikataulu table.timetable td.sirkusteltta div.artist {
  background-color: #d6ffdd;
}
section.aikataulu table.timetable td.sirkusteltta div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.kooma {
  background-color: #fedcc1;
}
section.aikataulu table.timetable td.kooma div.artist {
  background-color: #fec599;
}
section.aikataulu table.timetable td.kooma div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable td.redbull {
  background-color: #fff5c2;
}
section.aikataulu table.timetable td.redbull div.artist {
  background-color: #ffef99;
}
section.aikataulu table.timetable td.redbull div.artist.favourite {
  border-width: 3px;
}
section.aikataulu table.timetable.stage-selected {
  width: 390px;
}
section.aikataulu table.timetable tr.logos,
section.aikataulu table.timetable tr:nth-child(2) {
  position: sticky;
  top: 0;
  z-index: 10;
}
section.aikataulu table.timetable tr:nth-child(2) {
  top: 65px; /* Riippuen ensimmäisen rivin korkeudesta */
}
section.aikataulu div.artist {
  align-items: center;
  border: 1px solid #151D21;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.aikataulu div.artist.h-0 {
  height: 0%;
}
section.aikataulu div.artist.h-10 {
  height: 10%;
}
section.aikataulu div.artist.h-20 {
  height: 20%;
}
section.aikataulu div.artist.h-30 {
  height: 30%;
}
section.aikataulu div.artist.h-40 {
  height: 40%;
}
section.aikataulu div.artist.h-50 {
  height: 50%;
}
section.aikataulu div.artist.h-60 {
  height: 60%;
}
section.aikataulu div.artist.h-70 {
  height: 70%;
}
section.aikataulu div.artist.h-80 {
  height: 80%;
}
section.aikataulu div.artist.h-90 {
  height: 90%;
}
section.aikataulu div.artist.h-100 {
  height: 100%;
}
section.aikataulu div.artist.h-110 {
  height: calc(110% + 8px);
}
section.aikataulu div.artist.h-120 {
  height: calc(120% + 8px);
}
section.aikataulu div.artist.h-130 {
  height: calc(130% + 8px);
}
section.aikataulu div.artist.h-140 {
  height: calc(140% + 8px);
}
section.aikataulu div.artist.h-150 {
  height: calc(150% + 8px);
}
section.aikataulu div.artist.h-160 {
  height: calc(160% + 8px);
}
section.aikataulu div.artist.h-170 {
  height: calc(170% + 8px);
}
section.aikataulu div.artist.h-180 {
  height: calc(180% + 8px);
}
section.aikataulu div.artist.h-190 {
  height: calc(190% + 8px);
}
section.aikataulu div.artist.h-200 {
  height: calc(200% + 8px);
}
section.aikataulu div.artist.h-210 {
  height: calc(210% + 8px);
}
section.aikataulu div.artist.h-220 {
  height: calc(220% + 8px);
}
section.aikataulu div.artist.h-230 {
  height: calc(230% + 8px);
}
section.aikataulu div.artist.h-240 {
  height: calc(240% + 8px);
}
section.aikataulu div.artist.h-250 {
  height: calc(250% + 8px);
}
section.aikataulu div.artist.h-260 {
  height: calc(260% + 8px);
}
section.aikataulu div.artist.h-270 {
  height: calc(270% + 8px);
}
section.aikataulu div.artist.h-280 {
  height: calc(280% + 8px);
}
section.aikataulu div.artist.h-290 {
  height: calc(290% + 8px);
}
section.aikataulu div.artist.h-300 {
  height: calc(300% + 8px);
}
section.aikataulu div.artist.o-0 {
  margin-top: 0px;
}
section.aikataulu div.artist.o-1 {
  margin-top: 0.5px;
}
section.aikataulu div.artist.o-2 {
  margin-top: 1px;
}
section.aikataulu div.artist.o-3 {
  margin-top: 1.5px;
}
section.aikataulu div.artist.o-4 {
  margin-top: 2px;
}
section.aikataulu div.artist.o-5 {
  margin-top: 2.5px;
}
section.aikataulu div.artist.o-6 {
  margin-top: 3px;
}
section.aikataulu div.artist.o-7 {
  margin-top: 3.5px;
}
section.aikataulu div.artist.o-8 {
  margin-top: 4px;
}
section.aikataulu div.artist.o-9 {
  margin-top: 4.5px;
}
section.aikataulu div.artist.o-10 {
  margin-top: 5px;
}
section.aikataulu div.artist.o-11 {
  margin-top: 5.5px;
}
section.aikataulu div.artist.o-12 {
  margin-top: 6px;
}
section.aikataulu div.artist.o-13 {
  margin-top: 6.5px;
}
section.aikataulu div.artist.o-14 {
  margin-top: 7px;
}
section.aikataulu div.artist.o-15 {
  margin-top: 7.5px;
}
section.aikataulu div.artist.o-16 {
  margin-top: 8px;
}
section.aikataulu div.artist.o-17 {
  margin-top: 8.5px;
}
section.aikataulu div.artist.o-18 {
  margin-top: 9px;
}
section.aikataulu div.artist.o-19 {
  margin-top: 9.5px;
}
section.aikataulu div.artist.o-20 {
  margin-top: 10px;
}
section.aikataulu div.artist.o-21 {
  margin-top: 10.5px;
}
section.aikataulu div.artist.o-22 {
  margin-top: 11px;
}
section.aikataulu div.artist.o-23 {
  margin-top: 11.5px;
}
section.aikataulu div.artist.o-24 {
  margin-top: 12px;
}
section.aikataulu div.artist.o-25 {
  margin-top: 12.5px;
}
section.aikataulu div.artist.o-26 {
  margin-top: 13px;
}
section.aikataulu div.artist.o-27 {
  margin-top: 13.5px;
}
section.aikataulu div.artist.o-28 {
  margin-top: 14px;
}
section.aikataulu div.artist.o-29 {
  margin-top: 14.5px;
}
section.aikataulu div.artist.o-30 {
  margin-top: 15px;
}
section.aikataulu div.artist.o-31 {
  margin-top: 15.5px;
}
section.aikataulu div.artist.o-32 {
  margin-top: 16px;
}
section.aikataulu div.artist.o-33 {
  margin-top: 16.5px;
}
section.aikataulu div.artist.o-34 {
  margin-top: 17px;
}
section.aikataulu div.artist.o-35 {
  margin-top: 17.5px;
}
section.aikataulu div.artist.o-36 {
  margin-top: 18px;
}
section.aikataulu div.artist.o-37 {
  margin-top: 18.5px;
}
section.aikataulu div.artist.o-38 {
  margin-top: 19px;
}
section.aikataulu div.artist.o-39 {
  margin-top: 19.5px;
}
section.aikataulu div.artist.o-40 {
  margin-top: 20px;
}
section.aikataulu div.artist.o-41 {
  margin-top: 20.5px;
}
section.aikataulu div.artist.o-42 {
  margin-top: 21px;
}
section.aikataulu div.artist.o-43 {
  margin-top: 21.5px;
}
section.aikataulu div.artist.o-44 {
  margin-top: 22px;
}
section.aikataulu div.artist.o-45 {
  margin-top: 22.5px;
}
section.aikataulu div.artist.o-46 {
  margin-top: 23px;
}
section.aikataulu div.artist.o-47 {
  margin-top: 23.5px;
}
section.aikataulu div.artist.o-48 {
  margin-top: 24px;
}
section.aikataulu div.artist.o-49 {
  margin-top: 24.5px;
}
section.aikataulu div.artist.o-50 {
  margin-top: 25px;
}
section.aikataulu div.artist.o-51 {
  margin-top: 25.5px;
}
section.aikataulu div.artist.o-52 {
  margin-top: 26px;
}
section.aikataulu div.artist.o-53 {
  margin-top: 26.5px;
}
section.aikataulu div.artist.o-54 {
  margin-top: 27px;
}
section.aikataulu div.artist.o-55 {
  margin-top: 27.5px;
}
section.aikataulu div.artist.o-56 {
  margin-top: 28px;
}
section.aikataulu div.artist.o-57 {
  margin-top: 28.5px;
}
section.aikataulu div.artist.o-58 {
  margin-top: 29px;
}
section.aikataulu div.artist.o-59 {
  margin-top: 29.5px;
}
section.aikataulu div.artist.o-60 {
  margin-top: 30px;
}
section.aikataulu div.artist.o-61 {
  margin-top: 30.5px;
}
section.aikataulu div.artist.o-62 {
  margin-top: 31px;
}
section.aikataulu div.artist.o-63 {
  margin-top: 31.5px;
}
section.aikataulu div.artist.o-64 {
  margin-top: 32px;
}
section.aikataulu div.artist.o-65 {
  margin-top: 32.5px;
}
section.aikataulu div.artist.o-66 {
  margin-top: 33px;
}
section.aikataulu div.artist.o-67 {
  margin-top: 33.5px;
}
section.aikataulu div.artist.o-68 {
  margin-top: 34px;
}
section.aikataulu div.artist.o-69 {
  margin-top: 34.5px;
}
section.aikataulu div.artist.o-70 {
  margin-top: 35px;
}
section.aikataulu div.artist.o-71 {
  margin-top: 35.5px;
}
section.aikataulu div.artist.o-72 {
  margin-top: 36px;
}
section.aikataulu div.artist.o-73 {
  margin-top: 36.5px;
}
section.aikataulu div.artist.o-74 {
  margin-top: 37px;
}
section.aikataulu div.artist.o-75 {
  margin-top: 37.5px;
}
section.aikataulu div.artist.o-76 {
  margin-top: 38px;
}
section.aikataulu div.artist.o-77 {
  margin-top: 38.5px;
}
section.aikataulu div.artist.o-78 {
  margin-top: 39px;
}
section.aikataulu div.artist.o-79 {
  margin-top: 39.5px;
}
section.aikataulu div.artist.o-80 {
  margin-top: 40px;
}
section.aikataulu div.artist.o-81 {
  margin-top: 40.5px;
}
section.aikataulu div.artist.o-82 {
  margin-top: 41px;
}
section.aikataulu div.artist.o-83 {
  margin-top: 41.5px;
}
section.aikataulu div.artist.o-84 {
  margin-top: 42px;
}
section.aikataulu div.artist.o-85 {
  margin-top: 42.5px;
}
section.aikataulu div.artist.o-86 {
  margin-top: 43px;
}
section.aikataulu div.artist.o-87 {
  margin-top: 43.5px;
}
section.aikataulu div.artist.o-88 {
  margin-top: 44px;
}
section.aikataulu div.artist.o-89 {
  margin-top: 44.5px;
}
section.aikataulu div.artist.o-90 {
  margin-top: 45px;
}
section.aikataulu div.artist.o-91 {
  margin-top: 45.5px;
}
section.aikataulu div.artist.o-92 {
  margin-top: 46px;
}
section.aikataulu div.artist.o-93 {
  margin-top: 46.5px;
}
section.aikataulu div.artist.o-94 {
  margin-top: 47px;
}
section.aikataulu div.artist.o-95 {
  margin-top: 47.5px;
}
section.aikataulu div.artist.o-96 {
  margin-top: 48px;
}
section.aikataulu div.artist.o-97 {
  margin-top: 48.5px;
}
section.aikataulu div.artist.o-98 {
  margin-top: 49px;
}
section.aikataulu div.artist.o-99 {
  margin-top: 49.5px;
}
section.aikataulu div.artist.o-100 {
  margin-top: 50px;
}
section.aikataulu div.artist.o-101 {
  margin-top: 50.5px;
}
section.aikataulu div.artist.o-102 {
  margin-top: 51px;
}
section.aikataulu div.artist.o-103 {
  margin-top: 51.5px;
}
section.aikataulu div.artist.o-104 {
  margin-top: 52px;
}
section.aikataulu div.artist.o-105 {
  margin-top: 52.5px;
}
section.aikataulu div.artist.o-106 {
  margin-top: 53px;
}
section.aikataulu div.artist.o-107 {
  margin-top: 53.5px;
}
section.aikataulu div.artist.o-108 {
  margin-top: 54px;
}
section.aikataulu div.artist.o-109 {
  margin-top: 54.5px;
}
section.aikataulu div.artist.o-110 {
  margin-top: 55px;
}
section.aikataulu div.artist.o-111 {
  margin-top: 55.5px;
}
section.aikataulu div.artist.o-112 {
  margin-top: 56px;
}
section.aikataulu div.artist.o-113 {
  margin-top: 56.5px;
}
section.aikataulu div.artist.o-114 {
  margin-top: 57px;
}
section.aikataulu div.artist.o-115 {
  margin-top: 57.5px;
}
section.aikataulu div.artist.o-116 {
  margin-top: 58px;
}
section.aikataulu div.artist.o-117 {
  margin-top: 58.5px;
}
section.aikataulu div.artist.o-118 {
  margin-top: 59px;
}
section.aikataulu div.artist.o-119 {
  margin-top: 59.5px;
}
section.aikataulu div.artist.o-120 {
  margin-top: 60px;
}
section.aikataulu div.artist.o-121 {
  margin-top: 60.5px;
}
section.aikataulu div.artist.o-122 {
  margin-top: 61px;
}
section.aikataulu div.artist.o-123 {
  margin-top: 61.5px;
}
section.aikataulu div.artist.o-124 {
  margin-top: 62px;
}
section.aikataulu div.artist.o-125 {
  margin-top: 62.5px;
}
section.aikataulu div.artist.o-126 {
  margin-top: 63px;
}
section.aikataulu div.artist.o-127 {
  margin-top: 63.5px;
}
section.aikataulu div.artist.o-128 {
  margin-top: 64px;
}
section.aikataulu div.artist.o-129 {
  margin-top: 64.5px;
}
section.aikataulu div.artist.o-130 {
  margin-top: 65px;
}
section.aikataulu div.artist.o-131 {
  margin-top: 65.5px;
}
section.aikataulu div.artist.o-132 {
  margin-top: 66px;
}
section.aikataulu div.artist.o-133 {
  margin-top: 66.5px;
}
section.aikataulu div.artist.o-134 {
  margin-top: 67px;
}
section.aikataulu div.artist.o-135 {
  margin-top: 67.5px;
}
section.aikataulu div.artist.o-136 {
  margin-top: 68px;
}
section.aikataulu div.artist.o-137 {
  margin-top: 68.5px;
}
section.aikataulu div.artist.o-138 {
  margin-top: 69px;
}
section.aikataulu div.artist.o-139 {
  margin-top: 69.5px;
}
section.aikataulu div.artist.o-140 {
  margin-top: 70px;
}
section.aikataulu div.artist.o-141 {
  margin-top: 70.5px;
}
section.aikataulu div.artist.o-142 {
  margin-top: 71px;
}
section.aikataulu div.artist.o-143 {
  margin-top: 71.5px;
}
section.aikataulu div.artist.o-144 {
  margin-top: 72px;
}
section.aikataulu div.artist.o-145 {
  margin-top: 72.5px;
}
section.aikataulu div.artist.o-146 {
  margin-top: 73px;
}
section.aikataulu div.artist.o-147 {
  margin-top: 73.5px;
}
section.aikataulu div.artist.o-148 {
  margin-top: 74px;
}
section.aikataulu div.artist.o-149 {
  margin-top: 74.5px;
}
section.aikataulu div.artist.o-150 {
  margin-top: 75px;
}
section.aikataulu div.artist.o-151 {
  margin-top: 75.5px;
}
section.aikataulu div.artist.o-152 {
  margin-top: 76px;
}
section.aikataulu div.artist.o-153 {
  margin-top: 76.5px;
}
section.aikataulu div.artist.o-154 {
  margin-top: 77px;
}
section.aikataulu div.artist.o-155 {
  margin-top: 77.5px;
}
section.aikataulu div.artist.o-156 {
  margin-top: 78px;
}
section.aikataulu div.artist.o-157 {
  margin-top: 78.5px;
}
section.aikataulu div.artist.o-158 {
  margin-top: 79px;
}
section.aikataulu div.artist.o-159 {
  margin-top: 79.5px;
}
section.aikataulu div.artist.o-160 {
  margin-top: 80px;
}
section.aikataulu div.artist.o-161 {
  margin-top: 80.5px;
}
section.aikataulu div.artist.o-162 {
  margin-top: 81px;
}
section.aikataulu div.artist.o-163 {
  margin-top: 81.5px;
}
section.aikataulu div.artist.o-164 {
  margin-top: 82px;
}
section.aikataulu div.artist.o-165 {
  margin-top: 82.5px;
}
section.aikataulu div.artist.o-166 {
  margin-top: 83px;
}
section.aikataulu div.artist.o-167 {
  margin-top: 83.5px;
}
section.aikataulu div.artist.o-168 {
  margin-top: 84px;
}
section.aikataulu div.artist.o-169 {
  margin-top: 84.5px;
}
section.aikataulu div.artist.o-170 {
  margin-top: 85px;
}
section.aikataulu div.artist.o-171 {
  margin-top: 85.5px;
}
section.aikataulu div.artist.o-172 {
  margin-top: 86px;
}
section.aikataulu div.artist.o-173 {
  margin-top: 86.5px;
}
section.aikataulu div.artist.o-174 {
  margin-top: 87px;
}
section.aikataulu div.artist.o-175 {
  margin-top: 87.5px;
}
section.aikataulu div.artist.o-176 {
  margin-top: 88px;
}
section.aikataulu div.artist.o-177 {
  margin-top: 88.5px;
}
section.aikataulu div.artist.o-178 {
  margin-top: 89px;
}
section.aikataulu div.artist.o-179 {
  margin-top: 89.5px;
}
section.aikataulu div.artist.o-180 {
  margin-top: 90px;
}
section.aikataulu div.artist.o-181 {
  margin-top: 90.5px;
}
section.aikataulu div.artist.o-182 {
  margin-top: 91px;
}
section.aikataulu div.artist.o-183 {
  margin-top: 91.5px;
}
section.aikataulu div.artist.o-184 {
  margin-top: 92px;
}
section.aikataulu div.artist.o-185 {
  margin-top: 92.5px;
}
section.aikataulu div.artist.o-186 {
  margin-top: 93px;
}
section.aikataulu div.artist.o-187 {
  margin-top: 93.5px;
}
section.aikataulu div.artist.o-188 {
  margin-top: 94px;
}
section.aikataulu div.artist.o-189 {
  margin-top: 94.5px;
}
section.aikataulu div.artist.o-190 {
  margin-top: 95px;
}
section.aikataulu div.artist.o-191 {
  margin-top: 95.5px;
}
section.aikataulu div.artist.o-192 {
  margin-top: 96px;
}
section.aikataulu div.artist.o-193 {
  margin-top: 96.5px;
}
section.aikataulu div.artist.o-194 {
  margin-top: 97px;
}
section.aikataulu div.artist.o-195 {
  margin-top: 97.5px;
}
section.aikataulu div.artist.o-196 {
  margin-top: 98px;
}
section.aikataulu div.artist.o-197 {
  margin-top: 98.5px;
}
section.aikataulu div.artist.o-198 {
  margin-top: 99px;
}
section.aikataulu div.artist.o-199 {
  margin-top: 99.5px;
}
section.aikataulu div.artist.o-200 {
  margin-top: 100px;
}
section.aikataulu div.artist.o-201 {
  margin-top: 100.5px;
}
section.aikataulu div.artist.o-202 {
  margin-top: 101px;
}
section.aikataulu div.artist.o-203 {
  margin-top: 101.5px;
}
section.aikataulu div.artist.o-204 {
  margin-top: 102px;
}
section.aikataulu div.artist.o-205 {
  margin-top: 102.5px;
}
section.aikataulu div.artist.o-206 {
  margin-top: 103px;
}
section.aikataulu div.artist.o-207 {
  margin-top: 103.5px;
}
section.aikataulu div.artist.o-208 {
  margin-top: 104px;
}
section.aikataulu div.artist.o-209 {
  margin-top: 104.5px;
}
section.aikataulu div.artist.o-210 {
  margin-top: 105px;
}
section.aikataulu div.artist.o-211 {
  margin-top: 105.5px;
}
section.aikataulu div.artist.o-212 {
  margin-top: 106px;
}
section.aikataulu div.artist.o-213 {
  margin-top: 106.5px;
}
section.aikataulu div.artist.o-214 {
  margin-top: 107px;
}
section.aikataulu div.artist.o-215 {
  margin-top: 107.5px;
}
section.aikataulu div.artist.o-216 {
  margin-top: 108px;
}
section.aikataulu div.artist.o-217 {
  margin-top: 108.5px;
}
section.aikataulu div.artist.o-218 {
  margin-top: 109px;
}
section.aikataulu div.artist.o-219 {
  margin-top: 109.5px;
}
section.aikataulu div.artist.o-220 {
  margin-top: 110px;
}
section.aikataulu div.artist.o-221 {
  margin-top: 110.5px;
}
section.aikataulu div.artist.o-222 {
  margin-top: 111px;
}
section.aikataulu div.artist.o-223 {
  margin-top: 111.5px;
}
section.aikataulu div.artist.o-224 {
  margin-top: 112px;
}
section.aikataulu div.artist.o-225 {
  margin-top: 112.5px;
}
section.aikataulu div.artist.o-226 {
  margin-top: 113px;
}
section.aikataulu div.artist.o-227 {
  margin-top: 113.5px;
}
section.aikataulu div.artist.o-228 {
  margin-top: 114px;
}
section.aikataulu div.artist.o-229 {
  margin-top: 114.5px;
}
section.aikataulu div.artist.o-230 {
  margin-top: 115px;
}
section.aikataulu div.artist.o-231 {
  margin-top: 115.5px;
}
section.aikataulu div.artist.o-232 {
  margin-top: 116px;
}
section.aikataulu div.artist.o-233 {
  margin-top: 116.5px;
}
section.aikataulu div.artist.o-234 {
  margin-top: 117px;
}
section.aikataulu div.artist.o-235 {
  margin-top: 117.5px;
}
section.aikataulu div.artist.o-236 {
  margin-top: 118px;
}
section.aikataulu div.artist.o-237 {
  margin-top: 118.5px;
}
section.aikataulu div.artist.o-238 {
  margin-top: 119px;
}
section.aikataulu div.artist.o-239 {
  margin-top: 119.5px;
}
section.aikataulu div.artist.o-240 {
  margin-top: 120px;
}
section.aikataulu div.artist.o-241 {
  margin-top: 120.5px;
}
section.aikataulu div.artist.o-242 {
  margin-top: 121px;
}
section.aikataulu div.artist.o-243 {
  margin-top: 121.5px;
}
section.aikataulu div.artist.o-244 {
  margin-top: 122px;
}
section.aikataulu div.artist.o-245 {
  margin-top: 122.5px;
}
section.aikataulu div.artist.o-246 {
  margin-top: 123px;
}
section.aikataulu div.artist.o-247 {
  margin-top: 123.5px;
}
section.aikataulu div.artist.o-248 {
  margin-top: 124px;
}
section.aikataulu div.artist.o-249 {
  margin-top: 124.5px;
}
section.aikataulu div.artist.o-250 {
  margin-top: 125px;
}
section.aikataulu div.artist.o-251 {
  margin-top: 125.5px;
}
section.aikataulu div.artist.o-252 {
  margin-top: 126px;
}
section.aikataulu div.artist.o-253 {
  margin-top: 126.5px;
}
section.aikataulu div.artist.o-254 {
  margin-top: 127px;
}
section.aikataulu div.artist.o-255 {
  margin-top: 127.5px;
}
section.aikataulu div.artist.o-256 {
  margin-top: 128px;
}
section.aikataulu div.artist.o-257 {
  margin-top: 128.5px;
}
section.aikataulu div.artist.o-258 {
  margin-top: 129px;
}
section.aikataulu div.artist.o-259 {
  margin-top: 129.5px;
}
section.aikataulu div.artist.o-260 {
  margin-top: 130px;
}
section.aikataulu div.artist.o-261 {
  margin-top: 130.5px;
}
section.aikataulu div.artist.o-262 {
  margin-top: 131px;
}
section.aikataulu div.artist.o-263 {
  margin-top: 131.5px;
}
section.aikataulu div.artist.o-264 {
  margin-top: 132px;
}
section.aikataulu div.artist.o-265 {
  margin-top: 132.5px;
}
section.aikataulu div.artist.o-266 {
  margin-top: 133px;
}
section.aikataulu div.artist.o-267 {
  margin-top: 133.5px;
}
section.aikataulu div.artist.o-268 {
  margin-top: 134px;
}
section.aikataulu div.artist.o-269 {
  margin-top: 134.5px;
}
section.aikataulu div.artist.o-270 {
  margin-top: 135px;
}
section.aikataulu div.artist.o-271 {
  margin-top: 135.5px;
}
section.aikataulu div.artist.o-272 {
  margin-top: 136px;
}
section.aikataulu div.artist.o-273 {
  margin-top: 136.5px;
}
section.aikataulu div.artist.o-274 {
  margin-top: 137px;
}
section.aikataulu div.artist.o-275 {
  margin-top: 137.5px;
}
section.aikataulu div.artist.o-276 {
  margin-top: 138px;
}
section.aikataulu div.artist.o-277 {
  margin-top: 138.5px;
}
section.aikataulu div.artist.o-278 {
  margin-top: 139px;
}
section.aikataulu div.artist.o-279 {
  margin-top: 139.5px;
}
section.aikataulu div.artist.o-280 {
  margin-top: 140px;
}
section.aikataulu div.artist.o-281 {
  margin-top: 140.5px;
}
section.aikataulu div.artist.o-282 {
  margin-top: 141px;
}
section.aikataulu div.artist.o-283 {
  margin-top: 141.5px;
}
section.aikataulu div.artist.o-284 {
  margin-top: 142px;
}
section.aikataulu div.artist.o-285 {
  margin-top: 142.5px;
}
section.aikataulu div.artist.o-286 {
  margin-top: 143px;
}
section.aikataulu div.artist.o-287 {
  margin-top: 143.5px;
}
section.aikataulu div.artist.o-288 {
  margin-top: 144px;
}
section.aikataulu div.artist.o-289 {
  margin-top: 144.5px;
}
section.aikataulu div.artist.o-290 {
  margin-top: 145px;
}
section.aikataulu div.artist.o-291 {
  margin-top: 145.5px;
}
section.aikataulu div.artist.o-292 {
  margin-top: 146px;
}
section.aikataulu div.artist.o-293 {
  margin-top: 146.5px;
}
section.aikataulu div.artist.o-294 {
  margin-top: 147px;
}
section.aikataulu div.artist.o-295 {
  margin-top: 147.5px;
}
section.aikataulu div.artist.o-296 {
  margin-top: 148px;
}
section.aikataulu div.artist.o-297 {
  margin-top: 148.5px;
}
section.aikataulu div.artist.o-298 {
  margin-top: 149px;
}
section.aikataulu div.artist.o-299 {
  margin-top: 149.5px;
}
section.aikataulu div.artist.o-300 {
  margin-top: 150px;
}
section.aikataulu div.artist div.time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
section.aikataulu div.artist div.name {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
}
section.aikataulu div.artist div.name a {
  color: #190609;
  text-decoration: none;
}
section.aikataulu a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 5px;
  width: 20px;
  z-index: 2;
}
section.aikataulu a.favorite-link:hover {
  transform: scale(1.1);
}
section.aikataulu a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

/* body.page-aikataulu,
body.page-timetable {
  background-color: $cream;
} */
@media only screen and (max-width: 1350px) {
  section.aikataulu table.timetable {
    font-size: 16px;
    font-size: 1rem;
  }
  section.aikataulu table.timetable th,
  section.aikataulu table.timetable td {
    padding: 10px;
  }
  /* section.aikataulu div.artist div.time {
    margin-bottom: 5px;
  } */
  section.aikataulu div.artist div.name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  div.timetable-table-wrap {
    overflow-x: auto;
    position: relative;
  }
  section.aikataulu table.timetable {
    max-width: 1000px;
    width: 1000px;
    /* th {
      padding: 0;
    } */
  }
  section.aikataulu table.timetable.stage-selected {
    max-width: 100%;
    width: 100%;
  }
  section.aikataulu table.timetable th:first-child,
  section.aikataulu table.timetable td:first-child {
    background-color: #fff;
    left: 0;
    position: sticky;
    width: 65px;
    z-index: 3;
  }
  section.aikataulu .sticky-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  section.aikataulu .sticky-header th:first-child {
    width: 43px !important;
  }
  section.aikataulu table.timetable tr:nth-child(2) {
    top: auto;
  }
}
@media only screen and (max-width: 760px) {
  section.aikataulu div.timetable-wrap a.printable-timetable {
    position: relative;
    right: auto;
    top: auto;
  }
}
section.myyntipaikat-kaikki .wrap {
  max-width: 1065px;
}
section.myyntipaikat-kaikki .col-wrap {
  display: block;
}
section.myyntipaikat-kaikki .col-wrap:first-child {
  padding-bottom: 25px;
}
section.myyntipaikat-kaikki .col-wrap:first-child h1 {
  text-align: center;
}
section.myyntipaikat-kaikki .col-wrap:last-child {
  padding-top: 25px;
}
section.myyntipaikat-kaikki ul.filter-stall {
  font-family: "hagrid", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  list-style: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
section.myyntipaikat-kaikki ul.filter-stall li {
  display: inline-block;
  margin: 0 4px;
}
section.myyntipaikat-kaikki ul.filter-stall li a {
  border: 1px solid #41c3ff;
  color: #fff;
  display: block;
  padding: 16px 24px 14px 25px;
  position: relative;
  text-decoration: none;
}
section.myyntipaikat-kaikki ul.filter-stall li a:hover, section.myyntipaikat-kaikki ul.filter-stall li a.selected {
  background-color: #41c3ff;
  color: #07205c;
}
section.myyntipaikat-kaikki ul.filter-stall li a:hover[data-day=suosikit]::after, section.myyntipaikat-kaikki ul.filter-stall li a.selected[data-day=suosikit]::after {
  background-image: url(img/right-arrow.svg);
}
section.myyntipaikat-kaikki ul.filter-stall li a[data-day=suosikit] {
  padding-right: 15px;
}
section.myyntipaikat-kaikki ul.filter-stall li a[data-day=suosikit]::after {
  background-image: url(img/right-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 18px;
}
section.myyntipaikat-kaikki div.artists-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap {
  aspect-ratio: 1/1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: auto;
  position: relative;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item.hide,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap.hide {
  /* animation: hide-artist 0.3s normal forwards ease-in;
  animation-iteration-count: 1; */
  display: none;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item.show,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap.show {
  animation: show-artist 0.3s normal forwards ease-out;
  animation-iteration-count: 1;
  /* display: block; */
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item img,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  width: 100%;
  z-index: 1;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item h3,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap h3 {
  bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  left: 0;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  transform-origin: center 10px;
  width: 100%;
  z-index: 2;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item h3 sup,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap h3 sup {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  top: 0;
  vertical-align: super;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item:hover h3,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap:hover h3 {
  color: #FF90BF;
  transform: rotateX(360deg) scale(1.2);
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item a.favorite-link,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link {
  background-image: url(img/favorite_off_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 41px;
  z-index: 2;
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item a.favorite-link:hover,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link:hover {
  transform: scale(1.1);
}
section.myyntipaikat-kaikki div.artists-wrap a.artist-item a.favorite-link.selected,
section.myyntipaikat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link.selected {
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

@keyframes show-artist {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hide-artist {
  from {
    transform: scale(1);
  }
  to {
    display: none;
    transform: scale(0);
  }
}
@keyframes select-favourite {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1265px) {
  section.myyntipaikat-kaikki .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1100px) {
  section.myyntipaikat-kaikki div.artists-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  section.myyntipaikat-kaikki .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 750px) {
  section.myyntipaikat-kaikki div.artists-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.myyntipaikat-kaikki .wrap {
    max-width: calc(100% - 40px);
  }
  section.myyntipaikat-kaikki ul.filter-stall li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  section.myyntipaikat-kaikki div.artists-wrap {
    grid-template-columns: 1fr;
  }
}
body.single-myyntipaikka p.site-title a {
  display: none;
}
body.single-myyntipaikka main .col-wrap {
  display: block;
}
body.single-myyntipaikka main .col-1 {
  margin: 0 auto;
  max-width: 800px;
}
body.single-myyntipaikka section.hero {
  /* img.iso-kuva {
    max-height: 895px;
  } */
}
body.single-myyntipaikka section.hero div.logo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15vw;
  height: 34vw;
  left: 0;
  /* object-fit: cover;
  object-position: center top; */
  position: absolute;
  width: 100%;
}
body.single-myyntipaikka section.paikka-aika {
  text-align: center;
}
body.single-myyntipaikka section.paikka-aika .col-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
body.single-myyntipaikka section.paikka-aika h1 {
  font-size: 82px;
  font-size: 5.125rem;
  margin-bottom: 30px;
}
body.single-myyntipaikka section.paikka-aika h1 sup {
  margin-left: 5px;
}
body.single-myyntipaikka section.paikka-aika h2 {
  font-size: 54px;
  font-size: 3.375rem;
  margin-bottom: 40px;
}
body.single-myyntipaikka section.tiedot .col-wrap, body.single-myyntipaikka section.some .col-wrap {
  /* padding-bottom: 0; */
  padding-top: 50px;
}
body.single-myyntipaikka section.tiedot iframe, body.single-myyntipaikka section.some iframe {
  margin-bottom: 45px;
  max-width: 100%;
  width: 100%;
}
body.single-myyntipaikka section.tiedot p, body.single-myyntipaikka section.some p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
body.single-myyntipaikka section.tiedot p.some, body.single-myyntipaikka section.some p.some {
  text-align: center;
}
body.single-myyntipaikka section.tiedot p.some a.btn, body.single-myyntipaikka section.some p.some a.btn {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 10px 10px 10px;
}
body.single-myyntipaikka section.tiedot p.some a.btn.facebook::after, body.single-myyntipaikka section.some p.some a.btn.facebook::after {
  background-image: url(img/facebook-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-myyntipaikka section.tiedot p.some a.btn.instagram::after, body.single-myyntipaikka section.some p.some a.btn.instagram::after {
  background-image: url(img/instagram-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-myyntipaikka section.tiedot p.some a.btn.tiktok::after, body.single-myyntipaikka section.some p.some a.btn.tiktok::after {
  background-image: url(img/tiktok-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-myyntipaikka section.tiedot p.some a.btn:hover::after, body.single-myyntipaikka section.some p.some a.btn:hover::after {
  transform: translateY(-2px);
}
body.single-myyntipaikka section.tiedot p + iframe, body.single-myyntipaikka section.some p + iframe {
  margin-top: 50px;
}
body.single-myyntipaikka section.tiedot p + h4, body.single-myyntipaikka section.some p + h4 {
  margin-top: 50px;
}
body.single-myyntipaikka section h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  text-align: center;
  /* text-transform: uppercase; */
}
body.single-myyntipaikka section h4 + p.some {
  padding-top: 20px;
}
body.single-myyntipaikka section.some {
  background-position: center top 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-sand {
  background-color: #E5E1DC;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-sand section div.logo {
  background-image: url(img/logo-hero-bottom-sand.svg);
}
body.single-myyntipaikka.bg-sand a.back,
body.single-myyntipaikka.bg-sand header button.hamburger,
body.single-myyntipaikka.bg-sand a.buy-tickets {
  background-color: #E5E1DC;
  color: #190609;
}
body.single-myyntipaikka.bg-sand a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-sand a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-sand button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-sand a.buy-tickets path {
  fill: #C1AF99;
}
body.single-myyntipaikka.bg-sand main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-sand section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-sand section.some {
  background-image: url(img/bg-body-sand.svg);
}
body.single-myyntipaikka.bg-green {
  background-color: #ACFFB9;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-green section div.logo {
  background-image: url(img/logo-hero-bottom-green.svg);
}
body.single-myyntipaikka.bg-green a.back,
body.single-myyntipaikka.bg-green header button.hamburger,
body.single-myyntipaikka.bg-green a.buy-tickets {
  background-color: #ACFFB9;
  color: #190609;
}
body.single-myyntipaikka.bg-green a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-green a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-green button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-green a.buy-tickets path {
  fill: #00634C;
}
body.single-myyntipaikka.bg-green main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-green section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-green section.some {
  background-image: url(img/bg-body-green-3.svg);
}
body.single-myyntipaikka.bg-orange {
  background-color: #FFFF95;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-orange section div.logo {
  background-image: url(img/logo-hero-bottom-orange.svg);
}
body.single-myyntipaikka.bg-orange a.back,
body.single-myyntipaikka.bg-orange header button.hamburger,
body.single-myyntipaikka.bg-orange a.buy-tickets {
  background-color: #FFFF95;
  color: #190609;
}
body.single-myyntipaikka.bg-orange a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-orange a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-orange button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-orange a.buy-tickets path {
  fill: #FFED5E;
}
body.single-myyntipaikka.bg-orange main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-orange section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-orange section.some {
  background-image: url(img/bg-body-orange.svg);
}
body.single-myyntipaikka.bg-pink {
  background-color: #FFC6DB;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-pink section div.logo {
  background-image: url(img/logo-hero-bottom-pink.svg);
}
body.single-myyntipaikka.bg-pink a.back,
body.single-myyntipaikka.bg-pink header button.hamburger,
body.single-myyntipaikka.bg-pink a.buy-tickets {
  background-color: #FFC6DB;
  color: #190609;
}
body.single-myyntipaikka.bg-pink a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-pink a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-pink button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-pink a.buy-tickets path {
  fill: #FF90BF;
}
body.single-myyntipaikka.bg-pink main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-pink section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-pink section.some {
  background-image: url(img/bg-body-pink.svg);
}
body.single-myyntipaikka.bg-blue {
  background-color: #07205c;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-myyntipaikka.bg-blue section div.logo {
  background-image: url(img/logo-hero-bottom-blue.svg);
}
body.single-myyntipaikka.bg-blue a.back,
body.single-myyntipaikka.bg-blue header button.hamburger,
body.single-myyntipaikka.bg-blue a.buy-tickets {
  background-color: #07205c;
  color: #fff;
}
body.single-myyntipaikka.bg-blue a.back {
  background-image: url(img/left-arrow-white.svg);
}
body.single-myyntipaikka.bg-blue a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-blue button.hamburger #nav-icon span {
  background: #fff;
}
body.single-myyntipaikka.bg-blue a.buy-tickets path {
  fill: #003bc9;
}
body.single-myyntipaikka.bg-blue main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-myyntipaikka.bg-blue section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-blue section.some {
  background-image: url(img/bg-body-blue.svg);
}
body.single-myyntipaikka.bg-purple {
  background-color: #ffc0ff;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-purple section div.logo {
  background-image: url(img/logo-hero-bottom-purple.svg);
}
body.single-myyntipaikka.bg-purple a.back,
body.single-myyntipaikka.bg-purple header button.hamburger,
body.single-myyntipaikka.bg-purple a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-myyntipaikka.bg-purple a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-purple a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-purple button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-purple a.buy-tickets path {
  fill: #90118F;
}
body.single-myyntipaikka.bg-purple main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-purple section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-purple section.some {
  background-image: url(img/bg-body-purple.svg);
}
body.single-myyntipaikka.bg-white {
  background-color: #fff;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-white section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka.bg-white a.back,
body.single-myyntipaikka.bg-white header button.hamburger,
body.single-myyntipaikka.bg-white a.buy-tickets {
  background-color: #fff;
  color: #190609;
}
body.single-myyntipaikka.bg-white a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-white a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-white button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-white a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-white main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-white section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-white section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-cosmos {
  background-color: #07205c;
  background-image: url(img/Qstock-tausta-cosmos.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-myyntipaikka.bg-cosmos section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka.bg-cosmos a.back,
body.single-myyntipaikka.bg-cosmos header button.hamburger,
body.single-myyntipaikka.bg-cosmos a.buy-tickets {
  background-color: #ffc0ff;
  color: #fff;
}
body.single-myyntipaikka.bg-cosmos a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-cosmos a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-cosmos button.hamburger #nav-icon span {
  background: #fff;
}
body.single-myyntipaikka.bg-cosmos a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-cosmos main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-myyntipaikka.bg-cosmos section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-cosmos.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-cosmos section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-peach {
  background-color: #ff9999;
  background-image: url(img/Qstock-tausta-peach.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-peach section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka.bg-peach a.back,
body.single-myyntipaikka.bg-peach header button.hamburger,
body.single-myyntipaikka.bg-peach a.buy-tickets {
  background-color: #ff9999;
  color: #190609;
}
body.single-myyntipaikka.bg-peach a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-peach a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-peach button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-peach a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-peach main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-peach section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-peach.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-peach section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-pink-2025 {
  background-color: #fe71d2;
  background-image: url(img/Qstock-tausta-pink.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-pink-2025 section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka.bg-pink-2025 a.back,
body.single-myyntipaikka.bg-pink-2025 header button.hamburger,
body.single-myyntipaikka.bg-pink-2025 a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-myyntipaikka.bg-pink-2025 a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-pink-2025 a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-pink-2025 button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-pink-2025 a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-pink-2025 main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-pink-2025 section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-pink.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-pink-2025 section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-sea {
  background-color: #41c3ff;
  background-image: url(img/Qstock-tausta-sea.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-myyntipaikka.bg-sea section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka.bg-sea a.back,
body.single-myyntipaikka.bg-sea header button.hamburger,
body.single-myyntipaikka.bg-sea a.buy-tickets {
  background-color: #ffc0ff;
  color: #fff;
}
body.single-myyntipaikka.bg-sea a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-sea a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-sea button.hamburger #nav-icon span {
  background: #fff;
}
body.single-myyntipaikka.bg-sea a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-sea main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-myyntipaikka.bg-sea section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-sea.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-sea section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-sunset {
  background-color: #ff9999;
  background-image: url(img/Qstock-tausta-sunset.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-myyntipaikka.bg-sunset section div.logo {
  background-image: url(img/logo-hero-pink100.svg);
}
body.single-myyntipaikka.bg-sunset a.back,
body.single-myyntipaikka.bg-sunset header button.hamburger,
body.single-myyntipaikka.bg-sunset a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-myyntipaikka.bg-sunset a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-myyntipaikka.bg-sunset a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-myyntipaikka.bg-sunset button.hamburger #nav-icon span {
  background: #190609;
}
body.single-myyntipaikka.bg-sunset a.buy-tickets path {
  fill: #666;
}
body.single-myyntipaikka.bg-sunset main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-myyntipaikka.bg-sunset section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-sunset.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-myyntipaikka.bg-sunset section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-myyntipaikka.bg-white section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-myyntipaikka a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 41px;
  z-index: 2;
}
body.single-myyntipaikka a.favorite-link:hover {
  transform: scale(1.1);
}
body.single-myyntipaikka a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

body.single-myyntipaikka.bg-pink-2025 main,
body.single-myyntipaikka.bg-cosmos-2025 main {
  overflow: hidden;
}
body.single-myyntipaikka.bg-pink-2025 main .wrap,
body.single-myyntipaikka.bg-cosmos-2025 main .wrap {
  position: relative;
  z-index: 3;
}
body.single-myyntipaikka.bg-pink-2025 main div.bubble,
body.single-myyntipaikka.bg-cosmos-2025 main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-peach.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-myyntipaikka.bg-cosmos a.favorite-link {
  background-image: url(img/favorite_off_2026.svg);
}

body.single-myyntipaikka.bg-pink-2025::before,
body.single-myyntipaikka.bg-peach::before,
body.single-myyntipaikka.bg-sunset::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.single-myyntipaikka.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
body.single-myyntipaikka.bg-peach section.yksi-palsta:nth-child(2)::after,
body.single-myyntipaikka.bg-sunset section.yksi-palsta:nth-child(2)::after {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
  content: "";
  height: 184px;
  left: 0;
  position: absolute;
  top: -184px;
  width: 100%;
  z-index: 2;
}

body.bg-white.single-myyntipaikka a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
}
body.bg-white.single-myyntipaikka a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
}

a.back {
  background-color: #fff;
  background-image: url(img/left-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px;
  /* border: 1px solid $dark-blue; */
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 64px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 25px;
  width: 64px;
  z-index: 2;
}

body.admin-bar a.back {
  top: 57px;
}

div.favorite-message {
  background-color: transparent;
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "hagrid", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  height: 250px;
  display: none;
  left: calc(50% - 125px);
  padding: 80px 30px 0 30px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: calc(50% - 125px);
  width: 250px;
  z-index: 10;
}
div.favorite-message span {
  display: block;
  transform: rotate(5deg);
}
div.favorite-message.show {
  animation: show-favourite-message 2.5s normal forwards ease-in;
  animation-iteration-count: 1;
  display: block;
  opacity: 1;
  transform: scale(1);
}

@keyframes show-favourite-message {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1.2);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media only screen and (max-width: 900px) {
  body.single-myyntipaikka section.paikka-aika h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
  body.single-myyntipaikka main section.paikka-aika .col-1 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  a.back {
    display: none;
  }
  body.single-myyntipaikka p.site-title-mobile,
  body.single-myyntipaikka a.back {
    display: none;
  }
  body.single-myyntipaikka section.hero > img {
    height: 75vw;
  }
  body.single-myyntipaikka section.paikka-aika h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.single-myyntipaikka section.paikka-aika h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  body.single-myyntipaikka section.paikka-aika h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.single-myyntipaikka section.tiedot p {
    font-size: 16px;
    font-size: 1rem;
  }
  body.single-myyntipaikka section.tiedot .col-wrap {
    padding-top: 0;
  }
  body.single-myyntipaikka section.tiedot p + iframe {
    margin-top: 20px;
  }
  body.single-myyntipaikka section.tiedot iframe {
    margin-bottom: 20px;
  }
  body.single-myyntipaikka a.favorite-link {
    height: 30px;
    top: 10px;
    width: 30px;
  }
  div.favorite-message {
    font-size: 16px;
    font-size: 1rem;
    height: 150px;
    left: calc(50% - 75px);
    padding: 50px 30px 0 30px;
    top: calc(50% - 75px);
    width: 150px;
  }
  div.favorite-message.show {
    animation: show-favourite-message 1.5s normal forwards ease-in;
  }
  body.single-myyntipaikka.bg-sunset {
    background-position: top 75vw center;
  }
  body.single-myyntipaikka.bg-sunset,
  body.single-myyntipaikka.bg-pink-2025,
  body.single-myyntipaikka.bg-peach,
  body.single-myyntipaikka.bg-cosmos,
  body.single-myyntipaikka.bg-sea {
    background-image: none;
  }
  body.single-myyntipaikka.bg-pink-2025 {
    background-color: #ff6ca8;
  }
  body.single-myyntipaikka.bg-sunset {
    background-color: #ffacad;
  }
  body.single-myyntipaikka.bg-sea {
    background-color: #3262d4;
  }
}
section.oheisohjelmat-kaikki .wrap {
  max-width: 1065px;
}
section.oheisohjelmat-kaikki .col-wrap {
  display: block;
}
section.oheisohjelmat-kaikki .col-wrap:first-child {
  padding-bottom: 25px;
}
section.oheisohjelmat-kaikki .col-wrap:first-child h1 {
  text-align: center;
}
section.oheisohjelmat-kaikki .col-wrap:last-child {
  padding-top: 25px;
}
section.oheisohjelmat-kaikki ul.filter-stall {
  font-family: "hagrid", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  list-style: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
section.oheisohjelmat-kaikki ul.filter-stall li {
  display: inline-block;
  margin: 0 4px;
}
section.oheisohjelmat-kaikki ul.filter-stall li a {
  border: 1px solid #41c3ff;
  color: #fff;
  display: block;
  padding: 16px 24px 14px 25px;
  position: relative;
  text-decoration: none;
}
section.oheisohjelmat-kaikki ul.filter-stall li a:hover, section.oheisohjelmat-kaikki ul.filter-stall li a.selected {
  background-color: #41c3ff;
  color: #07205c;
}
section.oheisohjelmat-kaikki ul.filter-stall li a:hover[data-day=suosikit]::after, section.oheisohjelmat-kaikki ul.filter-stall li a.selected[data-day=suosikit]::after {
  background-image: url(img/right-arrow.svg);
}
section.oheisohjelmat-kaikki ul.filter-stall li a[data-day=suosikit] {
  padding-right: 15px;
}
section.oheisohjelmat-kaikki ul.filter-stall li a[data-day=suosikit]::after {
  background-image: url(img/right-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  transform: translateY(-1px);
  vertical-align: middle;
  width: 18px;
}
section.oheisohjelmat-kaikki div.artists-wrap {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  text-transform: uppercase;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap {
  aspect-ratio: 1/1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: auto;
  position: relative;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item.hide,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap.hide {
  /* animation: hide-artist 0.3s normal forwards ease-in;
  animation-iteration-count: 1; */
  display: none;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item.show,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap.show {
  animation: show-artist 0.3s normal forwards ease-out;
  animation-iteration-count: 1;
  /* display: block; */
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item img,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: relative;
  width: 100%;
  z-index: 1;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item h3,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap h3 {
  bottom: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  left: 0;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  transform-origin: center 10px;
  width: 100%;
  z-index: 2;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item h3 sup,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap h3 sup {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 3px;
  position: relative;
  top: 0;
  vertical-align: super;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item:hover h3,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap:hover h3 {
  color: #FF90BF;
  transform: rotateX(360deg) scale(1.2);
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item a.favorite-link,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link {
  background-image: url(img/favorite_off_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 20px;
  width: 41px;
  z-index: 2;
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item a.favorite-link:hover,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link:hover {
  transform: scale(1.1);
}
section.oheisohjelmat-kaikki div.artists-wrap a.artist-item a.favorite-link.selected,
section.oheisohjelmat-kaikki div.artists-wrap div.artist-item-wrap a.favorite-link.selected {
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

@keyframes show-artist {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hide-artist {
  from {
    transform: scale(1);
  }
  to {
    display: none;
    transform: scale(0);
  }
}
@keyframes select-favourite {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media only screen and (max-width: 1265px) {
  section.oheisohjelmat-kaikki .wrap {
    max-width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1100px) {
  section.oheisohjelmat-kaikki div.artists-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  section.oheisohjelmat-kaikki .wrap {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 750px) {
  section.oheisohjelmat-kaikki div.artists-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.oheisohjelmat-kaikki .wrap {
    max-width: calc(100% - 40px);
  }
  section.oheisohjelmat-kaikki ul.filter-stall li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 550px) {
  section.oheisohjelmat-kaikki div.artists-wrap {
    grid-template-columns: 1fr;
  }
}
body.single-oheisohjelma p.site-title a {
  display: none;
}
body.single-oheisohjelma main .col-wrap {
  display: block;
}
body.single-oheisohjelma main .col-1 {
  margin: 0 auto;
  max-width: 800px;
}
body.single-oheisohjelma section.hero {
  /* img.iso-kuva {
    max-height: 895px;
  } */
}
body.single-oheisohjelma section.hero div.logo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -15vw;
  height: 34vw;
  left: 0;
  /* object-fit: cover;
  object-position: center top; */
  position: absolute;
  width: 100%;
}
body.single-oheisohjelma section.paikka-aika {
  text-align: center;
}
body.single-oheisohjelma section.paikka-aika .col-wrap {
  padding-bottom: 0;
  padding-top: 0;
}
body.single-oheisohjelma section.paikka-aika h1 {
  font-size: 82px;
  font-size: 5.125rem;
  margin-bottom: 30px;
}
body.single-oheisohjelma section.paikka-aika h1 sup {
  margin-left: 5px;
}
body.single-oheisohjelma section.paikka-aika h2 {
  font-size: 54px;
  font-size: 3.375rem;
  margin-bottom: 40px;
}
body.single-oheisohjelma section.tiedot .col-wrap, body.single-oheisohjelma section.some .col-wrap {
  /* padding-bottom: 0; */
  padding-top: 50px;
}
body.single-oheisohjelma section.tiedot iframe, body.single-oheisohjelma section.some iframe {
  margin-bottom: 45px;
  max-width: 100%;
  width: 100%;
}
body.single-oheisohjelma section.tiedot p, body.single-oheisohjelma section.some p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}
body.single-oheisohjelma section.tiedot p.some, body.single-oheisohjelma section.some p.some {
  text-align: center;
}
body.single-oheisohjelma section.tiedot p.some a.btn, body.single-oheisohjelma section.some p.some a.btn {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 10px 10px 10px;
}
body.single-oheisohjelma section.tiedot p.some a.btn.facebook::after, body.single-oheisohjelma section.some p.some a.btn.facebook::after {
  background-image: url(img/facebook-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-oheisohjelma section.tiedot p.some a.btn.instagram::after, body.single-oheisohjelma section.some p.some a.btn.instagram::after {
  background-image: url(img/instagram-dark2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-oheisohjelma section.tiedot p.some a.btn.tiktok::after, body.single-oheisohjelma section.some p.some a.btn.tiktok::after {
  background-image: url(img/tiktok-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-oheisohjelma section.tiedot p.some a.btn:hover::after, body.single-oheisohjelma section.some p.some a.btn:hover::after {
  transform: translateY(-2px);
}
body.single-oheisohjelma section.tiedot p + iframe, body.single-oheisohjelma section.some p + iframe {
  margin-top: 50px;
}
body.single-oheisohjelma section.tiedot p + h4, body.single-oheisohjelma section.some p + h4 {
  margin-top: 50px;
}
body.single-oheisohjelma section h4 {
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  text-align: center;
  /* text-transform: uppercase; */
}
body.single-oheisohjelma section h4 + p.some {
  padding-top: 20px;
}
body.single-oheisohjelma section.some {
  background-position: center top 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-sand {
  background-color: #E5E1DC;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-sand section div.logo {
  background-image: url(img/logo-hero-bottom-sand.svg);
}
body.single-oheisohjelma.bg-sand a.back,
body.single-oheisohjelma.bg-sand header button.hamburger,
body.single-oheisohjelma.bg-sand a.buy-tickets {
  background-color: #E5E1DC;
  color: #190609;
}
body.single-oheisohjelma.bg-sand a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-sand a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-sand button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-sand a.buy-tickets path {
  fill: #C1AF99;
}
body.single-oheisohjelma.bg-sand main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-sand section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-sand section.some {
  background-image: url(img/bg-body-sand.svg);
}
body.single-oheisohjelma.bg-green {
  background-color: #ACFFB9;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-green section div.logo {
  background-image: url(img/logo-hero-bottom-green.svg);
}
body.single-oheisohjelma.bg-green a.back,
body.single-oheisohjelma.bg-green header button.hamburger,
body.single-oheisohjelma.bg-green a.buy-tickets {
  background-color: #ACFFB9;
  color: #190609;
}
body.single-oheisohjelma.bg-green a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-green a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-green button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-green a.buy-tickets path {
  fill: #00634C;
}
body.single-oheisohjelma.bg-green main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-green section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-green section.some {
  background-image: url(img/bg-body-green-3.svg);
}
body.single-oheisohjelma.bg-orange {
  background-color: #FFFF95;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-orange section div.logo {
  background-image: url(img/logo-hero-bottom-orange.svg);
}
body.single-oheisohjelma.bg-orange a.back,
body.single-oheisohjelma.bg-orange header button.hamburger,
body.single-oheisohjelma.bg-orange a.buy-tickets {
  background-color: #FFFF95;
  color: #190609;
}
body.single-oheisohjelma.bg-orange a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-orange a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-orange button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-orange a.buy-tickets path {
  fill: #FFED5E;
}
body.single-oheisohjelma.bg-orange main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-orange section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-orange section.some {
  background-image: url(img/bg-body-orange.svg);
}
body.single-oheisohjelma.bg-pink {
  background-color: #FFC6DB;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-pink section div.logo {
  background-image: url(img/logo-hero-bottom-pink.svg);
}
body.single-oheisohjelma.bg-pink a.back,
body.single-oheisohjelma.bg-pink header button.hamburger,
body.single-oheisohjelma.bg-pink a.buy-tickets {
  background-color: #FFC6DB;
  color: #190609;
}
body.single-oheisohjelma.bg-pink a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-pink a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-pink button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-pink a.buy-tickets path {
  fill: #FF90BF;
}
body.single-oheisohjelma.bg-pink main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-pink section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-pink section.some {
  background-image: url(img/bg-body-pink.svg);
}
body.single-oheisohjelma.bg-blue {
  background-color: #07205c;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-oheisohjelma.bg-blue section div.logo {
  background-image: url(img/logo-hero-bottom-blue.svg);
}
body.single-oheisohjelma.bg-blue a.back,
body.single-oheisohjelma.bg-blue header button.hamburger,
body.single-oheisohjelma.bg-blue a.buy-tickets {
  background-color: #07205c;
  color: #fff;
}
body.single-oheisohjelma.bg-blue a.back {
  background-image: url(img/left-arrow-white.svg);
}
body.single-oheisohjelma.bg-blue a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-blue button.hamburger #nav-icon span {
  background: #fff;
}
body.single-oheisohjelma.bg-blue a.buy-tickets path {
  fill: #003bc9;
}
body.single-oheisohjelma.bg-blue main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-oheisohjelma.bg-blue section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-blue section.some {
  background-image: url(img/bg-body-blue.svg);
}
body.single-oheisohjelma.bg-purple {
  background-color: #ffc0ff;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-purple section div.logo {
  background-image: url(img/logo-hero-bottom-purple.svg);
}
body.single-oheisohjelma.bg-purple a.back,
body.single-oheisohjelma.bg-purple header button.hamburger,
body.single-oheisohjelma.bg-purple a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-oheisohjelma.bg-purple a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-purple a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-purple button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-purple a.buy-tickets path {
  fill: #90118F;
}
body.single-oheisohjelma.bg-purple main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-purple section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-purple section.some {
  background-image: url(img/bg-body-purple.svg);
}
body.single-oheisohjelma.bg-white {
  background-color: #fff;
  background-image: url(img/);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-white section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma.bg-white a.back,
body.single-oheisohjelma.bg-white header button.hamburger,
body.single-oheisohjelma.bg-white a.buy-tickets {
  background-color: #fff;
  color: #190609;
}
body.single-oheisohjelma.bg-white a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-white a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-white button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-white a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-white main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-white section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-white section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-cosmos {
  background-color: #07205c;
  background-image: url(img/Qstock-tausta-cosmos.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-oheisohjelma.bg-cosmos section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma.bg-cosmos a.back,
body.single-oheisohjelma.bg-cosmos header button.hamburger,
body.single-oheisohjelma.bg-cosmos a.buy-tickets {
  background-color: #ffc0ff;
  color: #fff;
}
body.single-oheisohjelma.bg-cosmos a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-cosmos a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-cosmos button.hamburger #nav-icon span {
  background: #fff;
}
body.single-oheisohjelma.bg-cosmos a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-cosmos main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-oheisohjelma.bg-cosmos section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-cosmos.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-cosmos section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-peach {
  background-color: #ff9999;
  background-image: url(img/Qstock-tausta-peach.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-peach section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma.bg-peach a.back,
body.single-oheisohjelma.bg-peach header button.hamburger,
body.single-oheisohjelma.bg-peach a.buy-tickets {
  background-color: #ff9999;
  color: #190609;
}
body.single-oheisohjelma.bg-peach a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-peach a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-peach button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-peach a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-peach main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-peach section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-peach.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-peach section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-pink-2025 {
  background-color: #fe71d2;
  background-image: url(img/Qstock-tausta-pink.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-pink-2025 section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma.bg-pink-2025 a.back,
body.single-oheisohjelma.bg-pink-2025 header button.hamburger,
body.single-oheisohjelma.bg-pink-2025 a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-oheisohjelma.bg-pink-2025 a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-pink-2025 a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-pink-2025 button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-pink-2025 a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-pink-2025 main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-pink-2025 section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-pink.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-pink-2025 section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-sea {
  background-color: #41c3ff;
  background-image: url(img/Qstock-tausta-sea.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
body.single-oheisohjelma.bg-sea section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma.bg-sea a.back,
body.single-oheisohjelma.bg-sea header button.hamburger,
body.single-oheisohjelma.bg-sea a.buy-tickets {
  background-color: #ffc0ff;
  color: #fff;
}
body.single-oheisohjelma.bg-sea a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-sea a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-sea button.hamburger #nav-icon span {
  background: #fff;
}
body.single-oheisohjelma.bg-sea a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-sea main .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
body.single-oheisohjelma.bg-sea section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-sea.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-sea section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-sunset {
  background-color: #ff9999;
  background-image: url(img/Qstock-tausta-sunset.svg);
  background-position: top calc(100vh - 184px) center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #190609;
}
body.single-oheisohjelma.bg-sunset section div.logo {
  background-image: url(img/logo-hero-pink100.svg);
}
body.single-oheisohjelma.bg-sunset a.back,
body.single-oheisohjelma.bg-sunset header button.hamburger,
body.single-oheisohjelma.bg-sunset a.buy-tickets {
  background-color: #ffc0ff;
  color: #190609;
}
body.single-oheisohjelma.bg-sunset a.back {
  background-image: url(img/left-arrow-blue.svg);
}
body.single-oheisohjelma.bg-sunset a.back:hover {
  background-color: #fff;
  background-size: 40px;
}
body.single-oheisohjelma.bg-sunset button.hamburger #nav-icon span {
  background: #190609;
}
body.single-oheisohjelma.bg-sunset a.buy-tickets path {
  fill: #666;
}
body.single-oheisohjelma.bg-sunset main .btn {
  background-color: transparent;
  border-color: #190609;
  color: #190609;
}
body.single-oheisohjelma.bg-sunset section.yksi-palsta:nth-child(2)::before {
  background-image: url(img/Qstock-tausta-sunset.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.single-oheisohjelma.bg-sunset section.some {
  background-image: url(img/bg-body-gray.svg);
}
body.single-oheisohjelma.bg-white section div.logo {
  background-image: url(img/logo-hero-bottom-white.svg);
}
body.single-oheisohjelma a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 41px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 41px;
  z-index: 2;
}
body.single-oheisohjelma a.favorite-link:hover {
  transform: scale(1.1);
}
body.single-oheisohjelma a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
  animation: select-favourite 0.3s normal forwards ease-in;
  animation-iteration-count: 1;
}

body.single-oheisohjelma.bg-pink-2025 main,
body.single-oheisohjelma.bg-cosmos-2025 main {
  overflow: hidden;
}
body.single-oheisohjelma.bg-pink-2025 main .wrap,
body.single-oheisohjelma.bg-cosmos-2025 main .wrap {
  position: relative;
  z-index: 3;
}
body.single-oheisohjelma.bg-pink-2025 main div.bubble,
body.single-oheisohjelma.bg-cosmos-2025 main div.bubble {
  background-color: transparent !important;
  background-image: url(img/Qstock-bubble-S-peach.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2 !important;
}

body.single-oheisohjelma.bg-cosmos a.favorite-link {
  background-image: url(img/favorite_off_2026.svg);
}

body.single-oheisohjelma.bg-pink-2025::before,
body.single-oheisohjelma.bg-peach::before,
body.single-oheisohjelma.bg-sunset::before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
body.single-oheisohjelma.bg-pink-2025 section.yksi-palsta:nth-child(2)::after,
body.single-oheisohjelma.bg-peach section.yksi-palsta:nth-child(2)::after,
body.single-oheisohjelma.bg-sunset section.yksi-palsta:nth-child(2)::after {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
          clip-path: polygon(100% 100%, 0% 100%, 0% 72.44%, 1% 73.14%, 2% 73.87%, 3% 74.63%, 4% 75.42%, 5% 76.23%, 6% 77.06%, 7% 77.91%, 8% 78.78%, 9% 79.65%, 10% 80.54%, 11% 81.42%, 12% 82.31%, 13% 83.19%, 14% 84.07%, 15% 84.94%, 16% 85.79%, 17% 86.63%, 18% 87.45%, 19% 88.24%, 20% 89.01%, 21% 89.75%, 22% 90.45%, 23% 91.12%, 24% 91.75%, 25% 92.35%, 26% 92.9%, 27% 93.4%, 28% 93.86%, 29% 94.27%, 30% 94.62%, 31% 94.93%, 32% 95.18%, 33% 95.38%, 34% 95.53%, 35% 95.62%, 36% 95.65%, 37% 95.63%, 38% 95.55%, 39% 95.42%, 40% 95.23%, 41% 94.99%, 42% 94.7%, 43% 94.35%, 44% 93.95%, 45% 93.51%, 46% 93.01%, 47% 92.47%, 48% 91.89%, 49% 91.27%, 50% 90.6%, 51% 89.91%, 52% 89.18%, 53% 88.42%, 54% 87.63%, 55% 86.82%, 56% 85.98%, 57% 85.13%, 58% 84.27%, 59% 83.39%, 60% 82.51%, 61% 81.62%, 62% 80.73%, 63% 79.85%, 64% 78.97%, 65% 78.1%, 66% 77.25%, 67% 76.41%, 68% 75.59%, 69% 74.8%, 70% 74.03%, 71% 73.3%, 72% 72.59%, 73% 71.92%, 74% 71.29%, 75% 70.7%, 76% 70.15%, 77% 69.64%, 78% 69.19%, 79% 68.78%, 80% 68.42%, 81% 68.11%, 82% 67.86%, 83% 67.66%, 84% 67.52%, 85% 67.43%, 86% 67.39%, 87% 67.41%, 88% 67.49%, 89% 67.62%, 90% 67.81%, 91% 68.05%, 92% 68.35%, 93% 68.69%, 94% 69.09%, 95% 69.54%, 96% 70.03%, 97% 70.57%, 98% 71.15%, 99% 71.78%, 100% 72.44%);
  content: "";
  height: 184px;
  left: 0;
  position: absolute;
  top: -184px;
  width: 100%;
  z-index: 2;
}

body.bg-white.single-oheisohjelma a.favorite-link {
  background-image: url(img/favorite_off_dark.svg);
}
body.bg-white.single-oheisohjelma a.favorite-link.selected {
  background-image: url(img/favorite_on_dark.svg);
}

a.back {
  background-color: #fff;
  background-image: url(img/left-arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 44px;
  /* border: 1px solid $dark-blue; */
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 64px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 60px;
  width: 64px;
  z-index: 21;
}

body.admin-bar a.back {
  top: 57px;
}

div.favorite-message {
  background-color: transparent;
  background-image: url(img/favorite_on_2026.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "hagrid", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  height: 250px;
  display: none;
  left: calc(50% - 125px);
  padding: 80px 30px 0 30px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: calc(50% - 125px);
  width: 250px;
  z-index: 10;
}
div.favorite-message span {
  display: block;
}
div.favorite-message.show {
  animation: show-favourite-message 2.5s normal forwards ease-in;
  animation-iteration-count: 1;
  display: block;
  opacity: 1;
  transform: scale(1);
}

@keyframes show-favourite-message {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1.2);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  99% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media only screen and (max-width: 900px) {
  body.single-oheisohjelma section.paikka-aika h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
  body.single-oheisohjelma main section.paikka-aika .col-1 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  a.back {
    bottom: 15px;
    /* display: none; */
    left: 15px;
    position: fixed;
    top: auto;
  }
  body.single-oheisohjelma p.site-title-mobile,
  body.single-oheisohjelma a.back {
    display: none;
  }
  body.single-oheisohjelma section.hero > img {
    height: 75vw;
  }
  body.single-oheisohjelma section.paikka-aika h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.single-oheisohjelma section.paikka-aika h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  body.single-oheisohjelma section.paikka-aika h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.single-oheisohjelma section.tiedot p {
    font-size: 16px;
    font-size: 1rem;
  }
  body.single-oheisohjelma section.tiedot .col-wrap {
    padding-top: 0;
  }
  body.single-oheisohjelma section.tiedot p + iframe {
    margin-top: 20px;
  }
  body.single-oheisohjelma section.tiedot iframe {
    margin-bottom: 20px;
  }
  body.single-oheisohjelma a.favorite-link {
    height: 30px;
    top: 10px;
    width: 30px;
  }
  div.favorite-message {
    font-size: 16px;
    font-size: 1rem;
    height: 150px;
    left: calc(50% - 75px);
    padding: 50px 30px 0 30px;
    top: calc(50% - 75px);
    width: 150px;
  }
  div.favorite-message.show {
    animation: show-favourite-message 1.5s normal forwards ease-in;
  }
  body.single-oheisohjelma.bg-sunset {
    background-position: top 75vw center;
  }
  body.single-oheisohjelma.bg-sunset,
  body.single-oheisohjelma.bg-pink-2025,
  body.single-oheisohjelma.bg-peach,
  body.single-oheisohjelma.bg-cosmos,
  body.single-oheisohjelma.bg-sea {
    background-image: none;
  }
  body.single-oheisohjelma.bg-pink-2025 {
    background-color: #ff6ca8;
  }
  body.single-oheisohjelma.bg-sunset {
    background-color: #ffacad;
  }
  body.single-oheisohjelma.bg-sea {
    background-color: #3262d4;
  }
}
section.parallax-kuva .wrap {
  max-width: 100%;
}
section.parallax-kuva .col-1 > img {
  display: block;
  width: 100%;
}
section.parallax-kuva.has-fixed-bg {
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  min-height: 40vh;
}
section.parallax-kuva.has-fixed-bg .col-1 > .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
section.parallax-kuva .parallax-item {
  overflow: hidden;
  position: relative;
}
section.parallax-kuva .parallax-item > img {
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.08s linear, opacity 0.08s linear;
  width: 100%;
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  section.parallax-kuva .parallax-item > img {
    transform: none !important;
    transition: none !important;
  }
  section.parallax-kuva.has-fixed-bg {
    background-attachment: scroll;
  }
}

body.page-etusivu-zoom section.laskuri,
body.page-etusivu-animaatio section.laskuri,
body.home section.laskuri {
  margin-top: -345px;
}

section.laskuri {
  background: #FAED5E;
  background: linear-gradient(0deg, rgb(250, 237, 94) 0%, rgb(255, 240, 87) 69%);
  text-align: center;
}
section.laskuri .col-wrap {
  display: block;
}
section.laskuri div.laskuri-wrap {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 800px;
}
section.laskuri div.laskuri-wrap > div {
  color: #6CD1E0;
  font-family: "hagrid-black";
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 950;
}
section.laskuri div.laskuri-wrap > div.laskuri-text {
  color: #190609;
  font-family: "hagrid", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}
section.laskuri div.laskuri-wrap > div.laskuri-text.mobile {
  display: none;
}

@media only screen and (max-width: 1100px) {
  section.laskuri div.laskuri-wrap > div {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
@media only screen and (max-width: 900px) {
  section.laskuri div.laskuri-wrap > div {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 650px) {
  section.laskuri div.laskuri-wrap > div {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 600px) {
  section.laskuri div.laskuri-wrap > div {
    font-size: 32px;
    font-size: 2rem;
  }
  section.laskuri div.laskuri-wrap > div.laskuri-text {
    font-size: 8px;
    font-size: 0.5rem;
  }
  body.home section.laskuri {
    margin-top: -350px;
    padding-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
