@charset "UTF-8";
/*Como Regular
font-family: “como”, sans-serif;
font-weight: 400;
font-style: normal;
Como Bold
font-family: “como”, sans-serif;
font-weight: 700;
font-style: normal; (edited) */
:root {
  --font-regular: "Ostia_Antica_WEBL-Book", sans-serif;
  --font-regular-ingress: "Ostia_Antica_WEBL-Book", sans-serif;
  --font-topic:"Ostia_Antica_WEBL-Book", sans-serif;
  --color-purple:#5b4dbf;
  --color-lightpurple:#9e94d9;
  --color-blue:#97c2e5;
  --color-lightblue:#c0dbf0;
  --color-orange:#e17e45;
  --color-lightorange:#ecb18f;
  --color-beige:#fdf5e8;
  --color-lightbeige:#fbfbf3;
  --slot-h1-larger:41.89px;
  --slot-h1: 25.89px;
  --slot-h2: 25.89px;
  --slot-h3: 16px;
  --slot-p: 16px;
  --slot-p-ingress: 18px;
  --color-villi-green:#A1E7D9;
  --color-villi-orange:#F7895B;
  --color-villi-red:#F54F4C;
  --color-villi-yellow:#F9C50C;
  --color-slotgreen:#66D78E;
  --color-slotgreen1:#B2EAC5;
  --color-slotgreen2:#DFF8E9;
  --color-slotblue:#364DAF;
  --color-slotblue1:#D7DBF0;
  --color-slotblue2:#AFB7DF;
  --color-slotblack:#282520;
  --color-slotpink:#FFB1D4;
  --color-slotpink1:#FEEFF7;
  --color-slotpink2:#FED8E9;
  --color-slotblue1:#D7DBF0;
  --color-theme: #F8AF9A;
  --color-dark: #222;
  --color-light: #fff;
  --color-gray: #f1f1f1;
  --color-kryel:#f5ffbe;
  --color-krred:#edb29e;
  --color-krgreen:#7d9d84;
  --color-krblue:#81a0ee;
  --color-krsand:#eeebdc;
  --header-height: 4rem;
  --container: 47rem;
  --container-wide: 75rem;
  --container-padding: max(1.5rem, min(4vw, 5rem));
  --block-margin: var(--block-margin-small);
  --block-margin-large: max(4rem, min(8vw, 6rem));
  --block-margin-medium: max(2.5rem, min(5vw, 4rem));
  --block-margin-small: 2rem;
}
@media (min-width: 900px) {
  :root {
    --slot-h1-larger:41.89px;
    --slot-h1: 67.77px;
    --slot-h2: 42px;
    --slot-h3: 20px;
    --slot-p: 20px;
    --slot-p-ingress: 18px;
  }
}
@media (min-width: 1280px) {
  :root {
    --slot-h1-larger:41.89px;
    --slot-h1: 110px;
    --slot-h2: 68px;
    --slot-h3: 26px;
    --slot-p: 26px;
    --slot-p-ingress: 18px;
  }
}
@media (min-width: 60em) {
  :root {
    --header-height: 5rem;
  }
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --container-padding: 1.5rem;
  }
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --block-margin-large: 4rem;
    --block-margin-medium: 2.5rem;
  }
}

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

body {
  background: #fff;
  margin: 0;
  font: 1rem/1 sans-serif;
}

body.page-template-singular-artists {
  background-color: var(--color-slotgreen2);
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  overflow-wrap: break-word;
}

:focus:not(:focus-visible) {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

button, select, input, textarea {
  font: inherit;
}

sub, sup {
  line-height: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

figure {
  margin: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-padding-top: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px) + 1em);
}

body.admin-bar #wpadminbar {
  position: fixed;
}

.sr-only {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/*@font-face {
    font-family: "AbcMaxi";
    src: url("../../fonts/maxi/KESAMaxiRoundVariable.ttf") format("truetype");
}*/
/*@font-face{
  font-family:"Traulha TEST";
   src: url("../../fonts/TraulhaTEST-Jornau.otf") format("opentype");

}*/
@font-face {
  font-family: "Ostia_Antica_WEBL-Book";
  src: url("../../fonts/Ostia_Antica_WEBL-Book.eot");
  src: url("../../fonts/Ostia_Antica_WEBL-Book.eot?#iefix") format("embedded-opentype"), url("../../fonts/Ostia_Antica_WEBL-Book.woff") format("woff"), url("../../fonts/Ostia_Antica_WEBL-Book.woff2") format("woff2");
}
:root {
  --p-ingress:clamp(1.4rem, 1vw + 1.4rem, 1.7rem);
  --topic-h2:clamp(2rem, 1vw + 2rem, 4rem);
  --topic-h1:clamp(2.1rem, 1vw + 2.1rem, 4.1rem);
}

/*
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('../../fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}
-
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('../../fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}
*/
/**/
:root {
  --font-size-list: 1.3rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-list:1.3666666667rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-list:1.4333333333rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-list:1.4333333333rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-list: 1.5rem;
  }
}
/**/
:root {
  --font-size-footertopics: 1.6rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-footertopics:1.6666666667rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-footertopics:1.7333333333rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-footertopics:1.7333333333rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-footertopics: 1.8rem;
  }
}
/**/
:root {
  --font-size-topiclarger: 2.8rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topiclarger:3.2rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topiclarger:3.6rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topiclarger:3.6rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topiclarger: 4rem;
  }
}
/**/
:root {
  --font-size-tos: 1.5rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-tos:2.1rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-tos:2.7rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-tos:2.7rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-tos: 3.3rem;
  }
}
/**/
:root {
  --font-size-texth3: 1.4rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-texth3:1.4666666667rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-texth3:1.5333333333rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-texth3:1.5333333333rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-texth3: 1.6rem;
  }
}
/**/
:root {
  --font-size-text: 1.2rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-text:1.2666666667rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-text:1.3333333333rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-text:1.3333333333rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-text: 1.4rem;
  }
}
/**/
:root {
  --font-size-topicmega: 3.8rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topicmega:6.2533333333rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topicmega:6.8666666667rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topicmega:9.32rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topicmega: 13rem;
  }
}
/**/
:root {
  --font-size-topic: 1.5rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topic:1.6rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topic:1.7rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topic:1.7rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topic: 1.8rem;
  }
}
/**/
:root {
  --font-size-topicnl: 2rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topicnl:2.1333333333rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topicnl:2.2666666667rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topicnl:2.2666666667rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topicnl: 2.4rem;
  }
}
/**/
:root {
  --font-size-uutisnostoteksti: 1.1rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-uutisnostoteksti:1.1rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-uutisnostoteksti:1.1rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-uutisnostoteksti:1.1rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-uutisnostoteksti: 1.1rem;
  }
}
/**/
:root {
  --font-size-ingressi: 1.4rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-ingressi:1.6rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-ingressi:1.8rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-ingressi:1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-ingressi: 2rem;
  }
}
/**/
:root {
  --font-size-topich1: 2.2rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topich1:2.2rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topich1:2.2rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topich1:2.2rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topich1: 2.2rem;
  }
}
/**/
:root {
  --font-size-topiclarge: 4rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-topiclarge:5.3333333333rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-topiclarge:6.6666666667rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-topiclarge:6.6666666667rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-topiclarge: 8rem;
  }
}
/**/
:root {
  --font-size-artistlevel1: 3rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-artistlevel1:4rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-artistlevel1:5rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-artistlevel1:5rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-artistlevel1: 6rem;
  }
}
/**/
:root {
  --font-size-artistlevel2: 1.5rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-artistlevel2:1.6666666667rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-artistlevel2:1.8333333333rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-artistlevel2:1.8333333333rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-artistlevel2: 2rem;
  }
}
/**/
:root {
  --font-size-artistlevel3: 1.1rem;
}

