@charset "UTF-8";
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/oswald-v57-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/oswald-v57-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/oswald-v57-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/oswald-v57-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: fas;
  src: url("/static/fonts/fa-solid-900.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: far;
  src: url("/static/fonts/fa-regular-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: fab;
  src: url("/static/fonts/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  position: relative;
}
a {
  color: #e2165d;
  text-decoration: none;
}
a.pdf:before {
  content: " ";
  font-family: "far";
}
a.download:before {
  content: " ";
  font-family: "fas";
}
a.button {
  display: inline-block;
  background: #e2165d;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1.5em;
}
.grau {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.21 0.72 0.072 0 0 0.21 0.72 0.072 0 0 0.21 0.72 0.072 0 0 0 0 0 1 0 '/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
body.invers {
  color: #fff;
}
body.invers .a_headline {
  border-color: #fff;
}
body.invers.white {
  background: #444;
}
body.invers.grey .headline {
  color: #272727;
}
body.invers main .teaser.cafe div {
  background: #444;
}
body.invers main .teaser.flex {
  background: #444;
}
body.invers main section .info__box {
  background: #444;
  border-color: #fff;
}
body.invers main section .event__entry {
  background: #444;
}
body.invers main section .event__entry .datetime .date {
  border-color: #fff;
}
body.invers header .megamenue {
  background: #e2165d;
  color: #fff;
}
body.invers header .megamenue .nav__col a {
  color: #fff;
}
body.invers .event__entry {
  background: #444;
}
body.invers .show__text {
  background: #444;
}
body.invers.contrast .show__text a {
  color: #fdcede;
}
body.invers.contrast .teaser a {
  color: #fdcede;
}
body.invers.contrast .a_headline {
  color: #fdcede;
  border-color: #fff;
}
body.invers.contrast header .megamenue {
  background: #aa1046;
}
body.contrast a {
  text-decoration: underline !important;
  color: #aa1046;
}
body.contrast .a_headline {
  color: #aa1046;
  border-color: #aa1046;
}
body.contrast header.withpic .inlay {
  background: #444;
  padding: 1em;
}
body.contrast.main {
  background: #aa1046;
}
body.contrast header {
  background: #aa1046;
}
body.contrast header .navbar a {
  text-decoration: none !important;
}
body.contrast header.house {
  background: #5c8829;
}
body.contrast header.main {
  background: #aa1046;
}
body.contrast header.cafe {
  background: #007aaf;
}
body.contrast header.extern {
  background: dimgray;
}
body.contrast header .inlay .location.house {
  background: #5c8829;
}
body.contrast header .inlay .location.main {
  background: #aa1046;
}
body.contrast header .inlay .location.cafe {
  background: #007aaf;
}
body.contrast header .inlay .location.extern {
  background: dimgray;
}
body.contrast main {
  backgroundcolor: #aa1046;
}
body.contrast main .button {
  color: #fff;
  background: #aa1046;
}
body.contrast main .event__list .event__entry.house .datetime {
  border-color: #5c8829;
}
body.contrast main .event__list .event__entry.main .datetime {
  border-color: #aa1046;
}
body.contrast main .event__list .event__entry.cafe .datetime {
  border-color: #007aaf;
}
body.contrast main .event__list .event__entry.extern .datetime {
  border-color: dimgray;
}
body.contrast .copyright {
  background: rgba(0, 0, 0, 0.9);
}
body {
  font-size: 62.5%;
  line-height: 1.4;
  font-family: "lucida sans", "trebuchet ms", "sans serif";
  color: #272727;
  background: #fff;
}
body.grey {
  background: #e3e3e3;
}
body.main {
  background: #e2165d;
}
body.white {
  background: #fff;
}
#jumplinks {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 2em;
  z-index: 1;
  text-align: center;
}
#jumplinks ul {
  display: inline-block;
  list-style: none;
  margin: auto;
}
#jumplinks a {
  position: absolute;
  left: -99999px;
  top: 20px;
  white-space: nowrap;
  padding: 2em;
  background: #fff;
}
#jumplinks a:active, #jumplinks a:focus {
  left: 30px;
  position: relative;
  text-decoration: underline;
}
.copyright {
  display: block;
  width: fit-content;
  font-size: 0.8em;
  margin-top: -2.2em;
  margin-left: 0.4em;
  margin-bottom: 0.6em;
  padding: 0 0.2em;
  background: rgba(0, 0, 0, 0.23);
  color: #fff;
}
header {
  height: auto;
  background: #e2165d;
}
header.house {
  background-color: #82be3c;
}
header.main {
  background-color: #e2165d;
}
header.cafe {
  background-color: #00a7d6;
}
header.extern {
  background-color: #969696;
}
header.withpic {
  height: 52vw;
}
header.withpic .copyright {
  position: absolute;
  bottom: 50px;
  left: calc(100vw - 12px);
  transform: rotate(-90deg);
  transform-origin: 0 100%;
  font-size: 1.25em;
  white-space: nowrap;
}
header.pur {
  padding-bottom: 2em;
}
header.pur .inlay .location {
  padding: 0;
  margin-top: 1em;
}
header.pluspadbot {
  padding-bottom: 5em;
}
header .head__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
header .head__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head__picture:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 230px;
  text-align: center;
  padding: 36px 42px 20px 42px;
  background-color: #fff;
  transition: all 0.5s;
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 2;
  width: 160px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  transition: all 0.5s;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .navbar {
  color: #e2165d;
  display: flex;
  gap: 12px;
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 1;
}
header .navbar a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: fas;
  font-size: 3.7em;
  background: #fff;
  transition: all 0.5s;
}
header .inlay {
  position: absolute;
  left: 66px;
  bottom: 76px;
  color: #fff;
}
header .inlay .location {
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.4em;
}
header .inlay .location.house {
  background-color: #82be3c;
}
header .inlay .location.main {
  background-color: #e2165d;
}
header .inlay .location.cafe {
  background-color: #00a7d6;
}
header .inlay .location.extern {
  background-color: #969696;
}
header .inlay .datetime {
  display: inline-block;
  padding: 0.25em 0;
  font-size: 4em;
  font-family: Oswald;
  border-bottom: 2px solid #fff;
  transition: all 0.5s;
}
header .inlay .date {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 500;
  transition: all 0.5s;
}
header .inlay h1 {
  font-size: 4.6em;
  margin: 0.25em 0 0 0;
  transition: all 0.5s;
}
header .inlay .subline {
  font-size: 2.4em;
  transition: all 0.5s;
}
header .inlay a {
  color: #fff;
}
header .inlay.detail {
  bottom: 0;
}
header .inlay.detail .title {
  margin-bottom: 3em;
}
header .inlay.detail .location {
  font-size: 2.4em;
  padding: 3px 12px;
}
header .inlay.flow {
  position: relative;
  padding-left: 66px;
  padding-top: 120px;
  left: initial;
  bottom: initial;
}
header .megamenue {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.975);
  width: 100%;
  top: 0;
  height: auto;
  z-index: 100;
  padding: 140px 0;
  border-bottom: 2px solid #e2165d;
  box-sizing: border-box;
}
header .megamenue .wrapper {
  display: flex;
  justify-content: space-around;
  margin-left: 36px;
  margin-right: 4em;
}
header .megamenue .nav__col {
  list-style: none;
  width: 30%;
  margin: 0;
  padding: 0;
  font-size: 2.1em;
  line-height: 1.5;
}
header .megamenue .nav__cat {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
header .megamenue .nav__cat:before {
  content: "/ ";
}
header #nav__access {
  font-size: 1.2em;
}
header #nav__access .nav__col {
  width: 45%;
}
header .block {
  display: block;
}
header .on:before {
  content: "";
  margin-right: 0.5em;
  font-family: "fas";
}
header .off:before {
  content: "";
  margin-right: 0.5em;
  font-family: "fas";
}
main {
  margin: 0 42px;
  z-index: 1;
}
main .button {
  color: #fff;
  background-color: #e2165d;
  font-weight: 500;
  text-decoration: none;
}
main .blocklink__wrapper {
  padding: 2em;
}
main .blocklink__wrapper.right {
  text-align: right;
}
main .blocklink__wrapper .blocklink {
  font-weight: bold;
  font-size: 2em;
}
main .blocklink__wrapper .archive {
  color: #fff;
  display: inline-block;
  margin-top: -2em;
  margin-bottom: 5em;
}
main .blocklink__wrapper .archive::before {
  content: "";
  font-family: "fas";
  margin-right: 0.5em;
}
main .headline__wrapper {
  text-align: left;
  padding: 2em;
}
main .headline__wrapper .headline {
  font-size: 2.8em;
  text-transform: uppercase;
}
main section {
  margin: 48px 0;
}
main section:first-child {
  margin-top: -32px;
}
main section:last-child {
  margin-bottom: -32px;
}
main section.detail:first-child {
  margin-top: 48px;
}
main section.detail:last-child {
  margin-bottom: 48px;
}
main section.detail {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
main section.show__entry {
  display: flex;
  flex-direction: row-reverse;
  margin: 48px -42px 96px -42px;
  align-items: flex-start;
}
main section .info__detail {
  flex: 1 1;
  font-size: 2.4em;
  margin-right: 2em;
}
main section .info__detail .gallery__entry {
  margin: 3em 0;
}
main section .info__detail .gallery__entry .subtitle {
  display: block;
  font-size: 0.75em;
}
main section .info__detail img {
  max-width: 100%;
  height: auto;
}
main section .a_headline {
  color: #e2165d;
  cursor: pointer;
  margin: 0;
  padding: 1em 0;
  border-top: 1px dashed #e2165d;
  border-bottom: 1px dashed #e2165d;
  margin-bottom: -1px;
}
main section details[open] {
  border-bottom: 1px dashed #e2165d;
  margin-bottom: -1px;
}
main section details[open] .a_headline {
  border-bottom: none;
  padding-bottom: 0;
}
main section .label {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}
main section .formbox fieldset {
  border: none;
  padding: 0;
  padding-left: 1em;
}
main section .formbox legend {
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -1em;
}
main section .formbox label {
  display: block;
  font-weight: bold;
  padding: 0.5em 0;
}
main section .formbox label.checklabel {
  display: inline;
  font-weight: normal;
}
main section .formbox input[type="text"] {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #000;
  max-width: 750px;
  border-radius: 4px;
}
main section .formbox input[type="datetime-local"] {
  padding: 0.5em;
  border: 2px solid #000;
  border-radius: 4px;
}
main section .formbox select {
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #000;
  max-width: 750px;
  border-radius: 4px;
}
main section .formbox textarea {
  width: 100%;
  height: 6em;
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #000;
  max-width: 750px;
  border-radius: 4px;
}
main section .formbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #555;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
main section .formbox [type="checkbox"]:checked {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #00A7D6;
}
main section .formbox input[type="submit"] {
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  background: #e2165d;
  color: #fff;
  border: none;
}
main section .formbox input[type="reset"] {
  padding: 0.5em 1.5em;
  box-sizing: border-box;
  background: #e3e3e3;
  color: #000;
  border: none;
}
main section .formbox .formrow {
  margin: 1.5em 0;
}
main section .formbox .hint {
  font-size: 0.9em;
  font-style: italic;
  color: #666;
  margin: 0.25em;
}
main section .info__box {
  flex: 0 0 400px;
  font-size: 1.8em;
  padding: 1.5rem;
  border: 1px solid #707070;
  margin-top: -96px;
  background: #fff;
}
main section .info__box .datetime {
  display: inline-block;
  font-family: Oswald;
}
main section .info__box .datetime .date {
  font-size: 2.22em;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  transition: all 0.3s;
}
main section .info__box .datetime .time {
  font-size: 1.39em;
  transition: all 0.3s;
}
main section .info__box .tickets {
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 1.17em;
  display: inline-block;
  padding: 0.25em 0.5em;
  transition: transform 0.3s;
  font-family: Oswald;
}
main section .info__box .tickets:before {
  content: " ";
  font-family: fas;
}
main section .info__box .tickets:hover {
  transform: scale(1.2);
}
main section .info__box .tickets:focus {
  transform: scale(1.2);
}
main section .info__box .freeentry {
  font-family: Oswald;
  font-weight: 500;
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 1.17em;
  display: inline-block;
  padding: 0.25em 0.5em;
}
main section .info__box .entry {
  border-bottom: 1px solid #707070;
  padding: 1.5em 0;
}
main section .info__box .entry:first-child {
  padding-top: 0;
}
main section .info__box .entry:last-child {
  border: none;
}
main section .info__box .entry p:first-child {
  margin-top: 0;
}
main section .info__box .entry p:last-child {
  margin-bottom: 0;
}
main section .info__box .entry a.button {
  display: block;
  text-align: center;
}
main section .info__box img {
  max-width: 100%;
  height: auto;
}
main section .info__box .extended {
  padding-top: 1.5em;
  border-top: 1px solid #707070;
}
main section .info__box .extender {
  padding: 0.5em;
  display: none;
  width: 100%;
  box-sizing: border-box;
  border: none;
  text-align: center;
  background: #e2165d;
  color: #fff;
  font-family: Oswald;
  font-weight: 500;
  cursor: pointer;
}
main section .show__text {
  flex: 0 0 55vw;
  background: #fff;
  margin-top: 50px;
  min-height: 50vw;
  margin-left: -5vw;
  padding: 36px 45px 36px calc(5vw + 45px);
  box-sizing: border-box;
  font-size: 2.4em;
  transition: font-size 0.5s;
}
main section .show__text h2 {
  font-size: 1.9em;
  margin: 0;
}
main section .show__picture {
  flex: 0 0 50vw;
  height: 50vw;
}
main section .show__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main section .show__picture .copyright {
  font-size: 1.8em;
}
main .event__list .event__entry {
  display: flex;
  margin-bottom: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
  font-family: Oswald;
  background: #fff;
  transition: transform 0.3s;
}
main .event__list .event__entry .event__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main .event__list .event__entry .datetime {
  flex: 0 0 145px;
  padding: 1em 2em;
  border-right: 4px solid;
  pointer-events: none;
  box-sizing: border-box;
}
main .event__list .event__entry .datetime .date {
  font-size: 4em;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  transition: all 0.3s;
}
main .event__list .event__entry .datetime .time {
  font-size: 2.5em;
  transition: all 0.3s;
}
main .event__list .event__entry .title {
  padding: 1em 2em;
  pointer-events: none;
}
main .event__list .event__entry .title .maintitle {
  font-size: 4em;
  font-weight: 500;
  transition: all 0.3s;
}
main .event__list .event__entry .title .subtitle {
  font-size: 2.5em;
  transition: all 0.3s;
}
main .event__list .event__entry .tickets {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.8em;
  display: inline-block;
  padding: 0.25em 0.5em;
  transition: transform 0.3s;
  font-family: Oswald;
}
main .event__list .event__entry .tickets:before {
  content: " ";
  font-family: fas;
}
main .event__list .event__entry .tickets:hover {
  transform: scale(1.2);
}
main .event__list .event__entry .tickets:focus {
  transform: scale(1.2);
}
main .event__list .event__entry .freeentry {
  font-family: Oswald;
  font-weight: 500;
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 2em;
  display: inline-block;
  padding: 0.25em 0.5em;
}
main .event__list .event__entry:hover {
  transform: scale(1.025);
}
main .event__list .event__entry.house .datetime {
  border-color: #82be3c;
}
main .event__list .event__entry.main .datetime {
  border-color: #e2165d;
}
main .event__list .event__entry.cafe .datetime {
  border-color: #00a7d6;
}
main .event__list .event__entry.extern .datetime {
  border-color: #969696;
}
main .event__list .hint {
  margin-bottom: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
  background: #defcff;
  padding: 2em;
  transition: all 0.3s;
}
main .event__list .hint .title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
  transition: all 0.3s;
}
main .event__list .hint .text {
  font-size: 2.1em;
  transition: all 0.3s;
}
main .teaser {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 2.4em;
  margin-bottom: 5px;
  transition: all 0.3s;
}
main .teaser .picture {
  font-size: 1.8em;
  margin-right: 1.3em;
  transition: all 0.3s;
  flex: 0 0 340px;
}
main .teaser .picture img {
  max-width: 100%;
  height: auto;
}
main .teaser .title {
  margin-bottom: 2em;
  font-weight: bold;
}
main .teaser .title .maintitle {
  font-size: 3.6em;
  transition: all 0.3s;
}
main .teaser .title .subtitle {
  font-size: 2.4em;
  transition: all 0.3s;
}
main .teaser .text {
  font-size: 2.1em;
  transition: all 0.3s;
}
main .teaser.cafe {
  background: url(/static/images/bg-teaser-cafe.webp);
  background-size: cover;
  background-position: center;
}
main .teaser.cafe .title {
  display: inline-block;
  background: #fff;
  padding: 0.5rem;
}
main .teaser.cafe .text {
  max-width: 510px;
  background: #fff;
  padding: 0.5rem;
}
main .teaser.flex {
  display: flex;
}
footer {
  background: #272727;
  color: #fff;
  padding: 74px 42px;
}
footer .wrapper {
  font-size: 1.6em;
}
footer .wrapper .blockrow {
  display: flex;
  padding: 0 2.4rem;
}
footer .wrapper .blockrow .block {
  width: 33.33%;
}
footer .wrapper .blockrow .block input[type="text"] {
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0.5em;
}
footer .wrapper .blockrow .block input[type="submit"] {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 0.5em 3em;
  border-radius: calc(2.4em / 2);
  font-weight: bold;
  margin-top: 0.7em;
}
footer .wrapper .blockrow p {
  margin: 1.4em 0;
}
footer .wrapper .nav__lane {
  display: flex;
  padding: 0 2.4rem;
  justify-content: space-between;
}
footer .wrapper .nav__lane #nav__meta {
  margin-top: 3em;
}
footer .wrapper .nav__lane #nav__meta ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
footer .wrapper .nav__lane #nav__meta ul li {
  padding: 0 1em;
  border-right: 1px solid #fff;
}
footer .wrapper .nav__lane #nav__meta ul li a {
  color: #fff;
}
footer .wrapper .nav__lane #nav__meta ul li:first-child {
  padding-left: 0;
}
footer .wrapper .nav__lane #nav__meta ul li:last-child {
  padding-right: 0;
  border-right: none;
}
footer .wrapper .nav__lane #nav__social {
  margin-top: 3em;
}
footer .wrapper .nav__lane #nav__social ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
footer .wrapper .nav__lane #nav__social ul li {
  padding: 0 1.5em;
}
footer .wrapper .nav__lane #nav__social ul li a {
  color: #fff;
}
footer .wrapper .nav__lane #nav__social ul li a.fac:before {
  content: " ";
  font-family: "fab";
  display: inline-block;
  margin-right: 0.75em;
}
footer .wrapper .nav__lane #nav__social ul li a.ins:before {
  content: " ";
  font-family: "fab";
  display: inline-block;
  margin-right: 0.75em;
}
footer .wrapper .nav__lane #nav__social ul li a.top {
  font-family: "fas";
}
footer .wrapper .nav__lane #nav__social ul li:first-child {
  padding-left: 0;
}
footer .wrapper .nav__lane #nav__social ul li:last-child {
  padding-right: 0;
}
.streetmap {
  width: 100%;
  height: 400px;
  border: none !important;
}
div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] {
  text-align: center !important;
  padding-bottom: 2em;
  background: #272727;
}
div[style="z-index: 1000;text-align:right;font-size:10px;color:grey;display:block !important;"] a {
  color: #fff;
}
@media (max-width: 1024px) {
  header {
    height: auto;
  }
  header.withpic {
    height: 64vw;
  }
  header .logo {
    width: 144px;
  }
  header .navbar {
    color: #e2165d;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 36px;
    right: 36px;
  }
  header .navbar a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fas;
    font-size: 3em;
    background: #fff;
  }
  header .inlay {
    position: absolute;
    left: 66px;
    bottom: 76px;
    color: #fff;
  }
  header .inlay .location {
    display: inline-block;
    padding: 3px 6px;
    font-size: 1.4em;
  }
  header .inlay .location.house {
    background-color: #82be3c;
  }
  header .inlay .location.main {
    background-color: #e2165d;
  }
  header .inlay .location.cafe {
    background-color: #00a7d6;
  }
  header .inlay .location.extern {
    background-color: #969696;
  }
  header .inlay .datetime {
    display: inline-block;
    padding: 0.25em 0;
    font-size: 2.4em;
    font-family: Oswald;
    border-bottom: 2px solid #fff;
  }
  header .inlay .date {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: 500;
  }
  header .inlay h1 {
    font-size: 3.6em;
    margin: 0.25em 0 0.15em 0;
  }
  header .inlay .subline {
    font-size: 1.8em;
  }
  header .inlay a {
    color: #fff;
  }
  main .headline__wrapper {
    padding: 1.8em;
  }
  main .headline__wrapper .headline {
    font-size: 2.4em;
  }
  main .blocklink__wrapper {
    padding: 1.8em;
  }
  main .blocklink__wrapper .blocklink {
    font-size: 1.8em;
  }
  main .event__list .event__entry {
    display: block;
    border-left: 8px solid;
  }
  main .event__list .event__entry .datetime {
    display: inline-block;
    padding: 0.8em 1.8em;
    border: none;
    padding-bottom: 0;
  }
  main .event__list .event__entry .datetime .date {
    font-size: 3.2em;
    display: inline-block;
  }
  main .event__list .event__entry .datetime .time {
    font-size: 2em;
    display: inline-block;
  }
  main .event__list .event__entry .title {
    padding: 0.8em 1.8em;
    padding-top: 0;
  }
  main .event__list .event__entry .title .maintitle {
    font-size: 3.2em;
  }
  main .event__list .event__entry .title .subtitle {
    font-size: 2em;
  }
  main .event__list .event__entry:hover {
    transform: none;
  }
  main .event__list .event__entry.house {
    border-color: #82be3c;
  }
  main .event__list .event__entry.main {
    border-color: #e2165d;
  }
  main .event__list .event__entry.cafe {
    border-color: #00a7d6;
  }
  main .event__list .event__entry.extern {
    border-color: #969696;
  }
  main .event__list .hint {
    padding: 1.8em;
  }
  main .event__list .hint .title {
    font-size: 2em;
  }
  main .event__list .hint .text {
    font-size: 1.8em;
  }
  main .teaser {
    padding: 1.8em;
  }
  main .teaser .picture {
    margin-right: 1.8em;
  }
  main .teaser .title {
    margin-bottom: 1.8em;
  }
  main .teaser .title .maintitle {
    font-size: 3.2em;
  }
  main .teaser .title .subtitle {
    font-size: 2em;
  }
  main .teaser .text {
    font-size: 1.8em;
  }
  main section.detail {
    flex-direction: column;
    align-items: stretch;
  }
  main section .info__detail {
    margin-right: 0;
  }
  main section .info__box {
    flex: auto;
    margin-top: 0;
    margin-bottom: 48px;
  }
  main section .info__box .datetime {
    display: inline-block;
    font-family: Oswald;
  }
  main section .info__box .datetime .date {
    font-size: 2.22em;
    font-weight: 500;
    border-bottom: 1px solid #707070;
    transition: all 0.3s;
  }
  main section .info__box .datetime .time {
    font-size: 1.39em;
    transition: all 0.3s;
  }
  main section .info__box .extended {
    display: none;
  }
  main section .info__box .extender {
    display: block;
  }
  main section .show__text {
    font-size: 1.8em;
  }
  main section .show__text h2 {
    font-size: 1.9em;
    margin-bottom: 0;
  }
  footer {
    padding: 48px 0;
  }
  footer .wrapper .blockrow {
    flex-wrap: wrap;
  }
  footer .wrapper .blockrow .block {
    width: 50%;
  }
  footer .wrapper .blockrow .block input[type="text"] {
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 0.5em;
  }
  footer .wrapper .blockrow .block input[type="submit"] {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 0.5em 3em;
    border-radius: calc(2.4em / 2);
    font-weight: bold;
    margin-top: 0.7em;
  }
  footer .wrapper .blockrow p {
    margin: 1.4em 0;
  }
  footer .wrapper .nav__lane {
    flex-wrap: wrap;
  }
  footer .wrapper .nav__lane #nav__social {
    width: 100%;
  }
  footer .wrapper .nav__lane #nav__social ul {
    width: 100%;
  }
  footer .wrapper .nav__lane #nav__social ul li {
    white-space: nowrap;
  }
  footer .wrapper .nav__lane #nav__social ul li:last-child {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  header {
    height: auto;
    padding-top: 0;
  }
  header.withpic {
    height: auto;
    padding-top: 280px;
  }
  header .head__picture {
    height: 280px;
  }
  header .logo {
    width: 120px;
    padding: 12px;
    top: 12px;
    left: 12px;
  }
  header.pluspadbot {
    padding-bottom: 2em;
  }
  header .navbar {
    color: #e2165d;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  header .navbar a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fas;
    font-size: 2.4em;
    background: #fff;
  }
  header .megamenue {
    padding: 70px 0;
  }
  header .megamenue .wrapper {
    display: block;
  }
  header .megamenue .nav__col {
    width: auto;
    margin-top: 2em;
  }
  header #nav__access .nav__col {
    width: auto;
  }
  header .inlay {
    position: static;
    padding: 1rem 1.5rem;
  }
  header .inlay.house {
    background-color: #82be3c;
  }
  header .inlay.main {
    background-color: #e2165d;
  }
  header .inlay.cafe {
    background-color: #00a7d6;
  }
  header .inlay.extern {
    background-color: #969696;
  }
  header .inlay.flow {
    padding-top: 66px;
    padding-left: 1.5rem;
  }
  header .inlay .detail.title {
    margin-bottom: 0;
  }
  header .inlay .location {
    display: none;
  }
  header .inlay .datetime {
    font-size: 1.6em;
  }
  header .inlay .date {
    font-size: 1.5em;
  }
  header .inlay h1 {
    font-size: 2.4em;
  }
  header .inlay .subline {
    font-size: 1.6em;
  }
  header .inlay.detail .title {
    margin-bottom: 0;
  }
  header::before {
    display: none;
  }
  main {
    margin: 0;
  }
  main section {
    margin: 48px 0;
  }
  main section:first-child {
    margin-top: 0;
  }
  main section:last-child {
    margin-bottom: 0;
  }
  main section.show__entry {
    flex-direction: column-reverse;
    margin: 0 0 48px 0;
  }
  main .headline__wrapper {
    padding: 1.8em;
  }
  main .headline__wrapper .headline {
    font-size: 2.4em;
  }
  main .blocklink__wrapper {
    padding: 1.8em;
  }
  main .blocklink__wrapper .blocklink {
    font-size: 1.8em;
  }
  main .event__list .event__entry .datetime .date {
    font-size: 3.2em;
  }
  main .event__list .event__entry .datetime .time {
    font-size: 2em;
  }
  main .event__list .event__entry .title .maintitle {
    font-size: 3.2em;
  }
  main .event__list .event__entry .title .subtitle {
    font-size: 2em;
  }
  main .event__list .hint .title {
    font-size: 2em;
  }
  main .event__list .hint .text {
    font-size: 1.8em;
  }
  main .teaser {
    padding: 1.8em;
  }
  main .teaser .picture {
    margin-right: 1.8em;
    flex: 1;
  }
  main .teaser .picture img {
    max-width: 100%;
  }
  main .teaser .text__block {
    flex: 1;
  }
  main .teaser .title {
    margin-bottom: 1.8em;
  }
  main .teaser .title .maintitle {
    font-size: 3.2em;
  }
  main .teaser .title .subtitle {
    font-size: 2em;
  }
  main .teaser .text {
    font-size: 1.8em;
  }
  main section.detail {
    margin: 0;
  }
  main section.detail:first-child {
    margin: 0;
  }
  main section.detail:last-child {
    margin: 0;
  }
  main section .info__detail {
    padding: 1.5rem;
    font-size: 1.8em;
  }
  main section .info__box {
    margin: 0;
    border: none;
    border-bottom: 1px solid #707070;
  }
  main section .show__text {
    flex: initial;
    margin-top: 0;
    min-height: initial;
    margin-left: 0;
    padding: 1.5rem;
  }
  main section .show__text h2 {
    font-size: 1.9em;
    margin: 0;
  }
  main section .show__picture {
    flex: 0 0 100vw;
    height: 100vw;
  }
  footer .wrapper .blockrow {
    display: block;
    padding: 0 1.5rem;
  }
  footer .wrapper .blockrow .block {
    width: auto;
    margin-bottom: 5rem;
  }
  footer .wrapper .blockrow .block input[type="text"] {
    width: 70%;
  }
  footer .wrapper .nav__lane {
    padding: 0 1.5rem;
  }
}
@media (max-width: 600px) {
  main .teaser .picture {
    margin-right: 0;
    margin-bottom: 1em;
  }
  main .teaser .picture img {
    width: 100%;
    height: auto;
  }
  main .teaser.flex {
    display: block;
  }
  footer .wrapper .blockrow .block input[type="text"] {
    width: 100%;
  }
}
