@charset "UTF-8";
@font-face {
  font-family: "tt";
  src: url("../fonts/tt-webfont.woff2") format("woff2"), url("../fonts/tt-webfont.woff") format("woff"), url("../fonts/tt-webfont.ttf") format("truetype"), url("../fonts/tt-webfont.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tt";
  src: url("../fonts/tt-italic-webfont.woff2") format("woff2"), url("../fonts/tt-italic-webfont.woff") format("woff"), url("../fonts/tt-italic-webfont.ttf") format("truetype"), url("../fonts/tt-italic-webfont.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "castoro";
  src: url("../fonts/Castoro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "castoro";
  src: url("../fonts/Castoro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "castoro";
  src: url("../fonts/Castoro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "castoro";
  src: url("../fonts/Castoro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "symbols";
  src: url("../fonts/mm-symbols-290421.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-size: 0.7142857143rem;
  --color: rgb(0,0,0);
  --bg-color: rgb(240,240,240);
  --active-color: rgb(255,0,0);
  --grey: #606060;
  --mx: 1rem;
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: var(--color);
}

a:visited {
  color: var(--color);
}

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

::-moz-selection {
  background: var(--color);
  color: var(--bg-color);
}

::selection {
  background: var(--color);
  color: var(--bg-color);
}

html {
  font-family: 'Libre Caslon Text',"Times New Roman", Times, serif;
  font-size: 24px;
  font-feature-settings: "kern" on, "liga" on, "calt" on;
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -o-font-feature-settings: "kern" on, "liga" on, "calt" on;
  letter-spacing: 0.1px;
  word-spacing: -0.010em;
}

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility  !important;
  font-size: var(--font-size);
  line-height: 1rem;
  font-weight: normal;
  color: var(--color);
  background-color: var(--bg-color);
  margin: 0.5rem var(--mx);
  position: relative;
  padding-top: 1rem;
}

h1, h2, h3, h4, p {
  font-size: var(--font-size);
  font-weight: normal;
  line-height: 1rem;
}

p {
  max-width: 32rem;
}

header h1 {
  font-weight: normal;
}

.blocks-expo-home h1,
.big-title,
.blocks h1 {
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0em;
  font-family: 'Libre Caslon Text';
}

h2 {
  font-style: italic;
  padding-left: 1.4rem;
}

p + h2 {
  margin-top: 2rem;
}

i, em {
  font-weight: normal;
  font-style: italic;
}

b, strong {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

p + p {
  margin-top: 1rem;
}

.hour {
  padding: 0 0.1em;
}

.colon-opening {
  padding-left: 0.1em;
}

.date-opening {
  white-space: nowrap;
}

.grid + .grid {
  margin-top: 6rem;
}

.relative {
  position: relative !important;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.no-break {
  white-space: nowrap;
}

.break {
  overflow-wrap: anywhere;
}

.center {
  text-align: center;
}

figure {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

* + figure {
  margin-top: 1rem;
}

figure + figure {
  margin-top: 1.7rem;
}

img {
  width: 100%;
  height: 100%;
}

.img-crop {
  position: relative;
  display: block;
  --f: contain;
  --r: 1/1;
  padding-bottom: calc(100% / (var(--r)));
  background: rgba(0, 0, 0, 0);
}

.img-crop img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--f);
  border: 0;
}

figcaption {
  text-align: center;
}

.page-default figcaption {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.25em;
  letter-spacing: 0.01em;
}

.homepage.grid {
  padding-top: 0vh !important;
  padding-bottom: 19vh !important;
  grid-gap: 19vh 2rem;
}

.homepage figcaption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -0.25rem;
}

.video-container {
  --r: 16/9;
  width: 100%;
  height: 0;
  padding-bottom: calc( 100% / (var(--r)));
  position: relative;
  display: block;
  background: rgba(0, 0, 0, 0);
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-inner {
  position: relative;
  display: block;
  --f: cover;
  --r: 1/1;
  padding-bottom: calc(100% / (var(--r)));
  background: rgba(0, 0, 0, 0);
}

.carousel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: auto;
}

.flickity-viewport {
  height: 100% !important;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 117, 117, 0);
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: var(--f);
  object-position: top center;
}

.flickity-prev-next-button {
  height: calc(100% - 2.4rem);
  border-radius: 0;
  width: calc(50% - 1.2rem);
  transform: translateY(calc(-50% - 1.2rem));
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-button {
  background: none;
}

.flickity-button.previous:hover {
  cursor: url("left-arrow.svg") 0 7, w-resize;
}

.flickity-prev-next-button.previous {
  left: 0px;
}

.flickity-prev-next-button.next {
  right: 0px;
}

.flickity-button.next:hover {
  cursor: url("right-arrow.svg") 32 7, e-resize;
}

.flickity-button:hover {
  background: none;
  cursor: pointer;
}

.blocks-expo {
  --h: 600px;
  margin-left: calc((-1) * var(--mx));
  margin-right: calc((-1) * var(--mx));
}

.blocks-expo .gallery-inner {
  padding-bottom: 0;
  height: calc(100vh - 8rem);
}

.blocks-expo .carousel {
  max-height: var(--h);
}

.blocks-expo figure {
  max-width: 100%;
}

.blocks-expo img {
  max-width: 100%;
  max-height: var(--h);
  margin-left: auto;
  margin-right: auto;
}

.blocks-expo iframe {
  max-width: calc(var(--h) * 16 / 9);
  max-height: var(--h);
  margin-left: auto;
  margin-right: auto;
}

.blocks-expo-home {
  --h: 600px;
  --video-h: 10vw;
  cursor: pointer;
}

.blocks-expo-home .gallery-inner {
  padding-bottom: 0;
  height: auto;
}

.blocks-expo-home .carousel {
  position: relative;
  height: calc(100% - 6.5rem);
  float: none;
}

.blocks-expo-home .carousel-cell {
  width: auto;
}

.blocks-expo-home .video-container {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  text-align: center;
}

.blocks-expo-home figure {
  max-width: 100%;
}

.blocks-expo-home img {
  max-width: 100%;
  height: var(--video-h);
  margin-left: auto;
  margin-right: auto;
}

.blocks-expo-home iframe {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(var(--video-h) * 16 / 9);
  pointer-events: none;
  height: var(--video-h);
  min-height: 300px;
}

.blocks-expo-home figcaption {
  position: relative;
  margin-top: 0.25rem;
  width: 100%;
  top: auto;
}

.block-hover {
  color: var(--active-color);
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.main {
  clear: both;
  margin-top: 2rem;
  margin-bottom: 4rem;
  position: relative;
  width: 100%;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem var(--mx);
  z-index: 1;
}

.main-nav {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.main-nav li {
  float: left;
  text-transform: lowercase;
}

.main-nav a {
  padding: 0rem 0.5rem;
}

.main-nav .active a {
  text-decoration: underline;
}

.small-menu-open {
  font-family: "symbols";
}

.menu-content-open {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.3rem 0rem 0.6rem 0;
  margin: 0 0rem;
  background-color: #1c1c1c;
  color: white !important;
  overflow-y: auto;
  max-height: 100%;
  scrollbar-width: none;
  transition-property: opacity;
  transition-duration: .2s;
  opacity: 0;
}

.menu-content-open li {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}

.menu-content-open li.hide:nth-child(1) {
  clear: both;
}

.menu-content-open a {
  display: inline-block;
  width: 100%;
  padding: 0.20rem 0.4rem;
  color: white;
}

.menu-content-open .site-title {
  text-transform: none;
}

.menu-content-open .small-menu-close {
  text-align: right;
  font-family: "symbols";
  float: right;
}

.menu-content-appear {
  opacity: 1;
}

.external-link:hover::after {
  content: "↗";
  font-family: "symbols";
  position: absolute;
  margin-left: 0.05em;
}

.symbols {
  font-family: "symbols";
}

.expos-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.expos-item-iframe {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 9 / 16);
  position: relative;
}

.expos-item-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.expos-item-image img {
  max-height: 570px;
  position: absolute;
  object-fit: contain;
  object-position: top;
}

.invisible {
  visibility: hidden;
}

#expo12-target {
  position: relative;
}

.page-archives header {
  background-color: white;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}

table th, table td {
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
  vertical-align: top;
  padding-right: 1rem;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  min-width: 3.5rem;
}

table th {
  background: white;
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  border-bottom: 1px solid var(--grey);
  padding-top: 3rem;
}

table th:hover {
  color: var(--active-color);
  cursor: url("down-arrow.svg") 0 7, w-resize;
}

table th.sorttable_sorted:hover {
  color: var(--active-color);
  cursor: url("up-arrow.svg") 0 7, w-resize;
}

table td {
  border-top: 1px solid #3c3c3c;
}

table tbody tr:first-child td {
  border-top: none;
}

#sorttable_sortfwdind,
#sorttable_sortrevind {
  font-family: "symbols", sans-serif;
  font-weight: normal;
}

.marquee {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 2rem;
  overflow: hidden;
  background-color: #ff2828;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  color: white;
  width: var(--tw);
  text-shadow: var(--tw) 0 currentColor, calc(var(--tw) * 2) 0 currentColor, calc(var(--tw) * 3) 0 currentColor, calc(var(--tw) * 4) 0 currentColor;
  will-change: transform;
  animation: marquee var(--ad) linear infinite;
  animation-play-state: running;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee .link-news {
  position: absolute;
  right: 0;
  top: 0;
}

.marquee .link-news a {
  background-color: #ff4e4e;
  color: white;
  display: inline-block;
  transition: background-color 300ms;
}

.marquee .link-news a:hover {
  background-color: #7f0505;
}

/*
 * on MacOs: System Preferences >
 *           Accessibility >
 *           Display > Reduce motion
 */
.page-default .main a {
  text-decoration: underline;
}

.page-default input {
  border: none;
  border-bottom: 1px solid var(--grey);
  padding: 0.066rem 0;
}

.page-default input[type='submit'] {
  border: none;
  background: none;
  text-transform: lowercase;
  cursor: pointer;
}

.page-default input[type='submit']:hover {
  color: var(--active-color);
}

.page-expo .main a {
  text-decoration: underline;
}

.page-expo .grid {
  grid-gap: 1rem 2rem;
}

@media screen and (max-width: 1160px) {
  .grid + .grid {
    margin-top: 6rem;
  }
  .page-default .grid .c-2 {
    grid-column-end: span 3;
  }
  .page-default .grid .c-3 {
    grid-column-end: span 6;
  }
  .page-default .grid .c-4 {
    grid-column-end: span 6;
  }
  .page-default .grid .c-6 {
    grid-column-end: span 12;
  }
  .page-default .grid .c-8 {
    grid-column-end: span 6;
  }
  .homepage.grid {
    grid-gap: 19vh 1rem;
  }
  .blocks-expo-home {
    --video-h: 20vw;
  }
  .page-expo .grid {
    grid-gap: 1rem 1rem;
  }
}

@media screen and (max-width: 960px) {
  .blocks-expo-home iframe {
    min-height: 0px;
  }
  .page-expo .grid {
    grid-gap: 0rem 1rem;
  }
  .page-expo .carousel-cell {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-expo .blocks-expo {
    padding-bottom: 0.8rem;
  }
  .page-expo .blocks-expo .gallery-inner {
    height: 50vh;
  }
  .page-expo .blocks-expo iframe {
    width: calc(100vw - 2rem);
    height: calc((100vw - 2rem) * 9 / 16);
    margin: auto;
  }
}

@media screen and (max-width: 740px) {
  .grid + .grid {
    margin-top: 25vh;
  }
  .grid {
    grid-gap: 1rem 1rem;
  }
  p + h2 {
    margin-top: 1rem;
  }
  .page-default .grid .c-2 {
    grid-column-end: span 12;
  }
  .page-default .grid .c-3 {
    grid-column-end: span 12;
  }
  .page-default .grid .c-4 {
    grid-column-end: span 12;
  }
  .page-default .grid .c-6 {
    grid-column-end: span 12;
  }
  .page-default .grid .c-8 {
    grid-column-end: span 12;
  }
  .blocks-expo-home {
    --video-h: 40vw;
  }
  .page-expo .grid + .grid {
    margin-top: 3rem;
  }
  .flickity-button {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .page-expo .blocks-expo .gallery-inner {
    height: 40vh;
  }
}

@media screen and (max-width: 540px) {
  :root {
    --mx: 0.5rem;
  }
  .menu-content-open li {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .blocks-expo-home h1,
  .big-title,
  .blocks h1 {
    font-size: 0.9rem;
    line-height: 1.15rem;
  }
  .homepage.grid {
    padding-top: 0 !important;
  }
  .main {
    margin-top: 1rem;
  }
}