@media screen and (min-width: 500px) {
  :root {
    --font-size-artistlevel3:1.2333333333rem;
  }
}
@media screen and (min-width: 640px) {
  :root {
    --font-size-artistlevel3:1.3666666667rem;
  }
}
@media screen and (min-width: 800px) {
  :root {
    --font-size-artistlevel3:1.3666666667rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --font-size-artistlevel3: 1.5rem;
  }
}
:root {
  /*--font-size-text: 1rem;*/
  /* --font-size-ingressi: 1.2rem;
   --font-size-topic: 1.5rem;
   --font-size-topich1: 2.2rem;
   --font-size-topiclarge: 4rem;*/
  /* --font-size-topicmega: 4rem;


   --font-size-artistlevel1: 3rem;
   --font-size-artistlevel2: 1.5rem;*/
}

@media screen and (min-width: 600px) {
  :root {
    /*  --font-size-text: 1.4rem;*/
    /*   --font-size-ingressi: 1.6rem;
       --font-size-topic: 2.8rem;
       --font-size-topich1: 3.2rem;
       --font-size-topiclarge: 8rem;*/
    /*  --font-size-topicmega: 8rem;


      --font-size-artistlevel1: 6rem;
      --font-size-artistlevel2: 2rem;*/
  }
}
/* @link https://www.fluid-type-scale.com/calculate?minFontSize=18&minWidth=400&minRatio=1.2&maxFontSize=20&maxWidth=1280&maxRatio=1.25&steps=0%2C1%2C2%2C3%2C4%2C5%2C6%2C7&baseStep=2&prefix=font-size&decimals=2&includeFallbacks=on&useRems=on&remValue=16&previewFont=Inter */
/* Fluid font size variables, for browsers that support clamp */
/*@supports (font-size: clamp(1rem, 1vw, 1rem)) {
	:root {
		--font-size-0: clamp(1.13rem, 0.23vw + 1.07rem, 1.25rem);
		--font-size-1: clamp(1.35rem, 0.39vw + 1.25rem, 1.56rem);
		--font-size-2: clamp(1.62rem, 0.61vw + 1.47rem, 1.95rem);
		--font-size-3: clamp(1.94rem, 0.9vw + 1.72rem, 2.44rem);
		--font-size-4: clamp(2.33rem, 1.31vw + 2.01rem, 3.05rem);
		--font-size-5: clamp(2.8rem, 1.85vw + 2.34rem, 3.81rem);
		--font-size-6: clamp(3.36rem, 2.56vw + 2.72rem, 4.77rem);
		--font-size-7: clamp(4.03rem, 3.51vw + 3.15rem, 5.96rem);
  }
}

@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
	:root {
		--font-size-0: 1.13rem;
		--font-size-1: 1.35rem;
		--font-size-2: 1.62rem;
		--font-size-3: 1.94rem;
		--font-size-4: 2.33rem;
		--font-size-5: 2.8rem;
		--font-size-6: 3.36rem;
		--font-size-7: 4.03rem;
	}
	@media screen and (min-width: 1280px) {
		:root {
			--font-size-0: 1.25rem;
			--font-size-1: 1.56rem;
			--font-size-2: 1.95rem;
			--font-size-3: 2.44rem;
			--font-size-4: 3.05rem;
			--font-size-5: 3.81rem;
			--font-size-6: 4.77rem;
			--font-size-7: 5.96rem;
		}
	}
}
*/
body {
  font-family: var(--font-regular);
  color: var(--color-dark);
}

.fadetopic .sticky-holder h1 {
  transition: opacity 0.5s ease-in-out;
  opacity: 0.4;
}

h1, h2, h3, h4, h5, h6 {
  --block-margin: 2em;
  font-weight: 400;
  line-height: 1.1;
  font-family: var(--font-topic);
  color: var(--color-slotblack);
  margin-bottom: 1em;
}

h3 {
  font-size: var(--slot-h3);
  font-family: var(--font-regular-ingress);
  text-transform: uppercase;
  /*margin-bottom:calc(.35em + var(--block-margin-small));*/
  font-weight: 400;
  text-transform: uppercase;
}

h3 + p {
  margin-top: calc(-0.4 * var(--block-margin-small));
}

h1 {
  font-size: var(--topic-h1);
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  color: var(--color-purple);
  margin-bottom: 0em;
}

h2 {
  font-size: var(--topic-h2);
  line-height: 1;
  font-style: normal;
}

.c-article h2 + * {
  margin-top: calc(-1 * var(--block-margin-small) + 0.75em);
}
@media (min-width: 900px) {
  .c-article h2 + * {
    margin-top: calc(-1 * var(--block-margin-small));
  }
}
@media (min-width: 1280px) {
  .c-article h2 + * {
    margin-top: calc(-1.5 * var(--block-margin-small));
  }
}

p.is-style-Ingressi {
  font-size: var(--p-ingress);
  line-height: 1.25;
  margin-top: var(--block-margin-small);
  margin-bottom: var(--block-margin-small);
  font-weight: 300;
  color: var(--color-blue);
}

p {
  font-size: var(--slot-p);
  line-height: 1.56;
  margin-top: var(--block-margin-small);
  margin-bottom: var(--block-margin-small);
}

p + p {
  margin-top: calc(-1 * var(--block-margin-small) + 0.5em);
}

ul + p {
  margin-top: calc(-1 * var(--block-margin-small) + 0.65em) !important;
}

p + ul {
  margin-top: calc(-1 * var(--block-margin-small) + 0.65em) !important;
}

p a:hover, li a:hover {
  color: var(--color-theme);
}

ul, ol {
  line-height: 1.6;
  margin-bottom: 0;
  font-size: var(--slot-p);
  margin-top: var(--block-margin-small);
  margin-bottom: var(--block-margin-small);
}
ul li, ol li {
  margin-left: 1.3rem;
  padding-left: 0.3rem;
}
ul li::marker, ol li::marker {
  color: black;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0.5rem 0;
}

a {
  color: inherit;
  text-decoration-color: var(--color-theme);
  text-underline-offset: 0.3em;
}

@media print {
  @page {
    margin: 2cm 1.5cm;
  }
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body {
    font-size: 75%;
    color: #000;
  }
  h1, h2, h3, h4, p {
    color: #000;
  }
  .c-header, .c-footer {
    display: none;
  }
}
body {
  background-color: var(--color-beige);
}
body #slotlogo svg path {
  fill: var(--color-slotblue2);
}
body #page-title-block {
  color: var(--color-slotgreen);
}
body.bg-green {
  background-color: var(--color-slotgreen2);
}
body.bg-green #slotlogo svg path {
  fill: var(--color-slotgreen);
}
body.bg-blue {
  background-color: var(--color-slotblue1);
}
body.bg-blue #slotlogo svg path {
  fill: var(--color-slotblue);
}
body.bg-blue #page-title-block {
  color: var(--color-slotblue);
}

@keyframes navanimation {
  from {
    right: -50px;
  }
  to {
    right: 0px;
  }
}
.home #pattern {
  position: relative;
  right: -50px;
}
.home.show-side #pattern {
  animation-name: navanimation;
  animation-duration: 0.5s; /* Duration of the animation */
  animation-timing-function: ease; /* Defines how the animation progresses */
  animation-fill-mode: forwards; /* Keeps the element in the final state */
}

.container {
  max-width: var(--container-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  box-sizing: content-box;
}

.layout {
  display: flex;
}
.layout .page-content {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
}

.page-content {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
}

#bg-video-holder {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 1;
  height: 100vh;
  max-height: 100vh;
  top: 0;
  left: 0;
  overflow-y: hidden;
}
#bg-video-holder video {
  width: 100%;
  height: auto;
}

#bottompart, footer {
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-template-singular-front-temp .c-article {
  padding-left: 0px;
  max-width: none;
}

#main-content {
  position: relative;
  top: 0;
  width: 100%;
}

