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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: Verlag-Bold;
  src: url(/fonts/Verlag-Bold.otf?d5bff251b918b9babb21d7051d96fe68);
}
@font-face {
  font-family: Verlag-Book;
  src: url(/fonts/Verlag-Book.woff2?4f0effee669e4b209ed2ff06e6e5cbfb);
}
@font-face {
  font-family: Verlag-Black;
  src: url(/fonts/Verlag-Black.otf?10d72f33f5300ee9b416adba3fa03940);
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.animated {
  visibility: hidden;
}

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

body {
  padding: 6vw;
  font-family: Verlag-Bold, sans-serif;
  perspective: 5000px;
}
body.landscape {
  padding: 4vw;
}

main {
  width: 88vw;
  height: calc(100vh - 12vw);
  border-radius: 2vw;
}
.landscape main {
  width: 92vw;
  height: calc(100vh - 8vw);
}

section {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

body {
  background-image: url("/images/themes/joulu_2023/portrait_bg.png");
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

main {
  background-color: white;
  overflow: hidden;
}
main #palkki {
  width: 100%;
}
main #elisa_logo_1_container {
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.landscape main #elisa_logo_1_container {
  top: initial;
  left: initial;
  transform: initial;
  width: 15%;
  right: 5%;
  bottom: 9%;
}
main #elisa_logo_1_container svg {
  fill: #00239d;
}
main #elisa_logo_2_container {
  width: 30%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12.5%;
}
.portrait10 main #elisa_logo_2_container, .portrait6 main #elisa_logo_2_container {
  top: 10%;
}
.landscape main #elisa_logo_2_container {
  padding: 0;
  right: 17%;
  left: initial;
  transform: initial;
  width: 15%;
  top: 30%;
}
main #elisa_logo_2_container svg {
  fill: #00239d;
}
main #validity {
  font-family: Verlag-Bold;
  position: absolute;
  bottom: 5vh;
  left: 10vw;
  font-size: 1.5vh;
  color: #00239d;
}
.landscape main #validity {
  font-size: 3vh;
  bottom: 10vh;
  left: 7.5vw;
}
main #haukatut_hinnat {
  padding: 0 7.5%;
  width: 100%;
  margin-top: 30%;
}
.portrait6 main #haukatut_hinnat {
  margin-top: 22.5%;
}
.portrait10 main #haukatut_hinnat {
  margin-top: 30%;
}
.landscape main #haukatut_hinnat {
  padding: 0 0 0 10%;
  width: 55%;
  margin-top: 10%;
}
.landscape6 main #haukatut_hinnat {
  margin-top: 15%;
}
.landscape7 main #haukatut_hinnat {
  margin-top: 12.5%;
}
main #head_portrait {
  position: absolute;
  right: 0;
  top: 7.5%;
  width: 32.5%;
}
.landscape main #head_portrait {
  top: 60%;
  width: 25%;
  right: initial;
  left: 0;
}
main #tail_portrait {
  width: 50%;
  left: 0;
  position: absolute;
  bottom: 7.5%;
}
.landscape main #tail_portrait {
  display: none;
}
main #krokotiili {
  position: absolute;
  bottom: -5vh;
  right: -40vw;
  height: 45vh;
}
.portrait6 main #krokotiili, .portrait7 main #krokotiili {
  right: -35vw;
}
.landscape main #krokotiili {
  bottom: 2.5vh;
  left: -20vw;
  height: 90vh;
  transform: rotateY(180deg);
}
.landscape6 main #krokotiili, .landscape7 main #krokotiili {
  left: -22.5vw;
}
main #pala1 {
  width: 5vw;
  position: absolute;
  right: 22.5vw;
  top: 40vh;
}
.portrait7 main #pala1 {
  right: 20.5vw;
  top: 41vh;
}
.portrait10 main #pala1 {
  right: 20.5vw;
  top: 35vh;
}
.landscape main #pala1 {
  width: 3vw;
  right: 51.5vw;
  top: 62vh;
}
.landscape7 main #pala1 {
  right: 49.5vw;
}
main #pala2 {
  width: 7.5vw;
  position: absolute;
  right: 15vw;
  top: 42.5vh;
}
.portrait7 main #pala2 {
  right: 14vw;
  top: 43.5vh;
}
.portrait10 main #pala2 {
  right: 14vw;
  top: 37.5vh;
}
.landscape main #pala2 {
  width: 4.5vw;
  right: 47vw;
  top: 65.5vh;
}
.landscape7 main #pala2 {
  right: 46vw;
}
main #pala3 {
  position: absolute;
  right: 24vw;
  top: 42vh;
  width: 7.5vw;
}
.portrait7 main #pala3 {
  top: 43vh;
}
.portrait10 main #pala3 {
  top: 37vh;
}
.landscape main #pala3 {
  right: 53vw;
  top: 66vh;
  width: 3.5vw;
}
.landscape7 main #pala3 {
  right: 52vw;
  top: 65vh;
}

section#primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portrait section#primary {
  flex-direction: column;
  padding-top: 10%;
}
.portrait section#primary .product_picture_container {
  margin-bottom: 7.5%;
}
section#primary img {
  height: auto;
  width: 100%;
}
section#primary .product_picture_container {
  display: block;
  /*justify-content: center;*/
  width: 100%;
  /*height: 40%;*/
  padding: 0 25%;
}
.landscape section#primary .product_picture_container {
  /*flex-basis: 55%;*/
  /*height: 60%;*/
  padding: 0 0 0 27.5%;
  /*justify-content: flex-end;*/
  margin-left: -12.5%;
  width: 52.5%;
}
section#primary .product_picture_container img {
  /*width: initial;*/
}
section#primary .product_text_container {
  display: block;
  margin-left: -25%;
  width: 50%;
}
.landscape section#primary .product_text_container {
  width: 30%;
  margin-left: 5%;
}
section#primary .product_ball_container {
  position: absolute;
  top: 15vh;
  left: 65vw;
  width: 25%;
}
.landscape section#primary .product_ball_container {
  top: 67vh;
  width: 10%;
  left: 47vw;
}
section#secondary {
  z-index: 1000;
  text-align: center;
  display: block;
  color: #00239d;
}
.landscape section#secondary {
  left: 50%;
  top: 50%;
}
section#secondary h1 {
  font-size: 4.25vh;
  font-weight: 500;
  letter-spacing: 0.05vh;
  line-height: 5vh;
  margin: 82.5% 10% 0 10%;
}
.landscape section#secondary h1 {
  margin: 0;
  font-size: 7vh;
  line-height: 7.5vh;
}
.portrait6 section#secondary h1 {
  margin-top: 75%;
}
.portrait10 section#secondary h1 {
  margin-top: 90%;
}
section#secondary h2 {
  font-size: 2.75vh;
  letter-spacing: 0.1vh;
  font-weight: 500;
  margin: 2.5% 10% 0 10%;
}
.landscape section#secondary h2 {
  font-size: 4.5vh;
}

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