/* 
	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;
  /*box-sizing: content-box;*/ }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  background-color: #fff;
  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; }

/** Reset BOOTSTRAP **/
body {
  background: #A31220;
  box-sizing: border-box; }
  body .bg {
    background: #fff; }

img {
  width: 100%; }

.relative {
  position: relative; }

a.logo {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 15px;
  padding-top: 12px;
  z-index: 99; }
  a.logo svg {
    width: 110px;
    height: 59.688px; }
  a.logo svg:hover g {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    fill: #575757; }

/*** NO JS ***/
.callout {
  padding: 20px;
  border-left: 5px solid #000;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px; }

.callout-danger {
  background-color: rgba(163, 18, 32, 0.08);
  border-color: #A31220; }

.callout-success {
  background-color: rgba(55, 120, 91, 0.08);
  border-color: #37785B; }

.no-js #blocks, .no-js .photoswipe, .no-js .fb_iframe, .no-js.tickets #map {
  display: none; }

.fourofour h2 {
  text-align: center; }

.mainnav {
  border-top: 5px solid #A31220;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  z-index: 98;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); }
  .mainnav ul {
    margin: auto;
    float: right; }
    .mainnav ul li {
      float: left;
      margin: 0; }
      .mainnav ul li a {
        display: block;
        padding: 35px 20px 15px 20px;
        margin: 0; }
      .mainnav ul li a:hover {
        background-color: rgba(209, 209, 209, 0.3);
        color: #37785B !important; }
      .mainnav ul li a:focus {
        text-decoration: none;
        outline: none;
        background-color: rgba(209, 209, 209, 0.3);
        color: #37785B !important; }
      .mainnav ul li a.active {
        color: #37785B !important;
        padding: 35px 20px 12px 20px;
        border-bottom: 3px solid #37785B; }

header.page_header {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 80px;
  left: 0;
  padding-bottom: 200px;
  /*damit lead bei bottom 0 etwas unter dem Bildrand ist, ueberschrieben von js damit dynamisch*/
  margin-bottom: 160px; }

.no-js header.page-header {
  padding-bottom: 200px; }

.lead {
  width: 500px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  right: calc((100% - 1100px)/2 + 15px);
  bottom: 0;
  padding: 40px;
  border-top: 5px solid #A31220;
  margin: 0;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); }

header.no_lead.page_header {
  margin-bottom: 80px; }

footer {
  width: 100%;
  padding: 30px 0 30px 0;
  margin-top: 70px;
  border-bottom: 5px solid #A31220;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); }
  footer ul li {
    margin-bottom: 0; }
    footer ul li a {
      margin-bottom: 0; }
    footer ul li a.button {
      margin-top: 12px; }
  footer .adress {
    margin-top: 3px; }
  footer .socialmedia {
    color: #505050 !important; }

main, .wrapper {
  width: 100%;
  max-width: 1100px;
  margin: auto; }

.alert.alert-success {
  border-radius: 0;
  background-color: rgba(55, 120, 91, 0.2);
  border: 1px solid rgba(55, 120, 91, 0.3); }
  .alert.alert-success h6 {
    color: #37785B !important; }

.alert.alert-danger {
  border-radius: 0;
  background-color: rgba(163, 18, 32, 0.2);
  border: 1px solid rgba(163, 18, 32, 0.3); }
  .alert.alert-danger h6 {
    color: #A31220 !important; }

#changer {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  opacity: 0; }

.home {
  /**** HOME - Spalten-Anordnung ****/ }
  .home .lead {
    /* Button fuer freie Plaetze */ }
    .home .lead .catcher {
      position: absolute;
      right: -100px;
      top: -100px;
      height: 200px;
      width: 200px;
      border-radius: 50%;
      background-image: url(../img/round-blob.svg); }
      .home .lead .catcher h5 {
        color: #fff !important;
        text-align: center;
        margin-top: 60px;
        line-height: 1.4;
        -webkit-transform: rotate(20deg);
        font-size: 19px; }
  .home h1 {
    margin-top: 0; }
  .home .wrapper .row {
    display: flex;
    flex-wrap: wrap; }
  .home .fb_iframe {
    z-index: 0; }
  .home .photoswipe .block_wrapper {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px; }
    .home .photoswipe .block_wrapper a.block {
      position: absolute;
      width: calc(((100% - 4*10px) / 3) - 1px);
      margin: 0 !important;
      line-height: 0; }
      .home .photoswipe .block_wrapper a.block img {
        width: 100%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out; }
    .home .photoswipe .block_wrapper a.block:hover {
      opacity: .8; }
    .home .photoswipe .block_wrapper a.block:focus {
      outline: 0;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .home .photoswipe .block_wrapper a.block p {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-top: 10px;
      padding-left: 10px;
      padding-bottom: 7px;
      width: 100%;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
    .home .photoswipe .block_wrapper a.block .fader:after {
      height: calc(100% - 1px); }
    .home .photoswipe .block_wrapper a.block .fader:hover:after, .home .photoswipe .block_wrapper a.block:hover .fader:after {
      opacity: 0.7; }

img {
  width: 100%; }

.buch .lead {
  left: calc((100% - 1100px)/2 + 15px); }
.buch .relative .block {
  word-wrap: break-word;
  position: absolute;
  left: 20%;
  box-sizing: border-box;
  width: 200px;
  width: calc((100% - 5*15px) / 4 - 1px);
  padding: 20px;
  border: 1px solid #D1D1D1; }
  .buch .relative .block h4 .info {
    color: #B2B2B2 !important; }

.buch.js .relative, .home.js .relative {
  opacity: 0; }

.archiv article {
  width: 81%;
  padding-top: 60px;
  padding-bottom: 80px;
  margin: 0; }
  .archiv article > .pull-right {
    max-width: 1100px; }
.archiv section article.intro {
  padding-left: 15px;
  padding-right: 15px; }
.archiv .subnav {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 97; }
  .archiv .subnav ul {
    padding: 25vh 10px 10px 30px;
    width: 220px;
    height: 100vh;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
    .archiv .subnav ul li {
      text-align: right;
      margin: 10px 0; }
      .archiv .subnav ul li a span {
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        margin-right: 5px;
        color: #575757; }
      .archiv .subnav ul li a i {
        font-size: 8px !important;
        vertical-align: middle;
        margin-left: 5px;
        color: #575757;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
    .archiv .subnav ul a:hover i {
      color: #000;
      font-size: 12px !important; }
    .archiv .subnav ul a:hover span {
      color: #000; }
    .archiv .subnav ul .invisible {
      margin-bottom: -35px; }
      .archiv .subnav ul .invisible a i {
        font-size: 12px !important; }
    .archiv .subnav ul li.active a {
      font-weight: 700; }
      .archiv .subnav ul li.active a i {
        color: #000;
        font-size: 12px !important; }
      .archiv .subnav ul li.active a span {
        color: #000;
        text-shadow: 0 0 20px #fff; }
.archiv section #summergschicht + article .facts {
  padding-top: 40px; }
.archiv section #verschuepftiching + article .facts {
  margin-top: -20px; }
.archiv section #manon + article .facts {
  margin-top: 60px; }
.archiv section #marius + article .facts {
  margin-top: -10px; }
.archiv section #fannyundcesar + article .facts {
  margin-top: 50px; }
.archiv section #vincent + article .facts {
  margin-top: 20px; }
.archiv section .facts .fact {
  padding: 7.5px; }
  .archiv section .facts .fact div {
    padding: 15px;
    border: 1px solid #D1D1D1;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }
  .archiv section .facts .fact p {
    text-align: center;
    margin: 0; }
  .archiv section .facts .fact .datum strong {
    display: block;
    font-size: 70px;
    margin-top: 25px;
    margin-bottom: 15px; }
  .archiv section .facts .fact .vorstellungen strong {
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
    margin-top: 20px; }
  .archiv section .facts .fact .zuschauer strong {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .archiv section .facts .fact .regie strong {
    display: block;
    font-size: 25px;
    margin-top: 5px; }
.archiv footer {
  margin-top: 0; }

.kontakt main {
  width: 100% !important;
  max-width: 1100px; }
.kontakt .lead {
  left: calc((100% - 1100px)/2 + 15px); }
.kontakt .left_adress {
  margin-top: 24px;
  padding-bottom: 1px;
  margin-left: 15px; }
.kontakt .left_adress.first {
  margin-top: 7px; }
.kontakt footer .adress {
  display: none; }

.tickets #map {
  width: 100%;
  height: 500px; }
.tickets iframe {
  margin-top: 10px;
  margin-bottom: 60px; }

.goennersponsoren .lead {
  width: 515px; }
  .goennersponsoren .lead h1 {
    font-size: 45px;
    margin-bottom: 0; }

/*** TICKETPARK ***/
body.embed {
  font-family: "ingra" !important; }

/** PHOTOSWIPE **/
figcaption.hidden {
  display: none; }

.pswp__button {
  float: left;
  opacity: 0.4; }

.pswp__button:hover {
  background-color: transparent; }

.pswp__button:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  width: 50%;
  height: 90%;
  height: calc(100vh - 44px);
  top: auto;
  bottom: 0; }

.pswp__button--arrow--left:focus, .pswp__button--arrow--right:focus {
  outline: none; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-color: rgba(255, 255, 255, 0);
  top: 40vh;
  top: calc((100vh - 44px)/2 - 30px);
  width: 50px;
  height: 50px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3));
  -moz-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3));
  -ms-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3));
  -o-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3));
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.3)); }

.pswp__button--arrow--left:before {
  background-position: -130px -34px; }

.pswp__button--arrow--right:before {
  background-position: -86px -34px; }

.pswp__button--arrow--left:hover:before, .pswp__button--arrow--right:hover:before {
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
  -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
  -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8)); }

.pswp--zoom-allowed .pswp__img {
  cursor: default; }

.pswp__caption__center {
  color: #000;
  text-align: center; }

/* Calendary Hands wird eigebunden */
@font-face {
  font-family: 'calendary_hands';
  src: url("../fonts/calendaryhands-webfont.eot");
  src: url("../fonts/calendaryhands-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/calendaryhands-webfont.woff2") format("woff2"), url("../fonts/calendaryhands-webfont.woff") format("woff"), url("../fonts/calendaryhands-webfont.ttf") format("truetype"), url("../fonts/calendaryhands-webfont.svg#calendary_hands_personal_usRg") format("svg");
  font-weight: normal;
  font-style: normal; }
body, p, a, label, select, input, figcaption {
  font-family: "ingra", 'Source Sans Pro', 'Fira Sans', sans-serif;
  font-weight: 200;
  color: #000 !important; }

h1, h2, h3, h4, h5, h6, strong, .h2 {
  font-family: "ingra", 'Source Sans Pro', 'Fira Sans', sans-serif;
  font-weight: 700;
  color: #505050 !important; }

body {
  color: #000; }

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #B2B2B2 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover i {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }

a:focus {
  outline: none;
  text-decoration: none; }

p, li, a, label, figcaption, input, textarea, button {
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 9px; }

select {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 7.5px; }

h1 {
  font-size: 50px;
  line-height: 80px;
  margin-bottom: 25px; }

h2, .h2 {
  font-size: 42px;
  line-height: 67.2px;
  margin-bottom: 21px; }

h3 {
  font-size: 34px;
  line-height: 54.4px;
  margin-bottom: 17px; }

h4 {
  font-size: 29px;
  line-height: 46.4px;
  margin-bottom: 14.5px; }

h5 {
  font-size: 23px;
  line-height: 36.8px;
  margin-bottom: 11.5px; }

h6 {
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 9px; }

p a {
  border-bottom: 1px solid #37785B;
  color: #37785B !important; }

p a:hover {
  border-color: #B2B2B2;
  color: #B2B2B2 !important; }

p a:focus {
  border-color: #B2B2B2;
  color: #B2B2B2 !important;
  text-decoration: none;
  outline: 0; }

label {
  margin-bottom: 5px; }

label:hover {
  cursor: pointer; }

button, .button {
  background-color: #000;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

button:hover, .button:hover {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #575757;
  color: #fff !important; }

button:focus, .button:focus {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #575757;
  outline: none;
  color: color-white !important;
  -webkit-box-shadow: 0px 0px 5px #575757 !important;
  -moz-box-shadow: 0px 0px 5px #575757 !important;
  -ms-box-shadow: 0px 0px 5px #575757 !important;
  -o-box-shadow: 0px 0px 5px #575757 !important;
  box-shadow: 0px 0px 5px #575757 !important; }

input, textarea {
  width: 100%;
  padding: 5px 7px;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input:hover, textarea:hover {
  border: 1px solid #B2B2B2; }

input:focus, textarea:focus {
  outline: none;
  border-color: rgba(55, 120, 91, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(55, 120, 91, 0.5) !important;
  -moz-box-shadow: 0px 0px 5px rgba(55, 120, 91, 0.5) !important;
  -ms-box-shadow: 0px 0px 5px rgba(55, 120, 91, 0.5) !important;
  -o-box-shadow: 0px 0px 5px rgba(55, 120, 91, 0.5) !important;
  box-shadow: 0px 0px 5px rgba(55, 120, 91, 0.5) !important; }

/***** RESPONSIVE *****/
@media screen and (min-width: 1774px) {
  .archiv article {
    width: 1100px;
    margin: auto; } }
@media screen and (max-width: 1200px) {
  .kontakt .adress_block {
    margin-top: 20px; }
  .kontakt .left_adress {
    margin: 0;
    margin-top: 40px; }
  .kontakt .left_adress.first {
    margin-top: 40px; } }
@media screen and (max-width: 1100px) {
  .lead {
    left: auto !important;
    right: 15px; }

  .archiv article {
    width: 77%; }
  .archiv .subnav {
    display: none !important; }
  .archiv article {
    width: 100%; }
  .archiv section .facts .fact p {
    font-size: 16px; }
  .archiv section .facts .fact .datum strong {
    font-size: 60px; }
  .archiv section .facts .fact .vorstellungen strong {
    font-size: 60px; }
  .archiv section .facts .fact .zuschauer strong {
    font-size: 40px; }
  .archiv section .facts .fact .regie strong {
    font-size: 25px; } }
@media screen and (max-width: 991px) {
  .fb_iframe {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 100px; }

  .photoswipe .block_wrapper {
    width: 100vw !important; }
    .photoswipe .block_wrapper a.block {
      width: calc((100% - 3*10px - 2*15px) / 4) !important; }

  /* FOOTER */
  footer .adress {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    padding-right: 30px; }
  footer ul {
    margin-bottom: 30px; }
    footer ul li a.button {
      margin-top: -1px; }
    footer ul li .socialmedia {
      margin-right: 15px; }
    footer ul .pull-right {
      float: left !important; } }
/* breaking-point: small devices */
@media screen and (max-width: 768px) {
  /*** TYPOGRAPHY ***/
  h1 {
    font-size: 45px;
    line-height: 72px;
    margin-bottom: 22.5px; }

  h2, .h2 {
    font-size: 38px;
    line-height: 60.8px;
    margin-bottom: 19px; }

  h3 {
    font-size: 32px;
    line-height: 51.2px;
    margin-bottom: 16px; }

  h4 {
    font-size: 27px;
    line-height: 43.2px;
    margin-bottom: 13.5px; }

  h5 {
    font-size: 22px;
    line-height: 35.2px;
    margin-bottom: 11px; }

  /* LOGO */
  a.logo svg {
    width: 80px;
    height: 43.406px; }

  /* NAVIGATION */
  .mainnav {
    position: static;
    margin-top: 74px;
    padding: 0;
    border: none;
    background: none;
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .mainnav ul {
      width: 100%;
      padding-left: 0; }
      .mainnav ul li {
        float: none; }
        .mainnav ul li a {
          padding: 20px 20px 15px 20px !important; }

  header.page_header {
    top: 64px; }

  /* RESPONSIVE NAVIGATION BUTTON */
  .navres {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    border-top: 5px solid #A31220;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1); }

  #klick {
    padding: 15px 0;
    margin-right: 15px;
    float: right;
    cursor: pointer; }
    #klick div {
      width: 30px;
      height: 3px;
      background-color: #000;
      margin: 5px auto; }

  #klick:hover div {
    background-color: #37785B; }

  #klick:focus {
    outline: 0; }
    #klick:focus div {
      background-color: #37785B; }

  .archiv .subnav {
    display: none; }
  .archiv article {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px; }
  .archiv section .facts {
    padding-top: 20px !important;
    margin-top: 0 !important; }

  .photoswipe .block_wrapper a.block {
    width: calc((100% - 2*10px - 2*15px) / 3) !important; } }
@media screen and (max-width: 550px) {
  .lead {
    left: auto !important;
    width: 90% !important;
    width: calc(100% - 30px) !important;
    right: 15px !important;
    margin-right: 0 !important; }

  .photoswipe .block_wrapper a.block {
    width: calc((100% - 1*10px - 2*15px) / 2) !important; } }
@media screen and (max-width: 340px) {
  /*** TYPOGRAPHY ***/
  p, li, a, label, figcaption, input, textarea, button {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 8px; }

  select {
    font-size: 14px;
    line-height: 22.4px;
    margin-bottom: 7px; }

  h1 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 20px; }

  h2, .h2 {
    font-size: 34px;
    line-height: 54.4px;
    margin-bottom: 17px; }

  h3 {
    font-size: 28px;
    line-height: 44.8px;
    margin-bottom: 14px; }

  h4 {
    font-size: 23px;
    line-height: 36.8px;
    margin-bottom: 11.5px; }

  h5 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px; }

  h6 {
    font-size: 16px;
    line-height: 25.6px;
    margin-bottom: 8px; }

  .photoswipe .block_wrapper a.block {
    width: calc(100% - 2*15px) !important; } }
/*** MAP ***/
@media screen and (max-height: 700px) {
  .tickets #map {
    height: 40vw; } }
/*** BLOCLKS ***/
@media screen and (min-width: 1800px) {
  .buch .relative .block {
    width: 200px;
    width: calc((100% - 6*15px) / 5 - 1px); } }
@media screen and (max-width: 1100px) {
  .buch .relative .block {
    width: 200px;
    width: calc((100% - 4*15px) / 3 - 1px); } }
@media screen and (max-width: 900px) {
  .buch .relative .block {
    width: 200px;
    width: calc((100% - 3*15px) / 2 - 1px); } }
@media screen and (max-width: 500px) {
  .buch .relative .block {
    width: 90%;
    width: calc((100% - 2*15px) - 1px); } }
/*** Navigation wieder anzeigen nach resize ***/
@media screen and (min-width: 769px) {
  .mainnav {
    display: block !important; } }
/* 
	CLEARFIX 
	https://css-tricks.com/snippets/css/clear-fix/
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

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