@font-face {
    font-family: "Burny";
    src: url('./fonts/Burny.eot');
    src: url('./fonts/Burny.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Burny.woff2') format('woff2'),
        url('./fonts/Burny.woff') format('woff'),
        url('./fonts/Burny.ttf') format('truetype'),
        url('https://independentspaceindex.at/2018/assets/fonts/subset-Burny.svg#Burny') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    font-family: "Times New Roman", serif;
    color: white;

}

body {
    background-color: rgb(230,0,0);
    overflow-x: hidden;
}
/* ###################################################### MARQUEE */

#festivalBanner, #festivalBannerFooter {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100vw;
    background: rgb(230,0,0);
    z-index: 99999999;
    border-bottom: 1px solid white;
}

#festivalBanner h2, #festivalBannerFooter h2 {
    color: white!important;
    padding: 12px;
    margin: 0;
    display: inline-block;
    font-size: 1.1em;
}

#festivalBanner h2:nth-of-type(even), #festivalBannerFooter h2:nth-of-type(even) {
    color: white!important;
    font-weight: 100;
    display: inline-block;
}

#festivalBanner p, #festivalBannerFooter p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* ################################################################### */

a {
    text-shadow: 0 0 10px rgba(255,255,255,0);
    text-decoration: none;
    transition: text-shadow 0.2s linear;
}

a:hover {
    text-shadow: 0 0 10px rgba(255,255,255,1);
}

body {
    line-height: 1.5em;
}

section {
  padding: 10px;
  font-size: 18px;
  height: auto;
}

section.index {
    margin-top: 25px;
}

.index {
    border-bottom: 1px solid white;
}

nav{
    font-size: 2em;
    position: absolute;
    padding: 10px;
    z-index: 10000000000;
}

.anchors2 {
    display: none;
}

.anc_up {
    position: fixed;
    right: 10px;
    bottom: 5px;
    font-size: 1.5em;
    z-index: 981962750238;
}