.c-article {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding); /**/
  z-index: 2;
  position: relative;
}
.c-article > * {
  margin-left: auto;
  margin-right: auto;
}
.c-article > *:not(:first-child) {
  margin-top: var(--block-margin);
}
.c-article .alignwide {
  max-width: var(--container-wide);
}
.c-article .alignfull {
  max-width: none;
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
}
.c-article .alignwide:not(:first-child), .c-article .alignfull:not(:first-child) {
  margin-top: var(--block-margin-large);
}
.c-article .alignwide + *, .c-article .alignfull + * {
  margin-top: var(--block-margin-large);
}

.nav_elements {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.nav_elements .inner {
  margin-left: 1em;
  margin-right: 1em;
}
.nav_elements img#logo {
  float: left;
  height: 23px;
  width: auto;
  margin-top: 1.2em;
}
.nav_elements #login-holder {
  margin-top: 0.3em;
  float: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
  text-transform: uppercase;
}
.nav_elements #login-holder span {
  display: block;
  margin-top: 0.2em;
  font-size: 0.8em;
}
.nav_elements #login-holder #login {
  cursor: pointer;
  width: 30px;
  height: auto;
}

.wp-block-image figcaption {
  margin-top: 1em;
  text-align: center;
}

.wp-block-post-date {
  font-size: var(--font-size-text);
}

.wp-block-quote {
  border-left: 2px solid var(--color-theme);
  padding-left: 1.5em;
}
.wp-block-quote p {
  color: var(--color-theme);
  font-size: var(--font-size-text);
  line-height: 1.4;
  margin-top: 0;
}
.wp-block-quote cite {
  font-style: normal;
  font-size: var(--font-size-text);
  text-transform: none;
}

.wp-block-columns .wp-block-column > * {
  margin-top: var(--block-margin);
}
.wp-block-columns .wp-block-column > :first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column p:last-of-type {
  margin-bottom: 0;
}

.wp-block-table {
  overflow-y: hidden;
  font-size: 1em;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table thead {
  border-bottom: none;
}
.wp-block-table tfoot {
  border-top: none;
}
.wp-block-table tfoot td {
  border-top: 1px solid var(--color-dark);
}
.wp-block-table td, .wp-block-table th {
  padding: 1em;
  border: none;
  border: 1px solid #ddd;
}
.wp-block-table th {
  text-align: left;
  background: var(--color-theme);
  color: #fff;
  font-weight: 400;
  border-color: var(--color-theme);
}
.wp-block-table figcaption {
  margin-top: 1em;
  text-align: center;
}

.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  padding: 0.7em 2em;
  border-width: 1px;
  background: none;
  color: var(--color-theme);
  font-weight: 700;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-light);
}
.wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  font-weight: 700;
}
.wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-dark .wp-block-button__link:focus {
  background: var(--color-theme);
  border-color: var(--color-theme);
  color: var(--color-light);
}

.wp-block-buttons .wp-block-button__link,
.wp-block-file .wp-block-file__button,
.gform_button,
.c-button {
  font-size: var(--font-size-0);
  font-family: var(--font-topic);
  padding: 0.7em 2em;
  text-decoration: none;
  background: white;
  border: 1px solid white;
  color: white;
  border-radius: 46px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  line-height: 1.1;
  background: var(--color-slotgreen);
  border-color: var(--color-slotgreen);
}
.wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.gform_button:hover,
.gform_button:focus,
.c-button:hover,
.c-button:focus {
  background: white;
  border-color: white;
  color: black;
}
.wp-block-buttons .wp-block-button__link.infobutton,
.wp-block-file .wp-block-file__button.infobutton,
.gform_button.infobutton,
.c-button.infobutton {
  background: white;
  border-color: white;
  color: black;
}
.wp-block-buttons .wp-block-button__link.infobutton:hover, .wp-block-buttons .wp-block-button__link.infobutton:focus,
.wp-block-file .wp-block-file__button.infobutton:hover,
.wp-block-file .wp-block-file__button.infobutton:focus,
.gform_button.infobutton:hover,
.gform_button.infobutton:focus,
.c-button.infobutton:hover,
.c-button.infobutton:focus {
  color: white;
  background: var(--color-slotgreen);
  border-color: var(--color-slotgreen);
}
.wp-block-buttons .wp-block-button__link.blue,
.wp-block-file .wp-block-file__button.blue,
.gform_button.blue,
.c-button.blue {
  background: white;
  border-color: white;
  color: #78A1F4;
}
.wp-block-buttons .wp-block-button__link.blue:hover, .wp-block-buttons .wp-block-button__link.blue:focus,
.wp-block-file .wp-block-file__button.blue:hover,
.wp-block-file .wp-block-file__button.blue:focus,
.gform_button.blue:hover,
.gform_button.blue:focus,
.c-button.blue:hover,
.c-button.blue:focus {
  background: white;
  color: black;
}

