@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

html {
  font-size: 16px;
  font-family: 'worksans-medium', sans-serif;
  color: #2B2B32;
}

@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1160px) {
  html {
    font-size: 12px;
  }
}

.cookies-warning {
  position: fixed;
  z-index: 10;
  bottom: 1em;
  left: 1em;
  font-family: 'jaapokki-regular', sans-serif;
}

@media (max-width: 810px) {
  .cookies-warning {
    width: 90vw;
  }
}

.cookies-warning .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies-warning .background {
  width: 42em;
}

@media (max-width: 810px) {
  .cookies-warning .background {
    width: 100%;
  }
}

.cookies-warning .close {
  position: absolute;
  right: 2em;
  top: 50%;
  height: 5em;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
  cursor: pointer;
}

@media (max-width: 810px) {
  .cookies-warning .close {
    height: 4em;
  }
}

.cookies-warning .text {
  position: absolute;
  top: 50%;
  font-size: 1.3rem;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
}

@media (max-width: 810px) {
  .cookies-warning .text {
    width: calc(100% - 5em);
    font-size: 1.2rem;
  }
}

.lock-scroll {
  overflow: hidden;
}

.nav {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
  font-size: 1.05rem;
  text-align: center;
  z-index: 5;
  font-family: 'jaapokki-regular', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 10vh;
}

@media (min-width: 1160px) {
  .nav {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 1366px) {
  .nav {
    font-size: 1rem;
  }
}

@media (max-width: 1160px) {
  .nav {
    font-size: 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: fixed;
    top: 0;
    left: -75%;
    height: 100%;
    z-index: 6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 75%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6em 0;
    overflow-y: auto;
    /* enable scroll for menu items */
  }
  .show .nav {
    left: 0;
  }
}

.nav > a {
  padding: 1em 1em;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1160px) {
  .nav > a:hover {
    color: #F15136;
  }
  .nav > a:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -0.3em;
    top: 39%;
    color: #2B2B32;
  }
}

@media (max-width: 1160px) {
  .nav > a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .nav > a:first-of-type {
    margin-top: 1.5em;
  }
}

.nav > a img {
  margin-left: 0.5em;
  height: 2.5em;
  border-radius: 50%;
}

.nav .login {
  background-color: #EAEAEA;
  padding: 0.8em;
  margin-bottom: 0.2em;
  padding-top: 1em;
  border-radius: 1.6em;
}

@media (max-width: 1160px) {
  .nav .nav-logo {
    display: none;
  }
}

.hamburger {
  display: none;
}

.nav-logo {
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s transform ease-in-out;
  transition: 0.6s transform ease-in-out, 0.6s -webkit-transform ease-in-out;
}

.nav-logo img {
  height: 4em;
  display: block;
}

.nav-logo.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-logo.mobile {
  -webkit-transform: translateY(6.8em);
          transform: translateY(6.8em);
  margin-right: 1em;
}

.nav-logo.mobile img {
  height: 6em;
}

.nav-logo.mobile.show {
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}

@media (max-width: 1160px) {
  .menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
  }
  .show .menu-overlay {
    opacity: 1;
    z-index: 1;
  }
  .hamburger {
    padding: 0.7em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: white;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    text-align: center;
  }
  .container > .hamburger {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
  .hamburger .bars {
    padding: 1.6em 1em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #EAEAEA;
  }
  .hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #2B2B32;
    margin: 4px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
  }
  .show .hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static;
    background: none;
    padding: 0;
    margin: 0 auto;
  }
  .show .hamburger .bars {
    padding: 1em 0;
    width: 3.2em;
    height: 3.2em;
    background-color: transparent;
  }
  .show .hamburger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4.5px, 6px);
            transform: rotate(-45deg) translate(-4.5px, 6px);
  }
  .show .hamburger .bar2 {
    opacity: 0;
  }
  .show .hamburger .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -9px);
            transform: rotate(45deg) translate(-6px, -9px);
  }
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo .logo-mobile {
  display: none;
}

@media (max-width: 810px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9em;
  }
  .logo .logo-mobile {
    display: block;
  }
  .logo .logo-normal {
    display: none;
  }
}

.logo img {
  display: block;
  width: 1160px;
  margin: 2em auto 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1366px) {
  .logo img {
    width: 900px;
  }
}

@media (max-width: 1160px) {
  .logo img {
    width: 700px;
  }
}

@media (max-width: 810px) {
  .logo img {
    margin: 0 auto;
    width: 60%;
  }
}

@media (max-width: 500px) {
  .logo img {
    margin: 0 auto;
    width: 90%;
  }
}

.logo .text {
  font-size: 3.5rem;
  position: absolute;
  top: 3.75em;
  left: calc(50vw + 370px);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1366px) {
  .logo .text {
    top: 4.5em;
    left: calc(50vw + 275px);
  }
}

@media (max-width: 1160px) {
  .logo .text {
    top: 5em;
    left: calc(50vw + 180px);
  }
}

@media (max-width: 810px) {
  .logo .text {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.5rem;
    margin: .3em auto;
  }
}

main {
  width: 85%;
  max-width: 1470px;
  margin: 0 auto;
}