a.eleven {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

a.twelve {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

a.thirteen {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
    background: -webkit-radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.anchors a span {
    display: none;
}

nav#aboutnav {
    top: 1.65em;
    right: 0;
}

nav#langnav {
    position: fixed;
    float: right;
    right: 0;
    bottom: 0;
    font-size: 1.5em;
    text-shadow: 0px 0px 10px rgb(230,0,0);
}

nav ul {
    list-style-type: none;
}

nav .is-active {
    display: none;
}

h1 {
    font-size: 1em;
}

.clear { clear: both; }

.col {
  float: left;
  margin-left: 2%;
  position: relative;
}

.col.one_third {
    width: 31.99%;
}

.col.two_thirds {
  width: 65.7%;
}

.col:first-child {
    margin: 0;
}

.section:after {
    content: "";
    display: table;
    clear: both;
}

.group {
    padding-top: 1em;
    padding-bottom: .5em;
}

.img_container {
  width: 100%;
  height: auto;
  margin: 20px 0;
  outline: 1px solid white;
    padding: 0;
    line-height: 0;
}

.img_container img {
  max-width: 100%;
  height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.img_container.eventimg {
    margin: 50px 0 1em;
}

.loc-info {
  background: rgba(255,255,255,0);
  transition: background 150ms linear;
}

.group .loc-info:not(.eventpage) p:after {
  content: "⌃";
  transform: rotate(90deg);
  float:right;
  margin-top: 1px;
  opacity: 0;
  transition: opacity 150ms linear;
}

.group:hover .loc-info p:after {
  opacity: 1;
}

.notice {
    text-align: center;
    padding-bottom: 2em;
    background-image: radial-gradient(rgba(255,255,255,.5), rgba(230,0,0,1) 80%);
}

.notice span:not(:last-of-type):after {
  content:" // "
}

.round-border {
    border: 2px solid white;
    border-radius: 50%;
    background-color: transparent;
}

.date {
    font-size: 4em;
    font-family: serif;
    text-align: center;
    padding: 60px 0;
    margin: 20px 0 40px 0;
    text-shadow: 0px 0px 30px rgba(230,0,0,1);
    transform: scale(1);
}

.date h1 {
    /*font-family: "Burny";*/
    font-weight: 100;
}

.day {
    display: none;
    font-family: "Burny";
    font-size: 16px;
    letter-spacing: 3vw;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 20px;
    text-transform: uppercase;
}

.eleven .date {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.twelve .date {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.thirteen .date {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
    background: -webkit-radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.date.active {
  animation: grow 2s linear infinite;
}
  @keyframes grow {
  0%{transform: scale(1.1);}
  50%{transform: scale(.92);}
  100%{transform: scale(1.1);}
}

.eventdate {
    line-height: 1.3em;
    font-family: "Lucida Console", Monaco, monospace;
}

.time {
    font-family: "Lucida Console", Monaco, monospace;
    text-align: center;
    font-size: .8em;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-top: 10px;
}

.time:before, .time:after {
    text-align: center;
    content: "";
    border-top: 1px solid white;
    display: inline-block;
    width: calc(50% - 100px);
    transform: translateY(.6em);
    margin-top: 3px;
}

.time:before {
    float: left;
}

.time:after {
    float: right;
}

.loc-info {
    border: 1px solid white;
    padding: 10px;
}

.loc-info h1 {
    float: left;
    padding-right: 20px;
}

.loc-info h1:after {
    content: "•";
    padding-left: 20px;
}

.ev-info {
    margin: 10px;
}

.ev-info a {
    white-space: nowrap;
}

.ev-info h1 {
  margin: .5em 0;
    padding-top: 1em;
}

.eventDetails span {
  font-size: 1em;
  display: block;
  padding: .5em 0;
}

footer {
  width: 100%;
}

.event_container {
  height: calc(100vh - 89px);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.event_container .about_text_container {
  border: none;
}

.event_container .about {
        text-align: justify;
}

.prevnext {
    position: absolute;
    top: 63px;
}

.prevnext a {
    font-size: 2em;
    font-weight: 100;
}

.prevnext.prev {
    left: 20px;
    transform: rotate(-90deg);
}

.prevnext.next {
    left: 50px;
    transform: rotate(90deg);
}

.prevnext.start {
    right: 20px;
}

.about_container {
    height: calc(100vh - 89px);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.captioncontainer p {
    font-size: .8em; 
    margin-left: 10px;
}

@media screen and (min-height: 800px) {
    .about_container {
        align-items: center;
    }
}

.about {
    width: 550px;
}

.about table {
    width: 70%;
    margin: 30px auto;
    border-collapse: collapse;
    border-style: hidden;
}

.about td {
    border: 1px solid white;
    line-height: 3.5em;
}

.about td a {
    padding: 20px;
}

.about_container {
    text-align: center;
}

.about_heading_container {
  width: 500px;
  margin: 0 auto;
}

.about_text_container {
  border: 1px solid white;
  margin-top: -20px;
    margin-bottom: 30px;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.ev-info p {
    margin-bottom: 1em;
}

.about_heading_container h2, .about_heading_container h1 {
  font-size: 4em;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(230,0,0,1);
  font-weight: 100;
  padding: 60px 0;
  margin: 20px 0;
}

.about_heading_container h1.c1539216000 {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.about_heading_container h2, .about_heading_container h1.c1539302400 {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

.about_heading_container h1.c1539388800 {
    background: radial-gradient(closest-side, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1), white, rgba(230,0,0,1));
}

@media only screen and (max-width: 1024px) {
    .loc-info h1 {
        display: block;
        width: 100%;
    }
    
    .loc-info h1:after {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .col.one_third, .col.two_thirds {
        width: 100%;
        margin: 10px 0;
    }
    
    .group .loc-info:not(.eventpage) p:after {
        opacity: 1;
    }
    
    #aboutnav.qmark {
        display: none;
    }
    
    .anchors2 {
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .anchors2 a {
        width: 100%;
        margin: 0 1%;
        padding: 0;
    }
    
    .anchors2 div {
        width: 33,3vw;
        padding: 10px 0;
        height: 20px;
        text-align: center;
    }
    
    .anchors2 a div span {
        font-family: "Burny";
        font-size: 1.3em;
        text-shadow: 0 0 30px rgb(230,0,0);
    }
    
    .col:not(:first-of-type) {
        padding-top: 50px;
        border-top: 1px solid white;
        margin-top: -3px;
    }

    .about_text_container {
      font-size: 1.1em;
    }

    .about_container {
      height: auto;
      display: block;
    }

    .about, .about_heading_container {
      width: 100%;
    }
}