.wp-block-group > * {
  margin-top: var(--block-margin);
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.background {
  background: var(--color-gray);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  padding-top: var(--block-margin-medium);
  padding-bottom: var(--block-margin-medium);
}
.wp-block-group.background > :first-child {
  margin-top: 0;
}
.wp-block-group.background p:last-of-type {
  margin-bottom: 0;
}

.wp-block-file {
  font-size: 1em;
}
.wp-block-file a {
  text-decoration: none;
  font-size: 1rem;
  opacity: 1;
}
.wp-block-file a:first-of-type {
  margin-right: 1.5em;
}
.wp-block-file .wp-block-file__button {
  margin-left: 0;
  display: inline-block;
}
@media (max-width: 39.9375em) {
  .wp-block-file .wp-block-file__button {
    margin-top: 1em;
  }
}

.wp-block-cover {
  width: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.wp-block-cover .wp-block-cover__inner-container > * {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover .wp-block-cover__inner-container .alignwide {
  max-width: var(--container, var(--container-wide));
}
.wp-block-cover .wp-block-cover__inner-container .alignfull {
  max-width: none;
  margin-left: calc(-1 * var(--container-padding));
  margin-right: calc(-1 * var(--container-padding));
}

.wp-block-separator {
  border-color: var(--color-theme);
}

.wp-block-code {
  padding: 1em;
  background: var(--color-gray);
  border-radius: 0;
  border: none;
  line-height: 1.2;
}

.wp-block-block {
  max-width: none !important;
}

.wp-block-image.is-style-Smaller, .wp-block-image.is-style-smaller {
  display: flex;
  justify-content: center;
}
.wp-block-image.is-style-Smaller img, .wp-block-image.is-style-smaller img {
  width: 50%;
  height: auto;
}

.wp-block-button.is-style-larger {
  width: 100%;
}
.wp-block-button.is-style-larger a, .wp-block-button.is-style-larger .wp-block-button__link {
  font-size: 25.89px;
  line-height: 1;
  width: 100%;
  font-style: normal;
}

.wp-block-festival-accordion [data-accordion-item] {
  border-top: 1px solid var(--color-theme);
}
.wp-block-festival-accordion [data-accordion-item]:last-of-type {
  border-bottom: 1px solid var(--color-theme);
}
.wp-block-festival-accordion [data-accordion-item].active .title button svg, .wp-block-festival-accordion [data-accordion-item].active .title [role=button] svg {
  transform: rotate(180deg) translateY(50%);
}
.wp-block-festival-accordion [data-accordion-item] > div {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.wp-block-festival-accordion [data-accordion-item] > div p:first-of-type {
  margin-top: 0;
}
.wp-block-festival-accordion .title {
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-1);
  font-weight: 400;
  margin: 0;
}
.wp-block-festival-accordion .title button, .wp-block-festival-accordion .title [role=button] {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 1.2em 2em 1.2em 0;
  text-align: left;
  color: var(--color-theme);
}
.wp-block-festival-accordion .title button:hover, .wp-block-festival-accordion .title [role=button]:hover {
  text-decoration: none;
}
.wp-block-festival-accordion .title button svg, .wp-block-festival-accordion .title [role=button] svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.2rem;
  height: auto;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
  pointer-events: none;
}
.wp-block-festival-accordion .title button svg path, .wp-block-festival-accordion .title [role=button] svg path {
  fill: var(--color-theme);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.wp-block-festival-carousel .buttons {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.wp-block-festival-carousel img {
  width: 100%;
}
.wp-block-festival-carousel .splide {
  --pagination-height: 3em;
}
.wp-block-festival-carousel .splide__slide {
  padding: 0;
}
.wp-block-festival-carousel .splide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(calc(-50% - var(--pagination-height) / 2));
}
.wp-block-festival-carousel .splide__arrow {
  position: absolute;
  top: 0;
  width: 3.75em;
  height: 3.75em;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.wp-block-festival-carousel .splide__arrow--prev {
  left: 5%;
  transform: translateY(-50%) scalex(-1);
}
.wp-block-festival-carousel .splide__arrow--next {
  right: 5%;
}
.wp-block-festival-carousel .splide__arrow svg {
  width: 2em;
}
.wp-block-festival-carousel .splide__arrow svg path {
  fill: #fff;
}
.wp-block-festival-carousel .splide__pagination {
  margin-bottom: 0.5em;
  display: flex;
  justify-content: center;
  height: var(--pagination-height);
}
.wp-block-festival-carousel .splide__pagination li {
  margin: 0 0.5em;
  padding: 0;
  font-size: 1em;
}
.wp-block-festival-carousel .splide__pagination__page {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  border: 2px solid var(--color-theme);
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  background: none;
}
.wp-block-festival-carousel .splide__pagination__page.is-active {
  background: var(--color-theme);
}

.wp-block-festival-contacts .row {
  --item-min-width-value: 18rem;
  --item-min-width: min(var(--item-min-width-value), 100%);
  display: grid;
  grid-column-gap: 3%;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(var(--item-min-width), 1fr));
}
@supports not (font-size: min(1rem, 1vw)) {
  @media (min-width: 40em) {
    .wp-block-festival-contacts .row {
      --item-min-width: var(--item-min-width-value);
    }
  }
}
.wp-block-festival-contacts .wp-block-festival-contacts-item {
  text-decoration: none;
  color: var(--color-dark);
}
.wp-block-festival-contacts img {
  margin-bottom: 2em;
  width: 100%;
}
.wp-block-festival-contacts h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wp-block-festival-featured .row {
  --item-min-width-value: 18rem;
  --item-min-width: min(var(--item-min-width-value), 100%);
  display: grid;
  grid-column-gap: 3%;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(var(--item-min-width), 1fr));
}
@supports not (font-size: min(1rem, 1vw)) {
  @media (min-width: 40em) {
    .wp-block-festival-featured .row {
      --item-min-width: var(--item-min-width-value);
    }
  }
}
.wp-block-festival-featured .wp-block-festival-featured-item {
  text-decoration: none;
  color: var(--color-dark);
}
.wp-block-festival-featured a {
  text-decoration: none;
}
.wp-block-festival-featured .image {
  margin-bottom: 2em;
  aspect-ratio: 1.77/1;
}
.wp-block-festival-featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-festival-featured h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wp-block-festival-footer {
  width: 100%;
}
.wp-block-festival-footer .purple {
  background-color: var(--color-purple);
}
.wp-block-festival-footer .black {
  background-color: black;
}
.wp-block-festival-footer .box2 {
  display: flex;
  padding: 1em;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
}
.wp-block-festival-footer .box2 a {
  color: var(--color-purple);
  text-decoration: none;
}
.wp-block-festival-footer .box2 p {
  margin-top: 0;
}
.wp-block-festival-footer .box2 h2 {
  color: white;
}
.wp-block-festival-footer .box {
  display: flex;
  padding: 1em;
  align-items: center;
}
.wp-block-festival-footer .box .right {
  margin-left: 1em;
  color: white;
  flex-direction: column;
}
.wp-block-festival-footer .box .right p {
  margin-bottom: 0;
}
.wp-block-festival-footer .box .right h3 {
  margin-top: 0;
  color: white;
  text-transform: none;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

header.wp-block-festival-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /*position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  background: var(--color-light);
  height: var(--header-height);
  z-index: 10;
  margin-top: 0;
  transition: background .2s ease-out, box-shadow .2s ease-out;

  &::before {
  	@media (max-width: $mobile-nav-max) {
  		content: "";
  		position: fixed;
  		top: 0;
  		left: -100%;
  		width: 100%;
  		height: 100%;
  		background: rgba(0,0,0,.5);
  		opacity: 0;
  		visibility: hidden;
  		transition: visibility 0s .5s, left 0s .5s, opacity .5s linear;
  	}
  }

  .container {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	height: 100%;
  	max-width: 120em;

  	& > div {
  		display: flex;
  		align-items: center;
  	}
  }

  // Logo
  .logo {
  	transition: top .2s ease-out;
  	color: var(--color-light);

  	svg {
  		width: 5em;
  		height: auto;

  		@media (min-width: $desktop-nav) {
  			width: 7em;
  		}
  	}
  }

  // Small (header is visible but smaller when scrolling)
  &.small {
  	box-shadow: 0 0 10px rgba(0,0,0,.3);
  }

  // Skip link
  .skip-link {
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	text-align: center;
  	z-index: 20;

  	a {
  		position: absolute;
  		width: 1px;
  		height: 1px;
  		margin: -1px;
  		overflow: hidden;
  		clip: rect(0,0,0,0);
  		border: none;
  		background: var(--color-light);
  		padding: 1em 3em;
  		display: inline-block;

  		&:focus {
  			position: static;
  			width: auto;
  			height: auto;
  			margin: 0;
  			overflow: visible;
  			clip: auto;
  		}
  	}
  }

  // Search button
  .search-button {
  	background: none;
  	border: none;
  	padding: 0;
  	margin-left: 3em;
  	margin-right: .5em;
  	width: 2.75em;
  	height: 2.75em;

  	@media (min-width: $desktop-nav) {
  		position: static;
  		order: 1;
  	}

  	& > span {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		width: 100%;
  		height: 100%;
  	}

  	svg {
  		width: 60%;
  		height: auto;
  	}

  	.close {
  		display: none;
  	}

  	&.desktop {
  		@media (max-width: $mobile-nav-max) {
  			display: none;
  		}
  	}

  	&.mobile {
  		@media (min-width: $desktop-nav) {
  			display: none;
  		}
  	}
  }*/
}
header.wp-block-festival-header .menu-bar {
  display: flex;
  margin-left: 0px;
  background: none;
}
header.wp-block-festival-header .menu-bar button {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}
header.wp-block-festival-header .menu-bar button svg {
  width: 100%;
  height: auto;
}
header.wp-block-festival-header #pattern {
  transform: translateY(-1px);
  flex: 1;
  background-image: url(../../images/kesarauha-navigation.png);
  background-repeat: repeat-y;
  background-size: 50px auto;
  background-position: 0px 0px;
  /*background-position:0px 100px;*/
}
header.wp-block-festival-header ul.nav-links {
  margin: 0;
  margin-top: 35px;
  padding: 0;
  margin-bottom: 1em;
  list-style: none;
  font-family: var(--font-topic);
}
header.wp-block-festival-header ul.nav-links li {
  margin: 0;
  padding: 0;
}
header.wp-block-festival-header ul.nav-links li.bg {
  background-color: var(--color-krblue);
}
header.wp-block-festival-header ul.nav-links button {
  background: none;
  outline: none;
  border: none;
}
header.wp-block-festival-header ul.nav-links button, header.wp-block-festival-header ul.nav-links a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}

