body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #cacaca;
  background: #252529;
  font-size: 1em;
  font-size: 15px;
  line-height: 15px;
  padding-top: 0vh;
  overflow-x: hidden;
}
@media (min-width: 800px) {
  body {
    font-size: 20px;
    line-height: 20px;
  }
}
a:not(.yt-link) {
  color: #ffffff;
  text-decoration: none;
  transition: color 350ms ease;
  position: relative;
}
a:not(.yt-link):visited {
  color: #cacaca;
}
a:not(.yt-link):hover,
a:not(.yt-link):active {
  color: #252529;
}
a:not(.yt-link):before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  background: #cacaca;
  bottom: 1px;
  left: -5px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
a:not(.yt-link):hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
figure,
button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
.debug sections,
.debug article,
.debug header,
.debug figure {
  outline: 1px dotted magenta;
  padding: 1px;
  margin: 1px;
}
/* ==========================================================================
   Reset Classes / Helper Classes
   ========================================================================== */
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
.aj {
  text-align: justify;
}
.flexColumn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.flexRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reset-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.reset-margins {
  margin: 0;
  padding: 0;
}
.reset-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   Corporate Type
   ========================================================================== */
@font-face {
  font-family: 'Josefin Sans';
  src: url('JosefinSans-Regular.woff2') format('woff2'), url('JosefinSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('JosefinSans-Bold.woff2') format('woff2'), url('JosefinSans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('JosefinSans-Italic.woff2') format('woff2'), url('JosefinSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('josefinsans-light-webfont.woff2') format('woff2'), url('josefinsans-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('josefinsans-lightitalic-webfont.woff2') format('woff2'), url('josefinsans-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'galhau heavy';
  src: url('galhau_heavy-webfont.woff2') format('woff2'), url('galhau_heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'galhau regular';
  src: url('galhau_regular-webfont.woff2') format('woff2'), url('galhau_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.font-accent {
  font-family: 'galhau heavy', sans-serif;
}
.font-accent-regular {
  font-family: 'galhau regular', sans-serif;
}
.font-copy {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
body {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ==========================================================================
   Preloading
   ========================================================================== */
.preloading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  background: white;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.preloading h1 {
  text-align: left;
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
}
.preloading h1 span {
  display: block;
  font-size: 40px;
  position: relative;
  top: -15px;
}
.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: #fff;
  filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
}
@-moz-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-webkit-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-o-keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@-moz-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-webkit-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@-o-keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
/* ==========================================================================
   NoScript
   ========================================================================== */
.no-js body {
  background: white;
}
.noscript {
  background: white;
  color: black;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5000;
}
.noscript p {
  margin: 0;
  padding: 1em;
  font-kerning: normal;
  letter-spacing: 0.2em;
  box-shadow: 2px 2px 0 white , 4px 4px 0 black;
}
#main {
  margin: 0 4px;
  box-sizing: border-box;
  position: relative;
  /*background:#e8e5d5;*/
  padding-bottom: 6em;
}
@media only screen and (min-width: 800px) {
  #main {
    margin: 0 4%;
  }
}
@media only screen and (min-width: 1024px) {
  #main {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 1600px) {
  #main {
    margin: 0 15%;
  }
}
@media only screen and (min-width: 1920px) {
  #main {
    margin: 0 20%;
  }
}
article {
  padding-top: 6em;
}
article.Event {
  position: relative;
  z-index: 2;
}
article.info {
  position: relative;
  z-index: 2;
}
article.info > section {
  padding-bottom: 70px;
}
footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /*	
	justify-items: stretch;
	align-items: stretch;	
*/
}
@media only screen and (min-width: 900px) {
  footer {
    flex-direction: row;
  }
}
footer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 900px) {
  footer ul {
    text-align: center;
  }
  footer ul:first-child {
    text-align: right;
  }
  footer ul:last-child {
    text-align: left;
  }
}
body > header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
body > header figure,
body > header img,
body > header svg {
  width: 100%;
}
body > header > div {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100vh;
}
body > header > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body > header > div .kv-el-typo-landscape {
  display: none;
}
@media only screen and (min-width: 800px) {
  body > header > div {
    left: 0;
    width: 100%;
  }
  body > header > div img {
    width: 60%;
    left: 20%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
  }
  body > header > div .kv-el-typo-landscape {
    display: block;
    width: 80%;
    left: 10%;
    max-width: 800px;
    margin-top: 3%;
  }
  body > header > div .kv-el-typo-portrait {
    display: none;
  }
}
body > header > div.kv-layer-0 {
  z-index: 8;
}
body > header > div.kv-layer-1 {
  z-index: 7;
}
body > header > div.kv-layer-2 {
  z-index: 6;
}
body > header > div.kv-layer-3 {
  z-index: 5;
}
body > header > div.kv-layer-4 {
  z-index: 4;
}
body > header > div.kv-layer-5 {
  justify-content: start;
  padding-top: 20vh;
  z-index: 9;
}
@media only screen and (min-width: 800px) {
  body > header > div.kv-layer-5 {
    padding-top: 5em;
  }
}
body > header > div.kv-layer-5 h1 {
  font-size: 1em;
  font-weight: 400;
  color: white;
}
body > header figure {
  position: relative;
  z-index: 2;
  margin: 0 10%;
  width: 80%;
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
}
@media only screen and (min-width: 800px) {
  body > header figure img.logo-portrait {
    display: none;
  }
}
body > header figure img.logo-landscape {
  display: none;
}
@media only screen and (min-width: 800px) {
  body > header figure img.logo-landscape {
    display: inline;
  }
}
body > header > section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
}
body > header .title {
  color: #7ad500;
  z-index: 1;
}
body > header .title h1 {
  position: absolute;
  top: 50%;
  font-family: 'mighasemi_expanded';
  font-size: 14vw;
  transform: translate(-50%, -8%);
  left: 50%;
  text-transform: uppercase;
}
body > header .title-date {
  z-index: 3;
}
body > header .title-date span {
  position: absolute;
  top: 74%;
  display: inline-block;
  color: #cacaca;
  background: white;
  padding: 2px 3px;
  left: 50%;
  transform: translate(-50%, 0);
}
body > header .title-sub {
  z-index: 3;
}
body > header .title-sub span {
  position: absolute;
  top: 82%;
  display: block;
  color: #cacaca;
  font-family: 'mighabold_semi_expanded';
  font-size: 6vw;
  letter-spacing: 10px;
}
article.Event {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
article.Event > header {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 3;
  background: rgba(37, 37, 41, 0.9);
  text-align: right;
  margin-bottom: 35px;
}
article.Event > header h1 {
  font-family: 'galhau heavy', sans-serif;
  font-size: 2.5em;
  line-height: 0.75em;
  letter-spacing: 7px;
  position: relative;
  z-index: 2;
  color: white;
  padding: 75px 0 0 0;
  /*
			background:@accentBgColor;
			background-size:cover;
			*/
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url(../img/btn_bg.jpg);
  background-size: cover;
  background-position: center;
}
article.Event > header h1 span {
  display: inline-block;
  padding: 3px 0 3px 15px;
}
article.Event > header span.sub-head {
  color: white;
  padding: 7px 0 15px 15px;
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  article.Event > header h1 {
    font-size: 5em;
    letter-spacing: 10px;
  }
  article.Event:nth-child(2n) > header h1 {
    text-align: left;
    margin-left: 0%;
  }
}
article.Event:nth-child(2n) > header {
  text-align: left;
}
article.Event:nth-child(2n) > header h1 span {
  padding: 3px 15px 3px 0;
}
article.Event:nth-child(2n) > header span.sub-head {
  padding: 7px 15px 15px 0;
}
article.Event:nth-child(2n) > section.music,
article.Event:nth-child(2n) > section.diner {
  margin-left: 20%;
  text-align: left;
}
@media only screen and (min-width: 800px) {
  article.Event:nth-child(2n) > section.music,
  article.Event:nth-child(2n) > section.diner {
    margin-left: 40%;
  }
}
article.Event:nth-child(2n) > section.movie {
  margin-left: 0%;
  text-align: left;
}
article.Event:nth-child(2n) > section.diner {
  margin-left: 20%;
}
article.Event:nth-child(2n) > section .sub-head:before {
  content: '';
  position: absolute;
  right: 105%;
  left: auto;
}
article.Event > section {
  padding-bottom: 25px;
  width: 80%;
}
@media only screen and (min-width: 800px) {
  article.Event > section {
    width: 60%;
  }
}
article.Event > section figure {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  position: relative;
}
article.Event > section img,
article.Event > section iframe {
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
}
article.Event > section iframe {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
article.Event > section h2:not(.sub-head) {
  margin: 0;
  padding: 0;
  font-family: 'galhau regular', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 0.8em;
  letter-spacing: 5px;
  width: 100%;
  text-align: left;
}
article.Event > section h2:not(.sub-head) span {
  display: block;
  padding-right: calc(100% - 320px);
}
article.Event > section .sub-head {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #cacaca;
  font-weight: 400;
  margin: 0.5em 0;
}
article.Event > section .sub-head:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 105%;
  width: 100%;
  height: 70%;
  background: #cacaca;
  z-index: -1;
}
article.Event > section p {
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 1.35em;
  font-style: italic;
}
article.Event > section.music h2,
article.Event > section.music span.sub-head {
  text-align: left;
}
@media only screen and (min-width: 800px) {
  article.Event > section.music {
    /*figure, .subhead, h2 { .fl(); margin-right:10px;}*/
  }
  article.Event > section.music p {
    padding-top: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  article.Event > section.music {
    padding-bottom: 0;
  }
  article.Event > section.music p {
    /* padding-right:160px */
  }
}
article.Event > section.movie {
  margin-left: 20%;
}
@media only screen and (min-width: 800px) {
  article.Event > section.movie {
    /*	figure, .subhead, h2 { .fr(); margin-left:10px;} */
    margin-left: 40%;
  }
  article.Event > section.movie p {
    padding-top: 2px;
  }
}
article.Event > section.movie .yt-link {
  position: relative;
  display: block;
}
article.Event > section.movie .yt-link:after {
  content: '▶';
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2em;
  z-index: 2;
  color: white;
  margin: -0.25em -0.25em 0 0;
}
article.Event > section.diner {
  text-align: left;
}
article.Event > section.diner h2 {
  font-size: 1em;
}
article.Event > section.ticketing {
  margin-top: 3em;
  margin-bottom: 3em;
  width: 100%;
}
article.Event > section.ticketing > div {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
article.Event > section.ticketing .ticket-dialog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
article.Event > section.ticketing .ticket-dialog .ticket-price {
  position: relative;
  z-index: 1;
  font-family: 'galhau heavy', sans-serif;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  letter-spacing: -2px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: white;
}
article.Event > section.ticketing .ticket-dialog .ticket-price sub {
  font-size: 55%;
  letter-spacing: 0px;
}
article.Event > section.ticketing .ticket-dialog .ticket-price span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 30%;
  text-align: justify;
  display: block;
  width: 100%;
  position: relative;
  top: -1em;
}
article.Event > section.ticketing .ticket-dialog .ticket-cta span {
  font-weight: 400;
  display: block;
  font-size: 80%;
  text-align: center;
}
article.Event > section.ticketing .ticket-dialog .ticket-cta .ticket-buy {
  padding: 0.55em 0.25em 0.25em;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  border-image-source: url(../img/btn_bg.jpg);
  border-image-width: 1;
  border-image-repeat: stretch;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 2;
  transition: color 0.25s 0.08333333s;
  position: relative;
  transform: scale(0.8);
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.5em;
  display: block;
  box-sizing: border-box;
  color: white;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: url(../img/btn_bg.jpg);
  background-size: cover;
  background-position: center;
}
article.Event > section.ticketing .ticket-dialog .ticket-cta .ticket-buy:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #cacaca;
  bottom: 0px;
  left: 0px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
article.Event > section.ticketing .ticket-dialog .ticket-cta .ticket-buy:hover {
  color: #252529;
}
article.Event > section.ticketing .ticket-dialog .ticket-cta .ticket-buy:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
article.Event > section.ticketing .ticket-hint {
  text-align: justify;
  line-height: 1.35em;
  font-size: 80%;
  margin-top: 12px;
}
@media only screen and (min-width: 800px) {
  article.Event > section.ticketing .ticket-hint {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 1200px) {
  article.Event > section.ticketing .ticket-hint {
    padding: 0 30%;
  }
}
#freilichtkino-im-tuffner-hof,
#danke {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  #freilichtkino-im-tuffner-hof p,
  #danke p {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #freilichtkino-im-tuffner-hof p,
  #danke p {
    padding-left: 160px;
    padding-right: 160px;
  }
}
#freilichtkino-im-tuffner-hof .veranstalter,
#danke .veranstalter,
#freilichtkino-im-tuffner-hof .sponsoren,
#danke .sponsoren {
  margin: 15px 0;
}
#freilichtkino-im-tuffner-hof img,
#danke img {
  width: 30%;
  max-width: 180px;
}
article.Info + article.Info {
  padding-top: 0;
}
article.Info p {
  line-height: 1.35em;
}
article.Info > section {
  padding-bottom: 70px;
}
article.Info > section:nth-child(odd) {
  text-align: left;
}
article.Info > section:nth-child(even) {
  text-align: right;
}
article.Info > section p {
  text-align: justify;
  line-height: 1.35em;
}
@media only screen and (min-width: 800px) {
  article.Info > section {
    display: table;
    width: 100%;
  }
  article.Info > section:nth-child(odd) span.header {
    float: left;
    padding-top: 4px;
    padding-right: 10px;
  }
  article.Info > section:nth-child(even) span.header {
    float: right;
    padding-top: 4px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1023px) {
  article.Info > section:nth-child(odd) span.header {
    margin-left: 330px;
    margin-right: 10px;
    text-align: left;
  }
  article.Info > section:nth-child(odd) p {
    text-align: left;
    text-align: justify;
    padding-left: 330px;
    padding-right: 35px;
  }
  article.Info > section:nth-child(even) span.header {
    text-align: right;
    margin-right: 330px;
    margin-left: 10px;
  }
  article.Info > section:nth-child(even) p {
    text-align: right;
    text-align: justify;
    padding-right: 330px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  article.Info > section:nth-child(odd) p {
    padding-right: 160px;
  }
  article.Info > section:nth-child(even) p {
    padding-left: 160px;
  }
}
article.Info > section span.header {
  text-transform: uppercase;
  /*display:block;*/
  letter-spacing: 0.5px;
  color: #252529;
  background: #cacaca;
  font-size: 0.8em;
  position: relative;
  line-height: 1.35em;
  padding-top: 2px;
}
article.Info > section p {
  margin: 0;
  line-height: 1.35em;
}
article.static {
  padding: 2em 2%;
}
@media only screen and (min-width: 800px) {
  article.static {
    padding: 2em 3em;
  }
}
@media only screen and (min-width: 1200px) {
  article.static {
    padding: 2em 3%;
  }
}

article.static h1 {
	line-height:1.5em;
}
article.static h3,
article.static h4 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  /*display:block;*/
  letter-spacing: 0.5px;
  color: #252529;
  background: #cacaca;
  font-size: 0.8em;
  position: relative;
  line-height: 1.35em;
  padding-top: 2px;
}
article.static p {
  margin-bottom: 0.6em;
    line-height: 1.35em;
}
nav#site-nav {
  position: relative;
  z-index: 200;
  z-index: 1000;
}
nav#site-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
  display: none;
  background: green;
}
nav#site-nav .nav-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: stretch;
  background: url(../img/btn_bg.jpg);
  background-size: cover;
  display: none;
  z-index: 2;
}
nav#site-nav .nav-content .nav-item-event {
  position: relative;
}
nav#site-nav .nav-content .nav-item-event .nav-link {
  font-style: normal !important;
}
nav#site-nav .nav-content .nav-item-event .nav-link .nav-link-date {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  top: -7px;
  width: 60px;
}
nav#site-nav .nav-content .nav-item-event .nav-link .nav-link-title {
  font-family: 'galhau heavy', sans-serif;
  display: block;
  font-size: 1.6em;
  letter-spacing: 8px;
}
@media only screen and (min-width: 800px) {
  nav#site-nav .nav-content .nav-item-event .nav-link .nav-link-title {
    letter-spacing: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  nav#site-nav .nav-content .nav-item-event .nav-link .nav-link-title {
    letter-spacing: 15px;
  }
}
nav#site-nav .nav-content .nav-item-info {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
nav#site-nav .nav-content .nav-item-info + .nav-item-info {
  border-top: none;
  padding-top: 0;
}
nav#site-nav .nav-content .nav-item-info .nav-link {
  display: block;
}
nav#site-nav .nav-content .nav-item-info .nav-link-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1em;
  font-weight: 400;
}
nav#site-nav.open .nav-content {
  display: flex;
}
nav#site-nav .nav-toggle {
  position: fixed;
  top: 29px;
  left: 29px;
  z-index: 3;
}
nav#site-nav .nav-toggle #menu_checkbox {
  display: none;
}
nav#site-nav .nav-toggle #menu_checkbox:checked + label:before {
  transform: translateY(12px) rotate(135deg);
}
nav#site-nav .nav-toggle #menu_checkbox:checked + label:after {
  transform: translateY(-12px) rotate(-135deg);
}
nav#site-nav .nav-toggle #menu_checkbox:checked + label div {
  transform: scale(0);
}
nav#site-nav .nav-toggle label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 5;
  width: 40px;
  display: block;
  cursor: pointer;
  padding: 5px 10px 5px 5px;
}
nav#site-nav .nav-toggle label:before,
nav#site-nav .nav-toggle label:after,
nav#site-nav .nav-toggle label div {
  background: #ccc;
  content: "";
  display: block;
  height: 4px;
  border-radius: 2px;
  margin: 7px 0;
  transition: 0.5s;
}
nav#site-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: nowrap;
  font-size: 0.75em;
  line-height: 1.75em;
  padding: 1%;
  padding-top: 50px;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  nav#site-nav ul {
    width: 80%;
    font-size: 0.8em;
    padding-bottom: calc(100vw * 0.03);
  }
}
@media only screen and (min-width: 1200px) {
  nav#site-nav ul {
    width: 60%;
    font-size: 1em;
    padding-bottom: calc(100vw * 0.02);
  }
}
nav#site-nav ul a {
  color: #252529;
}
nav#site-nav ul a:visited {
  color: #252529;
}
nav#site-nav ul a:hover,
nav#site-nav ul a:active {
  color: #252529;
}
footer {
  color: #cacaca;
  background: black;
  padding: 6em 0;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 1em 2%;
  line-height: 1.25em;
}
footer ul.header li:first-child a {
  position: relative;
  color: #cacaca !important;
}
footer ul.header li:first-child a:after {
  font-size: 80%;
  position: absolute;
  top: -1.4em;
  left: 0;
  content: 'In Erinnerungen schwelgen';
}
footer ul.meta-social li:first-child a {
  position: relative;
}
footer ul.meta-social li:first-child a:after {
  font-size: 80%;
  position: absolute;
  top: -1.6em;
  left: 0;
  content: 'Freunde werden';
}
footer ul a {
  color: #cacaca !important;
  font-style: normal !important;
}
footer ul a:visited {
  color: #cacaca !important;
}
footer ul a:hover,
footer ul a:active {
  color: #cacaca !important;
}
footer ul a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1.5em;
  background: #252529 !important;
  bottom: -2px;
  left: 0px;
  transform-origin: center !important;
  transform: scale(0, 0) !important;
  transition: transform 0.1s ease-in-out !important;
}
footer ul a:hover:before {
  transform-origin: center !important;
  transform: scale(1.1, 1.3) !important;
}
footer ul .social-link {
  color: #cacaca;
  font-size: 1em;
  transition: color 0.3s ease;
}
footer ul .social-link svg {
  fill: #cacaca;
  width: 1em;
  height: 1em;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
footer ul .social-link:hover {
  color: #cacaca;
}
.bg-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: radial-gradient(circle, #252529, #1a1a1a);
  -webkit-background: radial-gradient(circle, #252529, #1a1a1a);
  -moz-background: radial-gradient(circle, #252529, #1a1a1a);
}
footer .bg_el {
  top: 0;
  bottom: auto;
}
footer .bg_el .fixed_el {
  position: absolute;
  width: 120px;
  height: 60px;
  bottom: 0;
  overflow: hidden;
  left: auto;
  right: calc(100vw * 0.05);
}
footer .bg_el .fixed_el.sm {
  width: 60px;
  height: 30px;
}
footer .bg_el .fixed_el.sm:first-child {
  margin-right: 160px;
}
footer .bg_el .fixed_el.md {
  width: 70px;
  height: 35px;
  margin-right: 30px;
}
footer .bg_el .fixed_el.md.st {
  margin-right: 120px;
}
footer .bg_el .fixed_el.xl {
  width: 112px;
  height: 56px;
  margin-right: 56px;
}
footer .bg_el .fixed_el img {
  width: 100%;
  height: auto;
}
.bg_el {
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 5;
  bottom: 0;
}
.bg_el .scroll_el {
  position: absolute;
  width: 60px;
  height: auto;
  bottom: 0;
  overflow: hidden;
}
.bg_el .scroll_el.nd {
  bottom: 100px;
}
.bg_el .scroll_el.rd {
  width: 70px;
  bottom: 35px;
}
.bg_el .scroll_el.rd img {
  width: 140px;
}
@media only screen and (min-width: 600px) {
  .bg_el .scroll_el {
    width: 80px;
  }
  .bg_el .scroll_el.nd {
    bottom: 80px;
  }
  .bg_el .scroll_el.rd {
    width: 100px;
    bottom: 50px;
  }
  .bg_el .scroll_el.rd img {
    width: 200px;
  }
  .bg_el .scroll_el img {
    width: 160px;
  }
}
@media only screen and (min-width: 800px) {
  .bg_el .scroll_el {
    width: 110px;
  }
  .bg_el .scroll_el.nd {
    bottom: 110px;
  }
  .bg_el .scroll_el.rd {
    width: 130px;
    bottom: 65px;
  }
  .bg_el .scroll_el.rd img {
    width: 260px;
  }
  .bg_el .scroll_el img {
    width: 220px;
  }
}
@media only screen and (min-width: 1024px) {
  .bg_el .scroll_el {
    width: 140px;
  }
  .bg_el .scroll_el.nd {
    bottom: 120px;
  }
  .bg_el .scroll_el img {
    width: 280px;
  }
}
@media only screen and (min-width: 1600px) {
  .bg_el .scroll_el {
    width: 180px;
  }
  .bg_el .scroll_el.nd {
    bottom: 280px;
  }
  .bg_el .scroll_el img {
    width: 360px;
  }
}
@media only screen and (min-width: 1920px) {
  .bg_el .scroll_el {
    width: 300px;
  }
  .bg_el .scroll_el.nd {
    bottom: 360px;
  }
  .bg_el .scroll_el img {
    width: 600px;
  }
}
.bg_el img {
  position: relative;
  width: 120px;
  height: auto;
}
article.Event .bg_el .scroll_el {
  left: -4px;
  right: auto;
}
article.Event .bg_el .scroll_el img {
  left: -60px;
}
@media only screen and (min-width: 600px) {
  article.Event .bg_el .scroll_el img {
    left: -80px;
  }
}
@media only screen and (min-width: 800px) {
  article.Event .bg_el .scroll_el {
    left: calc(100vw * -0.04);
  }
  article.Event .bg_el .scroll_el img {
    left: -110px;
  }
}
@media only screen and (min-width: 1024px) {
  article.Event .bg_el .scroll_el {
    left: calc(100vw * -0.1);
  }
  article.Event .bg_el .scroll_el img {
    left: -140px;
  }
}
@media only screen and (min-width: 1600px) {
  article.Event .bg_el .scroll_el {
    left: calc(100vw * -0.15);
  }
  article.Event .bg_el .scroll_el img {
    left: -180px;
  }
}
@media only screen and (min-width: 1920px) {
  article.Event .bg_el .scroll_el {
    left: calc(100vw * -0.3);
  }
  article.Event .bg_el .scroll_el img {
    left: -300px;
  }
}
article.Event:nth-child(2n) .bg_el .scroll_el {
  right: -4px;
  left: auto;
}
@media only screen and (min-width: 800px) {
  article.Event:nth-child(2n) .bg_el .scroll_el {
    right: calc(100vw * -0.04);
  }
}
@media only screen and (min-width: 1024px) {
  article.Event:nth-child(2n) .bg_el .scroll_el {
    right: calc(100vw * -0.1);
  }
}
@media only screen and (min-width: 1600px) {
  article.Event:nth-child(2n) .bg_el .scroll_el {
    right: calc(100vw * -0.15);
  }
}
@media only screen and (min-width: 1920px) {
  article.Event:nth-child(2n) .bg_el .scroll_el {
    right: calc(100vw * -0.3);
  }
}
article.Event:nth-child(2n) .bg_el .scroll_el img {
  left: 0px;
}
