@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,600,400);
/**
 * Reset some basic elements
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: white;
  background-color: black;
  -webkit-text-size-adjust: 100%;
  /*font-weight: bold;*/
  letter-spacing: 1px;
}

/**
 * Typo
 */
.heading, .impressum a, header > nav .nav-group > a, .home section p.reload, .home section .legend, .button,
a.button, h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Links
 */
a {
  text-decoration: underline;
  color: white;
}
a:hover {
  color: black;
}

.button,
a.button {
  letter-spacing: 3px;
  word-break: break-all;
  text-decoration: none;
}
.button:hover,
a.button:hover {
  background: white;
  color: black;
}
.button.inverted,
a.button.inverted {
  background: white;
  color: white;
}
.button.inverted:hover,
a.button.inverted:hover {
  background: white;
  color: black;
}
.button.big,
a.button.big {
  padding: 10px 15px;
}
.button.big::before,
a.button.big::before {
  content: "⇀";
}

.icon {
  height: 1.2em;
  fill: white;
  vertical-align: baseline;
}

.home section {
  background: black;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: crosshair;
}
.home section article.instructions {
  width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  background-color: black;
  padding: 35px;
}
.home section p {
  font-size: 15px;
  text-align: justify;
}
.home section h2 {
  font-size: 23px;
  text-align: justify;
}
.home section .legend {
  position: absolute;
  bottom: 3em;
  left: 2em;
  padding: 0.5em 1em;
  z-index: 3;
  background: black;
  color: white;
}
.home section p.reload {
  position: absolute;
  bottom: 1em;
  left: 2em;
  padding: 0.5em 1em;
  cursor: crosshair;
  font-size: 11px;
  font-weight: 200;
  text-decoration: none;
  text-transform: none;
  background: black;
  color: white;
}

p.reload:hover, section:hover p.reload {
  background-color: white;
  color: red;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}
body section {
  flex: 1;
  background: black;
  position: relative;
  overflow: auto;
}
body .content {
  width: 100%;
}
body .content > *:first-child {
  padding-top: 30px;
}
body .content > *:last-child {
  padding-bottom: 6em;
}

a.site-title:hover p {
  color: black !important;
}

.site-title p {
  margin-bottom: 10px !important;
  color: white !important;
}

header > nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  height: 5em;
  background: white;
}
header > nav .nav-group {
  flex: 2;
  display: flex;
  align-items: stretch;
  height: 100%;
}
header > nav .nav-group > a {
  flex: 1;
  padding: 0 7px;
  letter-spacing: 3px;
  word-break: break-all;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
header > nav .nav-group > a:hover {
  background: black;
  color: white;
}
header > nav .nav-group .separator {
  width: 1px;
  background-color: black;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header > nav .site-title {
  flex: 2;
  position: relative;
  display: block;
  height: 100%;
}
header > nav .site-title .logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
header > nav .site-title .logo img {
  max-height: 100px;
}

.manifesto section {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manifesto article.instructions {
  width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  background-color: black;
  padding: 30px;
}
.manifesto p {
  font-size: 17px;
  text-align: justify;
}
.manifesto h2 {
  font-size: 23px;
  text-align: justify;
}

.impressum {
  position: absolute;
  top: 0;
  right: 10%;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.impressum a {
  color: white;
  padding: 0 1em;
  border-right: 1px solid white;
}
.impressum a:last-child {
  border-right: none;
}
.impressum .contact {
  cursor: pointer;
}
.impressum .contact .hidden {
  display: inline-block;
  width: 0;
  vertical-align: bottom;
  transition: all 1s;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}
.impressum .contact:hover .hidden, .impressum .contact:active .hidden, .impressum .contact:focus .hidden {
  width: 250px;
  padding-left: 1em;
}

.productions > .content {
  text-align: center;
  padding-top: 100px;
}
.productions > .content > article {
  width: 100%;
}
.productions .production-list {
  display: flex;
  padding: 0 10%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.productions .production {
  height: 20em;
  min-width: 20em;
  width: 30%;
  margin: 1em;
  background: white;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  transition: box-shadow 1s;
  cursor: pointer;
}
.productions .production .image-block {
  background-size: cover;
  flex: 1;
  display: flex;
  justify-content: stretch;
}
.productions .production .image-block .description {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}
.productions .production:hover .description {
  opacity: 1;
}
.productions .production .details {
  padding: 1em;
}
.productions .production .details h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.productions .production .details .date {
  font-size: smaller;
}
.productions .past .production {
  font-size: smaller;
  height: 15em;
  min-width: 15em;
  width: 20%;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/*# sourceMappingURL=main.css.map */