@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;800&display=swap');

html{
  cursor: none;
}

body{
  overflow: hidden;
}

#circularcursor {
  background-color: #fff;
  border:0px solid black;    
  height: 82px;
  width: 82px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  z-index: 1;
  margin-top: -41px;
  margin-left: -41px;
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  margin: 0;
  height: 100%;
  background: #f7f7f7;
 /* overflow: hidden; */
}

#background{
  position: absolute;
  height: 100vh;
  width: 100vw;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
}

#canvas2 {
  position: absolute;
  top: 0;
  left: -10000px;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 0;
}


.collection {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.collection a {
  display: block;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
  font: 700 12px Consolas, system, monospace;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.collection a:hover {
  background: #fff;
  color: #000;
}
.collection .prev {
  text-align: left;
  float: left;
}
.collection .next {
  text-align: right;
  float: right;
}

#selekta {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 999;
}

#warning {
  font: 700 12px Consolas, system, monospace;
  color: #fff;
  background: #c82222;
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  z-index: 10001;
  text-align: center;
  padding: 20px;
  display: none;
}

#gui {
  position: absolute;
  z-index: 999;
}



.date{
  background-color: rgba(255, 255, 0, 0.75);
  color: rgba(255, 0, 255, 1);
  font-size: 72px;
  z-index: 10;
  text-align: center;
  transform: rotate(-30deg);
  width: 460px;
  position: absolute;
  font-family: 'Amatic SC', cursive;
  top: 1vh;
  left: -100px;
  border: 1px solid #fff;
  padding: 10px;
}
.date small{
  font-size: 30px;
}

.title{
  background-color: rgba(255, 0, 255, 0.75);
  color: #fff;
  font-size: 84px;
  z-index: 10;
  text-align: center;
  transform: rotate(-30deg);
  width: 860px;
  position: absolute;
  font-family: 'Amatic SC', cursive;
  top: 6vh;
  left: -140px;
  border: 1px solid #fff;
  padding: 10px 0;
}
.title small{
  font-size: 30px;
}

.location{
  background-color: rgba(67,189, 236, 0.75);
  color: #fff;
  font-size: 48px;
  z-index: 10;
  text-align: center;
  transform: rotate(-30deg);
  width: 1040px;
  position: absolute;
  font-family: 'Amatic SC', cursive;
  top: 18vh;
  left: -140px;
  border: 1px solid #fff;
  padding: 10px;
}

.content-left-wrapper {
    background-color: rgba(255, 0, 255, 0.75);
    color: #fff;
    font-size: 16px;
    z-index: 10;
    width: 897px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    transform: rotate(-30deg);
    top: 36vh;
    left: -5vw;
    border: 1px solid #fff;
    padding: 0 20px 40px 120px;
}
.content-left-wrapper:hover {
  /*zoom: 1.25;
  transform: rotate(0deg);
  top: 7vh;
  left: 5vw;
  height: 80vh;*/
  z-index: 999;
}


.content-left{ 
  margin-left: 160px;
  margin-top: 30px;
}
.content-right-wrapper{
  background-color: rgba(255, 0, 255, 0.75);
  color: #fff;
  font-size: 16px;
  z-index: 10;
  width: 540px;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  top: -5vh;
  right: 4vw;
  border: 1px solid #fff;
  
  text-align: left;
  transform: rotate(-30deg);
}

.content-right{ 
  padding: 40px 0px 40px 40px;
  width: 460px;
}

.beschreibung{ 
  font-size: 14px;
  margin-bottom: 20px;
   line-height: 16px;
}

.programm{
  margin: 0;
  padding: 0;
}
.programm li{
  list-style: none;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.programm p{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.content-category{
  display: block;

}
.content-title{
  display: block;
  font-size: 24px;
  margin: 4px 0 ;
  font-weight: bold;
}
.content-info{
  display: block;

}


@media only screen and (max-width: 767px) {

  html, body {
    margin: 0;
    height: 100%;
    background: #f7f7f7;
    cursor: auto;
    
  }
  body{
    width: 100vw;
    overflow-y: scroll;
  }
  .content-left-wrapper, .content-right-wrapper{
    transform: rotate(0deg);
    position: relative;
  }
  .content-left-wrapper{
    margin-top: 100vh;
    left: 0;
    padding: 40px 20px 40px 40px;
    max-width: 92vw;
    top: 0;
    margin-bottom: 20px;
  }
  .content-left{
    margin-left: 0;
    max-width: 96%;
  }
  .content-right-wrapper{
    width: 100vw;
    /* max-width: 92vw; */
  }
  .content-right{
    width: 100%;
    max-width: 92vw;
  }
  .date, .title., .location{
    left: 0;
    height: auto;
    margin: 0;

  }

  .date{
    left: -20vw;
    top: 10vh;
    width: 100vw;
    transform: rotate(-30deg);
    padding: 10px 20vw;
  }
  .title{
        left: 0;
    top: 40vh;
    left: -20vw;
    transform: rotate(-30deg);
    width: 100vw;
    padding: 10px 20vw;
  }
  .location{
    left: -20vw;
    top:  70vh;
    width: 100vw;
    transform: rotate(-30deg);
    padding: 10px 20vw;
  }
}


/* rgba(255, 255, 0, 0.1) */

/* rgba(255, 0, 255, 0.1) */

/* rgba(0,255, 255, 0.1) */