/* 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; }

/* 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; }

@font-face {
  font-family: 'sporting_grotesque_gras';
  src: url("../fonts/sporting_grotesque_gras.otf") format("opentype"); }

@font-face {
  font-family: 'sporting_grotesque';
  src: url("../fonts/sporting_grotesque_normal.otf") format("opentype"); }

@font-face {
  font-family: 'fontello';
  src: url("./font/fontello.eot?43070489");
  src: url("./font/fontello.eot?43070489#iefix") format("embedded-opentype"), url("./font/fontello.woff?43070489") format("woff"), url("./font/fontello.ttf?43070489") format("truetype"), url("./font/fontello.svg?43070489#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

html {
  font-size: 1vw;
  width: 100vw;
  overflow-x: hidden; }
  @media (max-width: 800px) {
    html {
      font-size: 1.5vw; } }

body {
  font-size: 4rem;
  font: 2rem/1.2 "Archivo", sans-serif; }
  body.loading .spinner {
    display: block; }

.marquee {
  background: black;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
  padding: 1rem 0 0.6rem 0;
  width: 100vw; }
  @media (max-width: 800px) {
    .marquee {
      font: 3rem/1.2 "sporting_grotesque", sans-serif; } }

img.opencall {
  width: 25vw;
  position: fixed;
  right: 10rem;
  bottom: 10rem;
  z-index: 999;
  cursor: pointer; }
  @media (max-width: 800px) {
    img.opencall {
      display: none; } }

img.logo {
  position: absolute;
  top: 5rem;
  right: 2rem;
  width: 8.33vw;
  height: auto;
  z-index: 1001; }
  @media (max-width: 800px) {
    img.logo {
      top: 10rem; } }

@media (min-width: 801px) {
  main {
    margin-top: 100vh;
    z-index: 888;
    position: relative; } }

section .row:after {
  content: '';
  display: block;
  clear: both; }

section a.title {
  display: block;
  width: calc(100% - 8rem);
  padding: 4rem 0 3rem 4rem;
  color: black;
  text-decoration: none;
  font: 4rem/1.2 "sporting_grotesque", sans-serif;
  cursor: pointer;
  float: left; }

section.about {
  background: #ffffbb; }

section .btn-openclose {
  display: inline-block;
  transform-origin: center center;
  transition: transform .5s;
  transform: rotate(45deg);
  font: 4rem/1.2 "sporting_grotesque_gras", sans-serif;
  float: right;
  margin-top: -.5rem; }

section.active .btn-openclose {
  transform: rotate(90deg); }

section.program a.title, section.program .row-timetable, section.program .row-program {
  color: white;
  background: black; }

section.program .timetable-header .festival-header {
  padding: 2rem 4rem 1.4rem 4rem; }
  section.program .timetable-header .festival-header .festival-name {
    font-size: 3rem; }
  section.program .timetable-header .festival-header a {
    color: white; }
  section.program .timetable-header .festival-header p {
    padding: 2rem 0; }

section.program .timetable-header:nth-child(2) .festival-header {
  background: black;
  color: white; }

section.program ul.events {
  padding: 0 !important;
  display: none; }
  section.program ul.events.timetable li:nth-child(odd) {
    background: black;
    color: white; }
    section.program ul.events.timetable li:nth-child(odd) a {
      color: white; }
  section.program ul.events.festival li:nth-child(even) {
    background: black;
    color: white; }
    section.program ul.events.festival li:nth-child(even) a {
      color: white; }
  section.program ul.events li.event {
    padding: 2rem 4rem 1.4rem 4rem; }
    section.program ul.events li.event .event--header {
      display: flex; }
      section.program ul.events li.event .event--header .event--date {
        width: calc(100% / 12 * 2); }
      section.program ul.events li.event .event--header .event--title {
        width: calc(100% /12 * 10); }
    section.program ul.events li.event .event--body {
      display: none;
      margin-left: calc(100% / 12 * 2); }
      section.program ul.events li.event .event--body.day {
        margin-left: 0 !important; }
      section.program ul.events li.event .event--body p {
        padding: 0; }

section.open-call {
  background: #c0bcfa; }

section.team {
  background: none; }

section.contact {
  background: #f9dde9; }
  section.contact .logos {
    width: 100%;
    padding: 0 4.2rem; }
    section.contact .logos img {
      width: 12.6667rem;
      height: 12.6667rem;
      margin: 0 4rem 4rem 0;
      object-fit: contain; }

section.residency {
  background: #c0bcfa; }

section .content p {
  padding: 0 4.2rem;
  margin-bottom: 2rem; }
  section .content p strong {
    font-weight: bold; }
  section .content p em {
    font-style: italic; }
  section .content p:last-of-type {
    margin: 0;
    padding-bottom: 2rem; }
  section .content p a {
    color: black; }

section .content ul {
  padding: 0 4.2rem;
  margin-bottom: 2rem; }
  section .content ul:last-of-type {
    margin: 0;
    padding-bottom: 2rem; }
  section .content ul a {
    color: black; }
  section .content ul li.residency--resident .resident--text {
    width: 75%;
    float: left; }
    section .content ul li.residency--resident .resident--text p {
      padding: 0;
      color: white;
      display: none !important; }
  section .content ul li.residency--resident .resident--image {
    width: 16.66%;
    float: right;
    display: none; }
    section .content ul li.residency--resident .resident--image img {
      width: 100%;
      height: auto; }
  section .content ul li.residency--resident.active .resident--text p {
    display: inline !important; }
  section .content ul li.residency--resident.active .resident--image {
    display: block !important; }
  section .content ul li.residency--resident:after {
    content: '';
    display: block;
    clear: both; }

section .content.open {
  display: block; }

section#impressum {
  background: black;
  padding: 0 0 .5rem 4.2rem; }
  @media (max-width: 800px) {
    section#impressum {
      padding: 2.5rem 0 2rem 4.2rem; } }
  section#impressum a.ajax, section#impressum .btn-openclose {
    color: white;
    font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
    text-decoration: none; }
    @media (max-width: 800px) {
      section#impressum a.ajax, section#impressum .btn-openclose {
        font: 3rem/1.2 "sporting_grotesque", sans-serif; } }
  section#impressum .copyright {
    font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
    float: right;
    color: white;
    display: inline-block;
    margin-top: 1.2rem;
    margin-right: 4rem; }
    @media (max-width: 800px) {
      section#impressum .copyright {
        font: 3rem/1.2 "sporting_grotesque", sans-serif; } }
    section#impressum .copyright .socialmedia {
      display: inline-block;
      font-size: 1.4rem;
      margin-top: -0.3rem; }
      section#impressum .copyright .socialmedia a {
        text-decoration: none; }
      section#impressum .copyright .socialmedia i {
        color: white; }
  section#impressum .content p {
    color: white;
    font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
    width: calc(100% - 4.2rem);
    padding: 0;
    padding-top: 2rem; }
    @media (max-width: 800px) {
      section#impressum .content p {
        font: 3rem/1.2 "sporting_grotesque", sans-serif; } }
    section#impressum .content p strong {
      font-weight: bold; }
    section#impressum .content p em {
      font-style: italic; }
    section#impressum .content p a {
      color: white; }

header.start {
  position: relative;
  width: 100vw;
  left: 0; }
  @media (min-width: 801px) {
    header.start {
      position: absolute;
      height: 100vh;
      top: 4rem; } }
  @media (max-width: 800px) {
    header.start {
      margin: 10rem 0 6rem 0;
      min-height: 25.9vh; } }
  header.start .headline {
    width: 20rem;
    height: auto;
    padding: 2rem 0 0 4rem;
    margin-bottom: 2rem;
    z-index: 888;
    position: relative; }
  header.start h1 {
    font: 4rem/1.2 "sporting_grotesque_gras", sans-serif;
    padding: 0 0 0 4rem;
    font-variant-ligatures: none; }
    @media (min-width: 801px) {
      header.start h1 {
        padding: 2rem 0 0 4rem; } }
  header.start h2 {
    position: relative;
    z-index: 666;
    padding: 0 0 0 4rem;
    font: 4rem/1.2 "sporting_grotesque", sans-serif;
    white-space: pre-line; }
  header.start .potatoe {
    animation: potatoe-move infinite;
    animation-timing-function: linear;
    position: absolute;
    pointer-events: none;
    position: fixed !important; }
    @media (max-width: 800px) {
      header.start .potatoe {
        display: none; } }
  header.start .p01 {
    animation-duration: 80s;
    z-index: 0;
    left: 9vw;
    top: 15vh;
    width: 23vw; }
  header.start .p02 {
    animation: potatoe-left infinite;
    animation-duration: 120s;
    width: 49vw;
    z-index: 444;
    left: 32vw;
    top: 9.5vw; }
  header.start .p03 {
    animation-duration: 200s;
    z-index: 0;
    right: 5vw;
    top: -4vw;
    width: 22vw; }

@keyframes potatoe-move {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes potatoe-left {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg); } }
  header.start ul.languages {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    background: black; }
    @media (min-width: 801px) {
      header.start ul.languages {
        font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
        padding: 1rem 1.5rem 0.6rem 1.5rem; } }
    @media (max-width: 800px) {
      header.start ul.languages {
        background: black;
        font: 3rem/1.2 "sporting_grotesque", sans-serif;
        padding: 1rem 1.5rem 0.6rem 1.5rem; } }
    header.start ul.languages li.current a {
      text-decoration: underline; }
    header.start ul.languages li {
      display: inline-block; }
      header.start ul.languages li:first-child:after {
        content: '/';
        font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
        color: white; }
        @media (max-width: 800px) {
          header.start ul.languages li:first-child:after {
            font: 3rem/1.2 "sporting_grotesque", sans-serif; } }
      header.start ul.languages li a {
        font: 0.8rem/1.2 "sporting_grotesque", sans-serif;
        text-transform: uppercase;
        color: white;
        text-decoration: none; }
        @media (max-width: 800px) {
          header.start ul.languages li a {
            font: 3rem/1.2 "sporting_grotesque", sans-serif; } }
  header.start i {
    border: solid black;
    border-width: 0 .2rem .2rem 0;
    display: inline-block;
    padding: 3px;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translateX(-50%);
    position: absolute;
    bottom: 6rem;
    left: 50%;
    z-index: 1000;
    animation: arrow 2s infinite; }
    @media (max-width: 800px) {
      header.start i {
        display: none; } }

@keyframes arrow {
  0% {
    bottom: 6rem; }
  15% {
    bottom: 5rem; }
  30% {
    bottom: 6rem; }
  45% {
    bottom: 5rem; }
  70% {
    bottom: 6rem; }
  100% {
    bottom: 6rem; } }

.toggle-resident {
  cursor: pointer; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%); }

ul.downloads {
  margin: 0;
  padding-left: 0 !important; }