.article {
  margin-top: 1em;
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-header-title {
  font-family: 'jaapokki-regular', sans-serif;
  font-size: 2.8rem;
}

@media (max-width: 810px) {
  .article-header-title {
    margin: 1em auto;
  }
}

.article-header-logo {
  width: 14em;
  margin-right: 4em;
  margin-bottom: -3px;
}

@media (max-width: 810px) {
  .article-header-logo {
    display: none;
  }
}

.article-header-logo img {
  width: 100%;
  height: auto;
}

.article-gallery {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-gallery-slide {
  display: none;
}

.article-gallery-slide img {
  max-width: 100%;
}

.article-gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 2em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article-gallery-dots .dot {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url("../img/icons/dot-inactive.png");
  background-repeat: no-repeat;
}

.article-gallery-dots .dot-active {
  background-image: url("../img/icons/dot-active.png");
}

.article-gallery .slide-visible {
  display: block;
}

.article-highlight {
  width: 50%;
  margin: 1.5em auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 810px) {
  .article-highlight {
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article-highlight-quotation-mark {
  width: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article-highlight-quotation-mark img {
  height: 5em;
}

@media (max-width: 810px) {
  .article-highlight-quotation-mark img {
    height: 6em;
  }
}

.article-highlight-quote {
  margin-left: 1em;
  font-size: 2rem;
  font-family: 'jaapokki-regular', sans-serif;
  line-height: 1.2;
}

@media (max-width: 810px) {
  .article-highlight-quote {
    margin-left: 0;
  }
}

.article-content p {
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: justify;
}

.article-content br {
  display: none;
}

.article-content strong {
  font-weight: 700;
}

.article-content img {
  display: block;
  margin: 2.5em auto 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3em;
  font-size: 1.8rem;
}

@media (max-width: 810px) {
  .article-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article-about-author {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 810px) {
  .article-about-author {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article-about-author-image {
  margin-right: 1em;
}

.article-about-author-image img {
  border-radius: 50%;
  width: 8em;
}

@media (max-width: 810px) {
  .article-about-author-image {
    margin: 0 auto;
    display: block;
  }
}

.article-about-author-name {
  font-family: 'jaapokki-regular', sans-serif;
}

@media (max-width: 810px) {
  .article-about-author-name {
    text-align: center;
    margin-top: 1em;
  }
}

.article-about-author-desc {
  margin-top: 1em;
  color: #9B9B9B;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media (max-width: 810px) {
  .article-about-author-desc {
    text-align: center;
  }
}

.article-about-publicdate {
  font-family: 'jaapokki-regular', sans-serif;
}

@media (max-width: 810px) {
  .article-about-publicdate {
    margin: 3em auto 0;
  }
}

.article-metadata {
  font-family: 'jaapokki-regular', sans-serif;
  margin-top: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 810px) {
  .article-metadata {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .article-metadata > * {
    margin: 0 auto 3em;
  }
}

.article-metadata h2 {
  text-transform: lowercase;
  font-size: 2.2rem;
  margin-bottom: 0.6em;
}

@media (max-width: 810px) {
  .article-metadata h2 {
    font-size: 2.8rem;
  }
}

.article-metadata-share a:not(:first-child) {
  margin-left: 0.6em;
}

.article-metadata-cathegory .cathegory {
  color: #F15136;
}

.article-metadata-tags .tag {
  display: inline-block;
  background-color: #E3E3E3;
  font-size: 1.2rem;
  line-height: 100%;
  border-radius: 1em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em;
}

@media (max-width: 810px) {
  .article-metadata-tags .tag {
    font-size: 1.6rem;
  }
}

.article-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5em;
  font-family: 'jaapokki-regular', sans-serif;
  font-size: 2rem;
}

@media (max-width: 810px) {
  .article-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.article-navigation-prev, .article-navigation-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em;
  border-radius: 4em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.6;
}

.article-navigation-prev div > *, .article-navigation-next div > * {
  display: inline-block;
}

.article-navigation-prev:hover, .article-navigation-next:hover {
  background-color: #E3E3E3;
}

.article-navigation-prev:hover [class*="title"], .article-navigation-next:hover [class*="title"] {
  opacity: 1;
  max-width: initial;
  max-height: initial;
}

@media (max-width: 810px) {
  .article-navigation-prev, .article-navigation-next {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 1.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .article-navigation-prev [class*="title"], .article-navigation-next [class*="title"] {
    opacity: 1;
    max-width: initial;
    max-height: initial;
  }
}

.article-navigation-prev img, .article-navigation-next img {
  width: 2.5em;
}

.article-navigation-prev-label, .article-navigation-next-label {
  text-transform: lowercase;
}

.article-navigation-prev-title, .article-navigation-next-title {
  color: #018EB6;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}

.article-navigation-prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.article-navigation-prev-label {
  text-align: left;
  margin-left: 0.7em;
}

.article-navigation-prev-title {
  margin-left: 1.4em;
}

.article-navigation-next-label {
  text-align: right;
  margin-right: 0.7em;
}

.article-navigation-next-title {
  margin-right: 1.4em;
}

footer {
  height: 15vh;
  -webkit-box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px 10px rgba(0, 0, 0, 0.75);
}
/*# sourceMappingURL=article.css.map */