.wp-block-festival-hero {
  background-color: black;
  overflow: hidden;
  width: 100%; /* Full viewport width */
  height: 95vh;
  min-height: 500px;
  position: relative;
}
.wp-block-festival-hero #top-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/wp-content/themes/festival/images/nuvola-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
}
@media (min-width: 700px) {
  .wp-block-festival-hero #top-img {
    background-size: 20% auto;
  }
}
.wp-block-festival-hero #image-nav-holder {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 4px;
  display: flex;
}
.wp-block-festival-hero #image-nav-holder .prog {
  flex: 1; /* Make all inner divs take equal space */
  box-sizing: border-box;
  margin-right: 10px;
  background-color: #D9D9D9;
}
.wp-block-festival-hero #image-nav-holder .prog.last {
  margin-right: 0;
}
.wp-block-festival-hero #image-nav-holder .prog span {
  background-color: var(--color-purple);
  height: 100%;
  display: block;
  width: 0%;
}
.wp-block-festival-hero .slide {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  transition: opacity 1.5s ease-in-out;
}
.wp-block-festival-hero .slide.active {
  opacity: 1;
}
.wp-block-festival-hero .slide img {
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wp-block-festival-hero .slide img.mobile {
  display: block;
}
@media (min-width: 700px) {
  .wp-block-festival-hero .slide img.mobile {
    display: none;
  }
  .wp-block-festival-hero .slide img.desktop {
    display: block;
  }
}

.wp-block-festival-image-text > .row {
  display: grid;
  grid-column-gap: 5%;
}
@media (min-width: 60em) {
  .wp-block-festival-image-text > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-festival-image-text .text {
  align-self: center;
}
.wp-block-festival-image-text .text > * {
  margin-top: var(--block-margin);
}
.wp-block-festival-image-text .text > :first-child {
  margin-top: var(--block-margin-small);
}
.wp-block-festival-image-text h2 {
  margin-top: 0;
}
.wp-block-festival-image-text img {
  width: 100%;
}
@media (min-width: 60em) {
  .wp-block-festival-image-text.reverse .text {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 60em) {
  .wp-block-festival-image-text.reverse .image {
    grid-column: 2;
    grid-row: 1;
  }
}

.wp-block-festival-layout > .row {
  --item-min-width-value: 25rem;
  --item-min-width: min(var(--item-min-width-value), 100%);
  display: grid;
  grid-column-gap: 3%;
  grid-template-columns: repeat(auto-fit, minmax(var(--item-min-width), 1fr));
}
@supports not (font-size: min(1rem, 1vw)) {
  @media (min-width: 40em) {
    .wp-block-festival-layout > .row {
      --item-min-width: var(--item-min-width-value);
    }
  }
}
.wp-block-festival-layout .wp-block-festival-layout-column > :first-child {
  margin-top: 0;
}
.wp-block-festival-layout.three-columns > .row {
  --item-min-width-value: 20rem;
}
.wp-block-festival-layout.four-columns > .row {
  --item-min-width-value: 15rem;
}
.wp-block-festival-layout.content-sidebar > .row {
  grid-template-columns: 1fr;
}
@media (min-width: 60em) {
  .wp-block-festival-layout.content-sidebar > .row {
    grid-template-columns: 2fr 1fr;
  }
}

.wp-block-festival-logos ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: max(1em, min(2vw, 2em));
  justify-content: center;
  align-items: center;
}
.wp-block-festival-logos li {
  margin-left: 0;
  padding-left: 0;
  flex-basis: max(6em, min(11vw, 8em));
  aspect-ratio: 1/0.7;
}
.wp-block-festival-logos li img, .wp-block-festival-logos li svg {
  aspect-ratio: 1/0.7;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.wp-block-festival-logos a {
  display: block;
}

.wp-block-festival-news h2 {
  font-family: var(--font-regular);
  text-transform: uppercase;
  color: black;
}
.wp-block-festival-news ul {
  --item-min-width-value: 18rem;
  --item-min-width: min(var(--item-min-width-value), 100%);
  margin: 0;
  padding: 0;
  margin-left: 1em;
  list-style: none;
  display: grid;
  grid-column-gap: 3%;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-min-width), 1fr));
}
@supports not (font-size: min(1rem, 1vw)) {
  @media (min-width: 40em) {
    .wp-block-festival-news ul {
      --item-min-width: var(--item-min-width-value);
    }
  }
}
.wp-block-festival-news li {
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  position: relative;
}
.wp-block-festival-news li:hover img {
  transform: scale(1.05);
}
.wp-block-festival-news li:hover a {
  text-decoration: underline;
}
.wp-block-festival-news .image {
  margin-bottom: 0.5em;
  aspect-ratio: 1.77/1;
  overflow: hidden;
}
.wp-block-festival-news img, .wp-block-festival-news svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease-out;
}
.wp-block-festival-news h3 {
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.wp-block-festival-news h3 a {
  font-family: var(--font-topic);
  text-transform: none;
  color: black;
  text-decoration: none;
}
.wp-block-festival-news p {
  font-family: var(--font-regular);
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  text-transform: uppercase;
  font-size: 1em;
}
.wp-block-festival-news a {
  color: var(--color-theme);
  text-decoration: none;
}
.wp-block-festival-news a:hover {
  background: none;
}
.wp-block-festival-news a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.wp-block-festival-news .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-festival-news .cats {
  display: flex;
}
.wp-block-festival-news .cats span {
  background: var(--color-gray);
  font-size: 0.875em;
  padding: 0.3em 0.5em;
}
.wp-block-festival-news .cats span:not(:first-child) {
  margin-left: 0.5em;
}
.wp-block-festival-news .pagination {
  display: flex;
  justify-content: center;
}
.wp-block-festival-news .pagination a, .wp-block-festival-news .pagination span {
  margin: 0 0.25em;
}
.wp-block-festival-news .pagination a:hover {
  text-decoration: none;
}
.wp-block-festival-news .pagination .page-numbers {
  padding: 0.5em 0.7em;
}
.wp-block-festival-news .pagination .page-numbers.current {
  background: var(--color-theme);
  color: #fff;
}

.wp-block-festival-news-header .cats {
  display: flex;
  margin: 1em 0;
}
.wp-block-festival-news-header .cats span {
  background: var(--color-gray);
  font-size: 0.875em;
  padding: 0.5em 0.5em;
}
.wp-block-festival-news-header .cats span:not(:first-child) {
  margin-left: 0.5em;
}
.wp-block-festival-news-header time {
  font-size: var(--font-size-0);
}

.wp-block-festival-numbers .row {
  --item-min-width-value: 15rem;
  --item-min-width: min(var(--item-min-width-value), 100%);
  display: grid;
  grid-column-gap: 3%;
  grid-row-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(var(--item-min-width), 1fr));
}
@supports not (font-size: min(1rem, 1vw)) {
  @media (min-width: 40em) {
    .wp-block-festival-numbers .row {
      --item-min-width: var(--item-min-width-value);
    }
  }
}
.wp-block-festival-numbers p {
  margin-bottom: 0;
}
.wp-block-festival-numbers .number {
  font-size: var(--font-size-7);
  font-weight: 700;
  margin: 0;
  line-height: 0.8;
  color: var(--color-theme);
}
.wp-block-festival-numbers .text {
  font-size: var(--font-size-1);
}

