/* ==========================================================================
   Base styles: opinionated defaults; see *  Wickie related below [around 300]
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * 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;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* Nested grid */
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/* ***************************************
 *
 *  Wickie related, ah[md] init 01.12.2022
 *
 * ***************************************
 */
body.dev:after {
  background: red;
  color: white;
  content: "undefined";
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: absolute;
  text-align: center;
  font-size: 60%;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 44.9375rem) {
  body.dev:after {
    background: orange;
    content: "mobile";
  }
}
@media screen and (min-width: 45rem) and (max-width: 74.9375rem) {
  body.dev:after {
    background: purple;
    content: "tablet";
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  body.dev:after {
    background: purple;
    content: "tablet portrait";
  }
}
@media screen and (min-width: 45.05rem) {
  body.dev:after {
    background: purple;
    content: "tablet portrait up";
  }
}
@media screen and (min-width: 56.25rem) {
  body.dev:after {
    background: purple;
    content: "tablet landscape up";
  }
}
@media screen and (min-width: 75rem) {
  body.dev:after {
    background: green;
    content: "desktop";
  }
}
@media screen and (min-width: 112.5rem) {
  body.dev:after {
    background: blue;
    content: "desktop-xl";
  }
}
/*
RGBA(219, 39, 186, 1)
Complementary #27DB48
Analogous #: DB2760 A227DB
*/
body {
  font-weight: 900;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background: #000;
  color: #fafafa;
}
a {
  color: #afafaf;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.wrapper {
  width: 100%;
  /* For small screens */
  max-width: 1140px;
  /* For large screens */
  margin: auto;
  /* Center the container in the viewport */
  z-index: 1;
}
.disco-typo {
  display: block;
  width: 376px;
  /* width of image */
  height: 104px;
  /* height of image */
  background: url("/site/templates/images/70er80er.png") top left no-repeat;
  /* sets image as background of span */
  background-size: cover;
  background-position: top;
  text-indent: -999999px;
  /* this hides the text so the image is not obstructed */
  margin: 0px auto;
}
.h1x {
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -moz-transform: scale(1, 2.3);
  -o-transform: scale(1, 2.3);
  transform-origin: 0% 70%;
  font-size: 7vw;
}
@media screen and (min-width: 45.05rem) {
  .h1x {
    font-size: 4vw;
  }
}
@media screen and (min-width: 56.25rem) {
  .h1x {
    font-size: 3vw;
  }
}
@media screen and (min-width: 75rem) {
  .h1x {
    font-size: 2vw;
  }
}
.inset {
  text-shadow: 0 0 5px #985c95, 0 0 10px #985c95, 0 0 20px #985c95, 0 0 30px #985c95, 0 0 40px #985c95;
}
.inset a {
  text-decoration: none;
  line-height: 120%;
  color: #29fbf2;
}
h2 {
  font-size: 200%;
}
h3 {
  color: #29fbf2;
  font-size: 93%;
  margin: 0px;
}
.plainTypo {
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: 400;
}
.all {
  width: 100%;
  max-width: 680px;
  margin: 0px auto;
  padding: 0 10px;
}
@media screen and (min-width: 56.25rem) {
  .all {
    display: flex;
    flex-flow: row;
    justify-content: center;
    max-width: 100%;
  }
}
.all .center {
  width: 100%;
  max-width: 720px;
  background: url("/site/templates/images/wickie-clubbing-discokugel-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 56.25rem) {
  .all .center {
    width: 45%;
    order: 2;
  }
}
.all .center h2 {
  margin-top: auto;
  line-height: 170%;
}
.all .center h1 {
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -moz-transform: scale(1, 2.3);
  -o-transform: scale(1, 2.3);
  transform-origin: 0% 70%;
  font-size: 7vw;
  margin-top: 70px;
}
@media screen and (min-width: 45.05rem) {
  .all .center h1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 56.25rem) {
  .all .center h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 75rem) {
  .all .center h1 {
    font-size: 2vw;
  }
}
.all .fledermaus {
  border: 4px solid #fafafa;
  border-left: 0;
  border-right: 0;
  max-width: 430px;
  margin: 45px auto 00px auto;
  padding: 10px 0 20px 0;
}
.all .fledermaus h2 {
  line-height: 130%;
  margin: 0px;
}
.all .fledermaus p {
  margin: 0px;
}
.all .left {
  background: url("/site/templates/images/wickie-clubbing-discokugel-bg-l.jpg");
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  width: 100%;
}
@media screen and (min-width: 56.25rem) {
  .all .left {
    width: 27%;
    max-width: 280px;
  }
}
.all .left .bonus {
  margin-top: 290px;
}
.all .left .bonus h2 {
  line-height: 93%;
  font-size: 240%;
}
.all .left .kontakt {
  margin-top: auto;
  text-shadow: 0 0 5px #985c95, 0 0 10px #985c95, 0 0 20px #985c95, 0 0 30px #985c95, 0 0 40px #985c95;
}
.all .left .kontakt a {
  text-decoration: none;
  line-height: 120%;
  color: #29fbf2;
}
.all .left .kontakt:hover h2 {
  color: #fff;
  transform: scale(1.1);
}
.all .left .facebook {
  margin-bottom: 79px;
}
.all .left .facebook a {
  text-decoration: none;
  color: #006f8a;
}
.all .left .facebook h2 {
  letter-spacing: -3px;
  line-height: 93%;
  font-size: 240%;
}
.all .left .facebook p {
  color: #006f8a;
  line-height: 110%;
  max-width: 80%;
  margin: 0px auto;
}
.all .left .facebook:hover {
  text-shadow: 0 0 5px #985c95, 0 0 10px #985c95, 0 0 20px #985c95, 0 0 30px #985c95, 0 0 40px #985c95;
}
.all .left .facebook:hover a {
  text-decoration: none;
  line-height: 120%;
  color: #29fbf2;
}
.all .left .facebook:hover p {
  color: #fff;
}
.all .right {
  text-align: center;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  width: 100%;
}
@media screen and (min-width: 56.25rem) {
  .all .right {
    width: 28%;
    max-width: 380px;
    order: 3;
  }
}
.all .right .right_block.tischreservierung {
  margin-top: auto;
  text-align: left;
  text-shadow: 0 0 5px #985c95, 0 0 10px #985c95, 0 0 20px #985c95, 0 0 30px #985c95, 0 0 40px #985c95;
  position: relative;
}
.all .right .right_block.tischreservierung a {
  text-decoration: none;
  line-height: 120%;
  color: #29fbf2;
}
.all .right .right_block.tischreservierung h2 {
  font-size: 220%;
  line-height: 0;
  word-wrap: break-word;
}
.all .right .right_block.tischreservierung:hover h2 a {
  color: #fff;
}
@media screen and (min-width: 56.25rem) {
  .all .right .right_block.tischreservierung:hover h2 {
    transform: scale(1.1);
  }
}
.all .right .right_block.tischreservierung:hover .neu {
  rotate: 7deg;
}
.all .right .right_block.tischreservierung .neu {
  position: absolute;
  right: 20px;
  top: 30px;
  rotate: 12deg;
  font-size: 190%;
}
.all .right .right_block.share {
  margin-top: 19px;
  margin-right: 31px;
  text-align: right;
}
.all .right .right_block.share .ss-box {
  float: right;
}
.all .right .right_block.fledermausinfo {
  margin-top: auto;
}
@media screen and (min-width: 56.25rem) {
  .all .right .right_block.fledermausinfo {
    text-align: left;
  }
}
.all .right .right_block.fledermausinfo a {
  text-decoration: none;
}
.footer {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 7px;
}
.footer p {
  padding-right: 40px;
}
.spotlight {
  background: rgba(219, 39, 186, 0.95);
  border-radius: 50%;
  width: 365px;
  height: 365px;
  position: relative;
  top: 49px;
  left: -19px;
  z-index: 100000000;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 56.25rem) {
  .spotlight {
    left: -69px;
  }
}
.spotlight h1 {
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -moz-transform: scale(1, 2.3);
  -o-transform: scale(1, 2.3);
  transform-origin: 0% 70%;
  font-size: 7vw;
  line-height: 60%;
  width: 72%;
  margin: 60px auto 0 auto;
}
@media screen and (min-width: 45.05rem) {
  .spotlight h1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 56.25rem) {
  .spotlight h1 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 75rem) {
  .spotlight h1 {
    font-size: 2vw;
  }
}
.spotlight h1 span.next {
  font-size: 50%;
}
.spotlight h1 span.aktuell {
  display: block;
  position: absolute;
  right: 0px;
}
.spotlight h3 {
  max-width: 70%;
  margin: 0px auto;
  text-align: right;
  margin-top: auto;
}
.spotlight p.termine {
  max-width: 57%;
  margin: 0px auto;
  padding-bottom: 35px;
}
.spotlight p.beginn {
  position: absolute;
  top: 160px;
  right: 54px;
}
#form {
  height: 100%;
  overflow: hidden;
  position: relative;
}
form {
  margin: 0 auto 30px auto;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  padding-top: 30px;
  color: white;
  position: relative;
}
div.FormBuilder {
  /* parent of the embed form.FormBuilder */
  max-width: 480px;
  margin: 0px auto;
}
label,
input,
textarea {
  display: block;
}
input,
textarea {
  border: none;
  border-radius: 8px;
  outline: none;
  padding: 9px;
  color: #000;
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 2px #db27ba;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus {
  border: solid 2px #985c95;
}
textarea {
  height: 100px;
  resize: none;
  overflow: auto;
}
input[type="submit"],
button[type="submit"],
.FormBuilder.InputfieldForm button,
.button {
  background: #db27ba;
  background-color: #db27ba;
  color: white;
  height: 50px;
  cursor: pointer;
  margin-top: 30px;
  font-size: 120%;
  text-transform: uppercase;
  opacity: .4;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
.FormBuilder.InputfieldForm button:hover,
.button:hover {
  background: #db27ba;
  opacity: 1;
}
label {
  margin-top: 9px;
  padding-left: 9px;
  color: #db27ba;
  font-size: 120%;
  text-transform: uppercase;
  opacity: .4;
}
.formgroup,
.formgroup-active,
.formgroup-error {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 10.5%;
  transition: background-image 0.7s;
  -webkit-transition: background-image 0.7s;
  -moz-transition: background-image 0.7s;
  -o-transition: background-image 0.7s;
  width: 566px;
  padding-top: 2px;
}
.formgroup {
  background-image: url('');
}
.formgroup-active {
  background-image: url('');
}
.formgroup-error {
  background-image: url('');
  color: red;
}
#key,
#fillout {
  display: none;
}
cite {
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: 400;
  display: inline-block;
  max-width: 90%;
  margin: 0px auto;
  text-align: left;
}
.lightbox {
  display: none;
  max-width: 680px;
  color: #0a0a0a;
  padding: 30px;
}
.lightbox h2 {
  transform: scale(1, 2.3);
  -webkit-transform: scale(1, 2.3);
  -moz-transform: scale(1, 2.3);
  -o-transform: scale(1, 2.3);
  transform-origin: 0% 70%;
  font-size: 7vw;
  line-height: 100%;
  margin-top: 70px;
}
@media screen and (min-width: 45.05rem) {
  .lightbox h2 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 56.25rem) {
  .lightbox h2 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 75rem) {
  .lightbox h2 {
    font-size: 2vw;
  }
}
.lightbox h2 span {
  color: #db27ba;
}
.lightbox #message {
  color: #aaa;
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0.87);
}
.overlay .overlay_inner {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 1vh 3vw 0;
  border-bottom: 1vh solid transparent;
  margin-top: 9vh;
  cursor: auto;
  white-space: normal;
  background: rgba(255, 255, 255, 0.97);
}
.overlay .overlay_inner .overlay_content {
  display: block;
  max-width: 680px;
  color: #222;
  padding-bottom: 30px;
}
.overlay .overlay_inner .overlay_content cite,
.overlay .overlay_inner .overlay_content form {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 480px;
}
.tische .block {
  width: 50%;
  margin-bottom: 30px;
}
.tische .block p {
  margin: 9px 0;
}
.tische .block a.button {
  border: none;
  border-radius: 8px;
  outline: none;
  padding: 6px 13px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: 400;
  font-size: 110%;
}
.featherlight-close {
  margin: 9px;
}
