a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

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

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

img {
  width: 100%;
  max-width: 100%; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.alignLeft {
  text-align: left; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing1 {
  letter-spacing: 0.1em; }

.font-size-l {
  font-size: 1.5em; }
  @media screen and (max-width: 48rem) {
    .font-size-l {
      font-size: 1.25em; } }
  @media screen and (max-width: 29rem) {
    .font-size-l {
      font-size: 1.2em; } }

* {
  box-sizing: border-box; }

body {
  font-family: source-sans-pro, sans-serif;
  line-height: 1.35;
  letter-spacing: 0.025em;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.start {
    background-color: midnightblue;
    color: white; }

em {
  font-family: big-caslon-fb, serif; }

strong {
  font-weight: bold; }

a {
  transition: color 0.2s ease-in-out; }
  a:link, a:visited {
    color: midnightblue;
    text-decoration: none; }
  a:hover, a:active {
    color: inherit;
    text-decoration: none; }

.blockImg {
  display: block; }

.caption {
  margin-top: 5px;
  font-size: 0.75em; }

h1, h2, h3, h4 {
  font-family: big-caslon-fb, serif;
  font-weight: bold;
  color: midnightblue;
  line-height: 1.2; }

p {
  max-width: 80ch;
  hyphens: auto; }

p:not(:last-child), blockquote:not(:last-child), .infos main ul:not(:last-child) {
  margin-bottom: 1em; }

blockquote {
  font-style: italic;
  padding-left: 1em;
  color: #555; }

em {
  font-style: italic;
  font-family: source-sans-pro, sans-serif; }

.serif {
  font-family: big-caslon-fb, serif; }

h1 {
  font-size: 3em;
  margin-bottom: 0.3em; }
  @media screen and (max-width: 48rem) {
    h1 {
      font-size: 2.5em; } }
  @media screen and (max-width: 29rem) {
    h1 {
      font-size: 2.0em; } }

h2 {
  font-size: 2.5em;
  margin-bottom: 0.3em; }
  @media screen and (max-width: 48rem) {
    h2 {
      font-size: 2em; } }
  @media screen and (max-width: 29rem) {
    h2 {
      font-size: 1.8em; } }

header {
  padding: 1rem 2rem;
  background: midnightblue;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  @media screen and (max-width: 48rem) {
    header {
      padding: 1rem 5%; } }
  header a {
    border-bottom: 1px solid transparent;
    transition: border 0.2s ease-in-out; }
    header a:link, header a:visited {
      color: white; }
    header a:hover, header a:active, header a.active {
      color: white;
      border-bottom-color: white; }

nav li {
  display: inline-block; }
  nav li:not(:last-child) {
    margin-right: 1.5em; }
nav .infoText {
  display: none; }
@media screen and (max-width: 48rem) {
  nav ul {
    height: 90vh;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; }
    nav ul li {
      display: block;
      text-align: center;
      margin-bottom: 0.5em; }
      nav ul li:not(:last-child) {
        margin-right: 0; } }

.infos main ul {
  list-style: initial;
  padding-left: 1.1em; }

#menuButton {
  display: none;
  padding: 0;
  border: 2px solid white;
  margin: 0;
  background: transparent;
  width: 1rem;
  height: 1rem;
  transition: background 0.4s ease-in-out; }
  @media screen and (max-width: 48rem) {
    #menuButton {
      display: block; } }

main {
  display: block;
  max-width: 90%;
  width: 80rem;
  margin: 5em auto 15rem; }
  @media screen and (max-width: 48rem) {
    main {
      margin-bottom: 10rem; } }

@media screen and (max-width: 48rem) {
  .openNav #menuButton {
    background-color: white; }
  .openNav nav ul {
    margin-top: 2rem;
    max-height: 100%; }
  .openNav .infoText {
    display: block;
    bottom: 3rem;
    top: auto;
    text-transform: none;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    position: fixed;
    transform: translate(-50%, 0);
    pointer-events: none; }
  .openNav .startQuadrat {
    display: block;
    border-color: white;
    border-width: 3px;
    width: 8.4rem;
    height: 8.4rem; } }
@media screen and (max-width: 21rem) {
  .openNav nav ul {
    margin-top: 0.5rem; }
  .openNav .infoText {
    bottom: 1rem; } }

.quadrat, .startQuadrat {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  border: 5px solid midnightblue;
  width: 10rem;
  height: 10rem;
  z-index: 4; }
  .start .quadrat, .start .startQuadrat {
    border-color: white; }
  @media screen and (max-width: 48rem) {
    .quadrat, .startQuadrat {
      right: 0.75rem;
      bottom: 0.75rem;
      width: 5rem;
      height: 5rem;
      border-width: 3px; } }

.startQuadrat {
  display: none;
  position: static;
  margin-bottom: 10px;
  width: 20rem;
  height: 20rem;
  transition: border 0.3s ease-in-out; }
  .startQuadrat:hover {
    border-width: 10px; }
  .startQuadrat.withPlakat {
    height: 24rem;
    border: none; }
  @media screen and (max-width: 48rem) {
    .startQuadrat {
      width: 15rem;
      height: 15rem; }
      .startQuadrat.withPlakat {
        height: 18rem; } }
  .startQuadrat img {
    display: block;
    margin: 0 auto; }

.line-up li {
  margin-bottom: 2px; }
  .line-up li.idee {
    color: grey; }
  @media screen and (max-width: 48rem) {
    .line-up li {
      margin-bottom: 10px; } }
  .line-up li.datumUberschrift {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 48rem) {
      .line-up li.datumUberschrift {
        margin-top: 2rem; } }

.infos .plakateGalerie ul {
  list-style: none;
  padding-left: 0; }

.infos {
  margin-bottom: 2em; }

.beschreibung {
  margin-bottom: 2em; }
  .beschreibung h2, .beschreibung h3 {
    font-size: 1.2em;
    margin-bottom: 1em; }

.flex {
  display: -webkit-flex;
  display: flex; }
  .flex.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex.column {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .flex.alignStretch {
    -webkit-align-items: stretch;
    align-items: stretch; }
  .flex.justifyCenter {
    -webkit-justify-content: center;
    justify-content: center; }
  .flex.justifyBetween {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .flex.alignCenter {
    -webkit-align-items: center;
    align-items: center; }
  .flex.alignEnd {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  @media screen and (max-width: 48rem) {
    .flex.smartphoneBlock {
      display: block; } }

.programmInfoFlex {
  margin-bottom: 2rem; }
  .programmInfoFlex .left {
    flex: 0 1 40%;
    max-width: 40%;
    padding-right: 2rem; }
    .programmInfoFlex .left.narrowImg {
      flex: 0 1 60%;
      max-width: 60%; }
  .programmInfoFlex .right {
    flex: 0 1 60%;
    max-width: 60%; }
    .programmInfoFlex .right.narrowImg {
      flex: 0 1 40%;
      max-width: 40%; }
  @media screen and (max-width: 48rem) {
    .programmInfoFlex .left, .programmInfoFlex .right, .programmInfoFlex .left.narrowImg, .programmInfoFlex .right.narrowImg {
      max-width: 100%; } }

.infoText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem; }
  @media screen and (max-width: 48rem) {
    .infoText {
      font-size: 1.45rem; } }
  .infoText .datum {
    padding-right: 1em; }

.start .startQuadrat {
  display: block; }
.start .quadrat {
  display: none; }

.plakateGalerie li {
  width: 10rem;
  cursor: pointer; }
  @media screen and (max-width: 48rem) {
    .plakateGalerie li {
      width: 50%; } }

.kategorien {
  margin-bottom: 2rem; }
  .kategorien button {
    background-color: white;
    border: 1px solid midnightblue;
    padding: 5px 10px;
    line-height: 1;
    color: midnightblue;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    margin-top: 0.5em;
    margin-right: 0.25em; }
    .kategorien button:hover, .kategorien button.active {
      background-color: midnightblue;
      color: white; }

.hide {
  display: none; }

.barba-leave-active,
.barba-enter-active {
  transition: opacity 450ms ease; }

.barba-leave, .barba-enter-to {
  opacity: 1; }

.barba-enter, .barba-leave-to {
  opacity: 0; }

#bg, #overlay {
  line-height: 1;
  background-image: url("bg.jpg");
  background-position: center center;
  background-size: cover;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh; }

#overlay {
  z-index: 3;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none; }

#overlay.show {
  opacity: 1;
  pointer-events: all; }

#lightbox {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%; }

::selection {
  background: midnightblue;
  color: white; }

.programmpunkte li {
  margin-bottom: 10px; }

.svgIcon {
  display: inline-block;
  margin-left: 0.5em; }
  .svgIcon.mitmachen svg {
    height: .8em;
    width: 1em; }
    .svgIcon.mitmachen svg path {
      fill: grey; }
  .svgIcon.hilfe svg {
    height: .9em;
    width: .68em; }
    .svgIcon.hilfe svg path {
      fill: grey; }

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