.wp-block-festival-people {
  margin-top: 1em !important;
}
.wp-block-festival-people ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.wp-block-festival-people ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.wp-block-festival-people ul li:first-child .text, .wp-block-festival-people ul li:nth-child(4) .text, .wp-block-festival-people ul li:nth-child(7) .text, .wp-block-festival-people ul li:nth-child(10) .text {
  margin-left: 0;
}
.wp-block-festival-people ul li .text {
  margin: 1em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@media (min-width: 600px) {
  .wp-block-festival-people ul li {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .wp-block-festival-people ul li {
    width: 33.33%;
  }
  .wp-block-festival-people ul li .text {
    margin: 1em;
  }
  .wp-block-festival-people ul li:nth-child(3n) .text {
    margin-right: 0;
  }
}

.wp-block-festival-person {
  position: relative;
  text-align: center;
}
.wp-block-festival-person .image {
  width: 18em;
  margin: 0 auto;
  margin-bottom: 1em;
  aspect-ratio: 1/1;
}
.wp-block-festival-person img {
  border-radius: 50%;
}
.wp-block-festival-person svg {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.wp-block-festival-person h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.wp-block-festival-person p {
  margin: 0;
}

.wp-block-festival-sample {
  text-align: center;
  background: var(--color-gray);
  padding: 3em var(--container-padding);
  font-size: 1rem;
}
.wp-block-festival-sample > * {
  margin-top: var(--block-margin);
}
.wp-block-festival-sample > :first-child {
  margin-top: 0;
}

html {
  /* overflow: hidden;
   width: 100%;

   height: 100vh;
   */
}

body {
  /* height: 100%;
    position: fixed; 
    top:0;
    width:100%;


    overflow-y: scroll;

  iOS velocity scrolling */
}

body.home .color {
  background-color: #F3FFB6;
  z-index: 2;
  position: relative;
  /* width:calc(100% + var(--container-padding) + var(--container-padding));*/
  padding-top: 8em;
}

.wp-block-festival-herofrontpage {
  z-index: 1 !important;
  position: sticky !important;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.wp-block-festival-herofrontpage video {
  padding: 0;
  margin: 0;
  height: auto;
}
.wp-block-festival-herofrontpage .images {
  width: 100%;
}

.wp-block-festival-dayprogram #dates .day-item {
  width: 50%;
  clear: both;
}
.wp-block-festival-dayprogram #dates .day-item:nth-child(2) {
  float: right;
}
.wp-block-festival-dayprogram #dates .day .inner {
  margin-left: 1.4em;
}
.wp-block-festival-dayprogram #dates .day .smaller h4 {
  color: black;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.wp-block-festival-dayprogram #dates .day .smaller p {
  margin-top: 0em;
  font-size: 1.5em;
  color: black;
  font-family: var(--font-regular);
  text-transform: uppercase;
}
.wp-block-festival-dayprogram #dates .day .smaller p a {
  color: black;
  line-height: 1;
  text-decoration: none;
}
.wp-block-festival-dayprogram #dates .day h2 {
  color: var(--color-theme);
  font-size: 5em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wp-block-festival-dayprogram #dates .day ul {
  list-style: none;
}
.wp-block-festival-dayprogram #dates .day ul li {
  padding: 0;
  margin-left: 0em;
}
.wp-block-festival-dayprogram #dates .day ul li a {
  font-family: var(--font-topic);
  color: var(--color-krblue);
  font-size: 2em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-festival-dayprogram #dates .day-item:nth-child(2) h2 {
  color: var(--color-krgreen);
}
.wp-block-festival-dayprogram #dates .day-item:nth-child(2) ul li a {
  color: var(--color-krred);
}
.wp-block-festival-dayprogram #dates .day-item:nth-child(3) h2 {
  color: var(--color-krblue);
}
.wp-block-festival-dayprogram #dates .day-item:nth-child(3) ul li a {
  color: var(--color-krgreen);
}

.wp-block-festival-artistheader > .row {
  display: grid;
  grid-column-gap: 5%;
}
@media (min-width: 60em) {
  .wp-block-festival-artistheader > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-festival-artistheader .text {
  align-self: center;
}
.wp-block-festival-artistheader .text > * {
  margin-top: var(--block-margin);
}
.wp-block-festival-artistheader .text > :first-child {
  margin-top: var(--block-margin-small);
}
.wp-block-festival-artistheader h2 {
  margin-top: 0;
}
.wp-block-festival-artistheader img {
  width: 100%;
}
@media (min-width: 60em) {
  .wp-block-festival-artistheader.reverse .text {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 60em) {
  .wp-block-festival-artistheader.reverse .image {
    grid-column: 2;
    grid-row: 1;
  }
}

.wp-block-festival-syojuoheader > .row {
  display: grid;
  grid-column-gap: 5%;
}
@media (min-width: 60em) {
  .wp-block-festival-syojuoheader > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-festival-syojuoheader .text {
  align-self: center;
}
.wp-block-festival-syojuoheader .text > * {
  margin-top: var(--block-margin);
}
.wp-block-festival-syojuoheader .text > :first-child {
  margin-top: var(--block-margin-small);
}
.wp-block-festival-syojuoheader h2 {
  margin-top: 0;
}
.wp-block-festival-syojuoheader img {
  width: 100%;
}
@media (min-width: 60em) {
  .wp-block-festival-syojuoheader.reverse .text {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 60em) {
  .wp-block-festival-syojuoheader.reverse .image {
    grid-column: 2;
    grid-row: 1;
  }
}

.wp-block-festival-artists {
  background-color: var(--color-slotgreen2);
}
.wp-block-festival-artists .artists-frontpage {
  padding-top: 5em;
  padding-bottom: 5em;
  margin-left: 1em;
  margin-right: 1em;
}
.wp-block-festival-artists .type-large {
  max-width: 80%;
  margin: 0 auto;
}
.wp-block-festival-artists .type-large h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: var(--slot-h2);
  color: var(--color-slotblue);
  line-height: 1;
  margin-bottom: 0.1em;
  /* &::after{
       content:"●";

       padding-left:.2em;
       padding-right:.2em;
       font-size:.8em;

       position:relative;
       top:-2px;

   }*/
}
.wp-block-festival-artists .type-large h2 sup {
  font-size: 0.3em;
  font-family: var(--font-regular);
  position: relative;
  top: -14px;
}
.wp-block-festival-artists .type-large h2:last-child::after {
  content: "";
}
.wp-block-festival-artists .type-medium {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 5em;
  max-width: 75%;
  margin: 0 auto;
}
.wp-block-festival-artists .type-medium h3:nth-of-type(3n)::after {
  content: "";
  font-size: 0.8em;
  color: #749E82;
  position: relative;
  top: -2px;
}
.wp-block-festival-artists .type-medium .break-desktop {
  display: block;
  width: 100%;
}
.wp-block-festival-artists .type-medium h3 {
  color: #72A2ED;
  margin: 0;
  padding: 0;
  font-size: var(--font-size-artistlevel2);
  text-transform: uppercase;
  font-family: var(--font-regular);
  margin-bottom: 0.2em;
}
.wp-block-festival-artists .type-medium h3::after {
  content: "●";
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 0.8em;
  position: relative;
  top: -2px;
}
.wp-block-festival-artists .type-medium h3 sup {
  font-size: 0.6em;
  position: relative;
  top: 0px;
}
.wp-block-festival-artists .type-medium h3:last-child::after {
  content: "";
}
.wp-block-festival-artists .type-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
  margin-top: 1em;
}
.wp-block-festival-artists .type-default h4 {
  color: var(--color-slotblue);
  margin: 0;
  padding: 0;
  font-size: var(--slot-p);
  text-transform: uppercase;
  font-family: var(--font-regular);
  margin-bottom: 0.2em;
}
.wp-block-festival-artists .type-default h4::after {
  content: "●";
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: 0.4em;
  position: relative;
  top: -2px;
}
.wp-block-festival-artists .type-default h4 sup {
  font-size: 0.6em;
  position: relative;
  top: 0px;
}
.wp-block-festival-artists .type-default h4:last-child::after {
  content: "";
}
.wp-block-festival-artists .type-electrolinna {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 5em;
  max-width: 75%;
  margin: 0 auto;
}
.wp-block-festival-artists .type-electrolinna h5:nth-of-type(3n)::after {
  content: "";
  font-size: 0.8em;
  color: #749E82;
  position: relative;
  top: -2px;
}
.wp-block-festival-artists .type-electrolinna .break-desktop {
  display: block;
  width: 100%;
}
.wp-block-festival-artists .type-electrolinna h5 {
  color: #72A2ED;
  margin: 0;
  padding: 0;
  font-size: var(--font-size-artistlevel2);
  text-transform: uppercase;
  font-family: var(--font-regular);
  margin-bottom: 0.2em;
}
.wp-block-festival-artists .type-electrolinna h5::after {
  content: "●";
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 0.8em;
  color: #749E82;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 600px) {
  .wp-block-festival-artists .type-electrolinna h5::after {
    content: "●●●";
  }
}
.wp-block-festival-artists .type-electrolinna h5 sup {
  font-size: 0.6em;
  position: relative;
  top: 0px;
}
.wp-block-festival-artists .type-electrolinna h5:last-child::after {
  content: "";
}

.wp-block-festival-liputlayout .row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .wp-block-festival-liputlayout .row {
    flex-direction: row;
  }
}
.wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-leftcolumn {
  width: 50%;
  padding-right: 2em;
  width: 100%;
  padding-right: 0em;
  /*h2.wp-block-heading + p{

  	margin-top: calc(.2em + -1 * var(--block-margin-small));
  }*/
}
@media (min-width: 800px) {
  .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-leftcolumn {
    width: 50%;
    padding-right: 2em;
  }
}
.wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn {
  width: 100%;
  padding-left: 0em;
}
@media (min-width: 800px) {
  .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn {
    width: 50%;
    padding-left: 2em;
  }
}
.wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn .wp-block-festival-carouselsimple .images, .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn .image-holder img {
  aspect-ratio: 1/0.8;
}
.wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn figure.wp-block-image {
  display: none;
}
@media (min-width: 800px) {
  .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn figure.wp-block-image {
    display: flex;
  }
  .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn .wp-block-festival-carouselsimple .images, .wp-block-festival-liputlayout .row .wp-block-festival-liputlayout-rightcolumn .image-holder img {
    aspect-ratio: 1/1.2;
  }
}

.wp-block-festival-syojuolayout .row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .wp-block-festival-syojuolayout .row {
    flex-direction: row;
  }
}
.wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-leftcolumn {
  width: 100%;
  padding-right: 0em;
}
@media (min-width: 800px) {
  .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-leftcolumn {
    width: 50%;
    padding-right: 2em;
  }
}
.wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn {
  width: 100%;
  padding-left: 0em;
}
.wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .image-holder, .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .image-holder img, .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .images {
  aspect-ratio: 1/0.7;
}
@media (min-width: 800px) {
  .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn {
    width: 50%;
    padding-left: 2em;
  }
  .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .image-holder, .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .image-holder img, .wp-block-festival-syojuolayout .row .wp-block-festival-syojuolayout-rightcolumn .images {
    aspect-ratio: 1/1.1;
  }
}

.is-root-container .wp-block-festival-carouselsimple .images .wp-block-festival-carouselsimple-item, .is-root-container .wp-block-festival-carouselsimple .images .featured, .is-root-container .wp-block-festival-carouselsimple .images .image-holder {
  position: relative;
}
.is-root-container .wp-block-festival-carouselsimple .dots {
  display: flex;
}

.wp-block-festival-carouselsimple .buttons {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.wp-block-festival-carouselsimple .images {
  position: relative;
  aspect-ratio: 1/1;
}
.wp-block-festival-carouselsimple .images .wp-block-festival-carouselsimple-item, .wp-block-festival-carouselsimple .images .featured, .wp-block-festival-carouselsimple .images .image-holder {
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}
.wp-block-festival-carouselsimple .images .wp-block-festival-carouselsimple-item img, .wp-block-festival-carouselsimple .images .featured img, .wp-block-festival-carouselsimple .images .image-holder img {
  aspect-ratio: 1/1;
  width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-festival-carouselsimple .dots {
  position: absolute;
  bottom: 20px;
  display: none;
  right: 20px;
}
.wp-block-festival-carouselsimple .dots .dot {
  margin-left: 0.5em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}
.wp-block-festival-carouselsimple .dots .dot.active {
  background-color: white;
}
.wp-block-festival-carouselsimple img {
  width: 100%;
}

.wp-block-festival-newsheader .uutiscontent {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 700px) {
  .wp-block-festival-newsheader .uutiscontent {
    max-width: 75%;
  }
}
.wp-block-festival-newsheader > .row {
  display: grid;
  grid-column-gap: 5%;
}
@media (min-width: 60em) {
  .wp-block-festival-newsheader > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wp-block-festival-newsheader .text {
  margin-top: 1em;
}
.wp-block-festival-newsheader .text h1 {
  margin-top: 0;
}
.wp-block-festival-newsheader h2 {
  margin-top: 0;
}
.wp-block-festival-newsheader img {
  width: 100%;
}
@media (min-width: 60em) {
  .wp-block-festival-newsheader.reverse .text {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (min-width: 60em) {
  .wp-block-festival-newsheader.reverse .image {
    grid-column: 2;
    grid-row: 1;
  }
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-size: 1rem;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 3%;
}
body .gform_wrapper.gravity-theme input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file]), body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme select {
  border: 1px solid var(--color-dark);
  background: none;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  font-size: 1rem;
  height: 2.7em;
  color: var(--color-dark);
}
body .gform_wrapper.gravity-theme input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=file])::placeholder, body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme select::placeholder {
  color: var(--color-dark);
  opacity: 1;
}
body .gform_wrapper.gravity-theme textarea {
  line-height: 1.4;
}
body .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
          appearance: none;
}
body .gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1em;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color-dark);
  margin-top: -3px;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
          appearance: none;
}
body .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.2em;
}
body .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
}
body .gform_wrapper.gravity-theme .gsection h3 {
  margin-top: 1em;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield_radio label, body .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 1rem;
}
body .gform_wrapper.gravity-theme .gfield_html a:hover {
  color: var(--color-theme);
}
body .gform_wrapper.gravity-theme .gchoice, body .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-bottom: 0.5em;
}
body .gform_wrapper.gravity-theme .gchoice .gform-field-label, body .gform_wrapper.gravity-theme .ginput_container_consent .gform-field-label {
  margin-left: 0.5em;
}
body .gform_wrapper.gravity-theme .gchoice input, body .gform_wrapper.gravity-theme .ginput_container_consent input {
  accent-color: var(--color-theme);
  margin: 0;
}
body .gform_wrapper.gravity-theme .gform_button {
  -webkit-appearance: none;
          appearance: none;
  min-height: 0 !important;
  line-height: normal !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
  border-radius: 3px;
  border-width: 1px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-size: 1rem;
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
  font-size: 1rem;
  border-radius: 3px;
}
body .gform_confirmation_wrapper.gravity-theme .gform_confirmation_message {
  font-size: var(--font-size-0);
}

.c-article {
  width: 100%;
}

#login_error, #login_error2 {
  margin: 0;
}

.loginform, .forgotform {
  display: none;
}
.loginform #login_error2, .loginform #login_error, .forgotform #login_error2, .forgotform #login_error {
  color: red;
}
.loginform button.disabled, .forgotform button.disabled {
  opacity: 0.8;
  cursor: default;
}
#overlay {
  display: none;
  background-color: lightgray;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 12;
}

body.isopen #overlay {
  display: block;
}
body.isopen .loginform {
  display: flex;
}

body.forgotopen #overlay {
  display: block;
}
body.forgotopen .forgotform {
  display: flex;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

body .loginform, body .forgotform {
  position: absolute;
  z-index: 20;
  top: 0em;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}
body .loginform .inner, body .forgotform .inner {
  max-width: 400px;
  min-width: 280px;
  margin: 1em;
  background-color: white;
  background-image: url(/wp-content/themes/festival/images/nuvola-blue.svg);
  background-repeat: no-repeat;
  background-size: 71px auto;
  background-position: 0.5em 0.5em;
}
@media (min-width: 600px) {
  body .loginform .inner, body .forgotform .inner {
    min-width: 400px;
  }
}
body .loginform .inner h2, body .forgotform .inner h2 {
  text-align: center;
  color: var(--color-purple);
}
body .loginform .inner form, body .forgotform .inner form {
  margin: 1em;
  padding-top: 4em;
  display: flex;
  flex-direction: column;
  padding-bottom: 0em;
}
body .loginform .inner form input, body .forgotform .inner form input {
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  font-size: 0.9em;
  padding: 0.8em 0.6em;
  margin-bottom: 1em;
}
body .loginform .inner form button, body .forgotform .inner form button {
  font-size: 1.3em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border: 5px solid var(--color-purple);
  background-color: var(--color-purple);
  border-radius: 20px;
  color: white;
}
body .loginform .inner form button:not(.disabled):hover, body .forgotform .inner form button:not(.disabled):hover {
  filter: brightness(110%);
}
body .loginform .inner form .texts, body .forgotform .inner form .texts {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  align-items: center;
}
body .loginform .inner form .texts a, body .forgotform .inner form .texts a {
  text-decoration: none;
  cursor: pointer;
}
body .loginform .inner form .texts a#cancel, body .forgotform .inner form .texts a#cancel {
  color: #B9B9B9;
  margin-bottom: 2em;
}
body .loginform .inner form .texts a#cancel:hover, body .forgotform .inner form .texts a#cancel:hover {
  text-decoration: underline;
}
body .loginform .inner form .texts a#cancel2, body .forgotform .inner form .texts a#cancel2 {
  color: #B9B9B9;
  margin-bottom: 2em;
}
body .loginform .inner form .texts a#cancel2:hover, body .forgotform .inner form .texts a#cancel2:hover {
  text-decoration: underline;
}
body .loginform .inner form .texts a#forgot, body .forgotform .inner form .texts a#forgot {
  color: var(--color-purple);
  font-size: 1.2em;
}
body .loginform .inner form .texts a#forgot:hover, body .forgotform .inner form .texts a#forgot:hover {
  text-decoration: underline;
}
body .loginform .inner form .texts a p, body .forgotform .inner form .texts a p {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 0.9em;
  color: #5D5D5D;
}

/*@use "layout/comingsoon";

@use "layout/infolisting";
@use "layout/artistslisting";
@use "layout/eatanddrink";

@use "layout/temporaryfrontpage";
@use "layout/frontpage";
@use "layout/partners";
@use "layout/uutiset";
@use "layout/uutiskirje";
@use "layout/tos";*/
.c-share {
  margin: 3em 0;
}
.c-share > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-share p {
  text-transform: uppercase;
  color: var(--color-theme);
  font-size: 1em;
  position: relative;
  top: 0.2em;
  margin: 0 1em 1em 0;
  text-align: center;
}
.c-share a {
  width: 2.75em;
  height: 2.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-theme);
  border-radius: 50%;
  margin: 0 0.3em;
}
.c-share a:hover, .c-share a:focus {
  background: var(--color-theme);
}
.c-share a:hover path, .c-share a:focus path {
  fill: #fff;
}

.c-search {
  position: absolute;
  top: var(--header-height);
  right: 0;
  width: 100%;
  padding: 2em var(--container-padding) 2em var(--container-padding);
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.5s linear;
  opacity: 0;
  text-align: center;
  background: var(--color-theme);
  display: grid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 0.6em;
}
@media (min-width: 40em) {
  .c-search {
    font-size: 1em;
  }
}
.c-search > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62.5em;
  margin-left: auto;
  margin-right: auto;
}
.c-search .close {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.5rem;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -0.3rem;
}
.c-search .search-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
.c-search .search-form label {
  width: 100%;
}
.c-search .search-field {
  font-size: var(--font-size-1);
  border: none;
  border-right: none;
  width: 100%;
  background: none;
  color: var(--color-light);
  -webkit-appearance: none;
          appearance: none;
}
.c-search .search-field:focus {
  outline: none;
  border-color: var(--color-theme);
}
.c-search .search-field::placeholder {
  opacity: 1;
  color: var(--color-light);
}
.c-search .search-field::-webkit-search-cancel-button {
  display: none;
}
.c-search .search-submit {
  background: none;
  border: none;
  color: #fff;
  padding: 0 1em;
  -webkit-appearance: none;
          appearance: none;
}
.c-search .search-submit svg {
  width: 1.5rem;
  height: 1.5rem;
}

html.search-open .c-search {
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: none;
  opacity: 1;
}

.c-search-results {
  margin-bottom: var(--block-margin);
}
.c-search-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-search-results ul li {
  font-size: 1rem;
  margin-left: 0;
  margin-bottom: 3em;
  padding-left: 0;
}
.c-search-results h2 {
  margin: 0;
  font-size: var(--font-size-2);
}
.c-search-results h2 + p {
  margin-top: 0.5em;
}
.c-search-results h2 a {
  text-decoration: none;
}
.c-search-results h2 a:hover {
  text-decoration: underline;
}
.c-search-results .search-form {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4em;
}
.c-search-results .search-form label {
  width: 100%;
}
.c-search-results .search-field {
  font-size: var(--font-size-0);
  border: 2px solid var(--color-theme);
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0.75em 1em;
  width: 100%;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}
.c-search-results .search-field:focus {
  outline: none;
  border-color: var(--color-theme);
}
.c-search-results .search-field::placeholder {
  opacity: 1;
}
.c-search-results .search-field::-webkit-search-cancel-button {
  display: none;
}
.c-search-results .search-submit {
  background: var(--color-theme);
  border: none;
  padding: 0 1em;
  -webkit-appearance: none;
          appearance: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c-search-results .search-submit svg {
  width: 1.5rem;
  height: 1.5rem;
}

li.show-cookie-settings {
  cursor: pointer;
}

.bottom-bar-cookies {
  text-align: right;
}
.bottom-bar-cookies a {
  text-transform: uppercase;
}

.cookie-settings-holder {
  color: var(--theme);
  cursor: pointer;
}

.cookie-consent {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: calc(100% - 4em);
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.cookie-consent h2 {
  color: var(--theme);
  font-size: 1.5em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.cookie-consent p {
  font-size: 1.1em;
}
.cookie-consent .section.hidden {
  display: none !important;
}
.cookie-consent .inner {
  padding: 2em;
}
.cookie-consent .inner .inner-cookies {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cookie-consent .inner .inner-cookies .texts {
  flex-grow: 1;
}
@media (min-width: 800px) {
  .cookie-consent .inner .inner-cookies {
    flex-direction: row;
  }
  .cookie-consent .inner .inner-cookies .buttons {
    margin-left: 2em;
  }
}
.cookie-consent .inner .buttons {
  margin-left: 0em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cookie-consent .inner .buttons p {
  margin-top: 0.5em;
}
.cookie-consent .inner .buttons button, .cookie-consent .inner .buttons a.button {
  white-space: nowrap;
  width: 100%;
  background-color: #78A1F4;
  border-radius: 64px;
  font-weight: 600;
  text-align: center;
  margin: 0.5em;
  outline: none;
  text-decoration: none;
  border: 5px solid #78A1F4;
  font-family: var(--font-topic);
  color: white;
  text-transform: uppercase;
  padding: 0.55em 1.55em;
  transition: all 500ms ease-out;
  font-size: 1em;
}
@media (min-width: 500px) {
  .cookie-consent .inner .buttons button, .cookie-consent .inner .buttons a.button {
    font-size: 1em;
  }
}
.cookie-consent .inner .buttons button:hover, .cookie-consent .inner .buttons a.button:hover {
  background-color: white;
  border: 5px solid #78A1F4;
  color: #78A1F4;
}
.cookie-consent .cookie-slides p {
  margin-top: 0;
}
.cookie-consent .cookie-slides .row {
  display: flex;
}
.cookie-consent .cookie-slides .row .left {
  margin-right: 1em;
}
.cookie-consent .cookie-slides .row .right h3 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.cookie-consent .cookie-slides .cookie-slide-holder {
  display: inline-block;
  background-color: lightgray;
  width: 40px;
  height: 22px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.cookie-consent .cookie-slides .cookie-slide-holder.active {
  background-color: #78A1F4 !important;
}
.cookie-consent .cookie-slides .cookie-slide-holder.active div {
  background-color: white;
  left: auto;
  right: 2px;
}
.cookie-consent .cookie-slides .cookie-slide-holder.disabled {
  cursor: default;
}
.cookie-consent .cookie-slides .cookie-slide-holder.disabled div {
  background-color: white;
  left: auto;
  right: 2px;
}
.cookie-consent .cookie-slides .cookie-slide-holder div {
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}