body {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
  word-break: break-word;
}

.g-max-height-55vh {
  max-height: 55vh !important;
}

.g-height-70vh {
  height: 70vh;
}

.g-top-37 {
  top: 37.41px;
}
#contentdetail p{
  font-size: 1.5rem !important;
  line-height: 145%!important;
  font-weight: 400!important;
}

#allDates p{
  font-size: 1.3rem !important;
  line-height: 120% !important;
}
@media (min-width: 992px) {
  .g-mt-22--lg {
    margin-top: 1.5714rem !important; }
  .g-width-70x--lg {
    width: 70% !important;
  }
  #ticketmodal {
    border: 10px solid black;
  }
}

@media (min-width: 767px) {
  .g-bottom-80--md {
    bottom: 5.71429rem; !important;
  }
  .g-height-35--md {
    height: 35px !important;
  }
  .g-height-70--md {
    height: 70px !important;
  }
  .g-bottom-100--md {
    bottom: 7.1428rem !important;
  }
}

.u-shadow-v50 {
  box-shadow: 0 -1px 7px rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Carousels
------------------------------------*/
.u-carousel-v1 .js-prev,
.u-carousel-v1 .js-next {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.u-carousel-v1:hover .js-prev,
.u-carousel-v1:hover .js-next {
  opacity: 1; }

.u-carousel-v2 .slick-slide {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: .5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.u-carousel-v2 .slick-center {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.u-carousel-v3 .slick-slide {
  opacity: .5;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.u-carousel-v3 .slick-center {
  opacity: 1; }

.u-carousel-v4 .js-pagination {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

.u-carousel-v4:hover .js-pagination {
  opacity: 1; }

.u-carousel-v5-1 .slick-list {
  height: 700px; }

.u-carousel-v5-1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px; }

.u-carousel-v5-1 .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 700px; }

.u-carousel-v6 .slick-list.draggable {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.u-carousel-v11 .slick-slide {
  opacity: .5; }

.u-carousel-v11 .slick-slide.slick-current {
  opacity: 1; }

/*------------------------------------
  Slick Carousel v12
------------------------------------*/
.u-carousel-v12 .slick-current .g-opacity-1--active {
  opacity: 1 !important; }

.u-carousel-v12 .slick-current .u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.swiper-wrapper,
.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.single-slide {
  opacity: 0 !important; }

.single-slide.set-position {
  opacity: 1 !important; }

.js-origin {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%; }

/* backSlide */
.js-back-slide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.js-back-slide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

.swiper-carousel {
  overflow: hidden; }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
    transform: translateZ(-400px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
    transform: translateZ(-400px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
    transform: translateZ(-400px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
    transform: translateZ(-400px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0); } }

/* Flex centered */
.g-flex-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }




/*Materialize CSS */
.card-panel {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

.card.horizontal .card-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card.sticky-action .card-action {
  z-index: 2;
}

.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
}

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

.card .card-content .card-title i {
  line-height: 32px;
}

.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}


.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn-flat.disabled,
.btn-flat:disabled,
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn-flat.disabled:hover,
.btn-flat:disabled:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}


.btn-flat {
  font-size: 14px;
  outline: 0;
}


.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: rgba(255,255,255,0.3);
  overflow: auto;
  box-sizing: border-box; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: rgba(255,255,255,0.3);
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }


.g-max-width-100 {
  max-width: 100px;
}

.g-max-width-80 {
  max-width: 80px;
}

.g-max-width--xxl {
  max-width: 1600px !important;
}

@media (min-width: 2200px) {
  .g-max-width--xxl {
    max-width: 1920px !important;
  }
}

@media (min-width: 991px){
  .hs-position-center--lg {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .g-max-width-300--lg {
    width: 300px !important;
    max-width: 100%;
  }
  .g-font-size-14--lg {
    font-size: 1rem !important;
  }
}

@media (max-width: 576px) {
  .g-height-100vh--xs {
    height: 100vh !important; }
  .g-height-auto--xs {
    height: auto; }
  .g-height-100x--xs {
    height: 100%; }
  .g-bg-black-opacity-0_8--xs {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  #allDates p {
    font-size: 1.25rem !important;
  }
  #tabs a {
    font-size: 1rem!important;
  }
  #tabsContent {
    font-size: 1rem !important;
  }

}
@media (max-width: 991px) {
  .g-bg-black-opacity-0_9--md {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
}

.g-depth-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.g-depth-1-half {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.g-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.g-depth-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.g-depth-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.g-depth-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.g-depth-1--hover:hover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.g-depth-1-half--hover:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.g-depth-2--hover:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.g-depth-3--hover:hover {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.g-depth-4--hover:hover {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.g-depth-5--hover:hover {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

/* line 355, D:/Link GmbH/Layouting/html/assets/include/scss/base/_block-hovers.scss */
.u-block-hover__additional--partially-slide-up .u-block-hover__visible {
  position: absolute;
  bottom: 100%;
  margin-bottom:0;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  background: inherit;
}

@media (max-width: 576px) {
  /* line 28, D:/Link GmbH/Layouting/html/assets/include/scss/tools/mixins/_margin.scss */
  .g-mt-minus-40--sm {
    margin-top: -2.857rem !important;
  }
}

.g-brd-20 {
  border-width: 20px !important;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  background: #931b1f;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
  background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
  background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%);
}

figure.effect-dexter img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
  opacity: 0.4;
}

figure.effect-dexter figcaption::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  height: -webkit-calc(50% - 30px);
  height: calc(50% - 30px);
  border: 7px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-dexter p {
  position: absolute;
  right: 60px;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (max-width: 767px) {
  .column-count {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }}

@media screen and (min-device-width: 769px) {
  .column-count {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }}

@media screen and (min-device-width: 1600px) {
  .column-count {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }}

@media screen and (min-device-width: 2200px) {
  .column-count {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }}

.hideLink a{
  color:transparent;
  text-decoration:none;

}

.g-bg-bea-gray {
  background-color: #2D3E46 !important;
}

.g-pt-250 {
  padding-top: 15.625rem !important;
}

.g-bg-awisto-gradient {
  background: rgb(0,72,105);
  background: -moz-linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(206,225,234,1) 100%);
  background: -webkit-linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(206,225,234,1) 100%);
  background: linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(206,225,234,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004869",endColorstr="#cee1ea",GradientType=1);
}
.g-bg-awisto-gradient-v2 {
  background: rgb(0,72,105);
  background: -moz-linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(0,72,105,0.5886729691876751) 100%);
  background: -webkit-linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(0,72,105,0.5886729691876751) 100%);
  background: linear-gradient(73deg, rgba(0,72,105,1) 0%, rgba(0,72,105,0.5886729691876751) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004869",endColorstr="#004869",GradientType=1);
}

.u-highlight-comedy {
  position: relative;
  z-index: 1;
}
.u-highlight-comedy:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background-color: #26bcc4;
  transform-origin: bottom center;
  transform: scaleY(0.1);
  transition: all 0.1s ease-in-out;
}
.u-highlight-comedy:hover::before {
  transform: scaleY(1);
  background-color: hsla(183, 69%, 49%, 0.75);
}

/* Font-Background with padded Multilines */

.u-padded-multi-primary {
  line-height: 1.95;
  padding: 2px 0;
  width: auto;
  margin: 0 ;
}
.u-padded-multi-primary span {
  background-color: rgba(29, 93, 155, 0.8) !important;
  color: #fff;
  display: inline;
  padding: 0.10rem 0.75rem;
  border-radius: .25rem!important;

  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.u-padded-multi-white {
  line-height: 1.95;
  padding: 2px 0;
  margin: 0;
}
.u-padded-multi-white span {
  background-color: rgba(255, 255, 255, 0.7) !important;
  color: #000;
  display: inline;
  padding: 0.25rem 0.5rem;
  border-radius: .25rem!important;

  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


.g-underline-comedy {
  background-image: linear-gradient(120deg, #26bcc4 80%, #26bcc4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-comedy:hover {
  background-size: 100% 88%;
}

.g-underline-breakfast {
  background-image: linear-gradient(120deg, #f3a43b 80%, #f3a43b 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-breakfast:hover {
  background-size: 100% 88%;
}

.g-underline-rock {
  background-image: linear-gradient(120deg, #f44c50 80%, #f44c50 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-rock:hover {
  background-size: 100% 88%;
}

.g-underline-jazz {
  background-image: linear-gradient(120deg, #d1da3a  80%, #d1da3a  100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-jazz:hover {
  background-size: 100% 88%;
}

.g-underline-variety {
  background-image: linear-gradient(120deg, #f4359b 80%, #f4359b 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-variety:hover {
  background-size: 100% 88%;
}

.g-underline-reading {
  background-image: linear-gradient(120deg, #1463d4 80%, #1463d4 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-reading:hover {
  background-size: 100% 88%;
}

.g-underline-tribute {
  background-image: linear-gradient(120deg, #993bf3 80%, #993bf3 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-tribute:hover {
  background-size: 100% 88%;
}

.g-underline-primary {
  background-image: linear-gradient(120deg, #931b1f 80%, #931b1f 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
  transition: background-size 0.2s ease-in;
}
.g-underline-primary:hover {
  background-size: 100% 88%;
}

.g-underline-menu {
  background-image: linear-gradient(120deg, #ffffff 90%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 93%;
  transition: background-size 0.2s ease-in;
  padding: .5rem 1rem;
}
.g-underline-menu:hover {
  background-size: 100% 88%;
  color: #222222;
}

.g-underline-nav {
  position: relative;
  z-index: 1;
}
.g-underline-nav::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -0.25em;
  right: -0.25em;
  background-color: #fc2f70;
  transform-origin: bottom center;
  transform: scaleY(0.1);
  transition: all 0.1s ease-in-out;
}
.g-underline-nav::before {
  transform: scaleY(1);
  background-color: hsla(341, 97%, 59%, 0.75);
}

.g-bg-main-lineargradient-v1 {
  background: rgb(34,34,34);
  background: -moz-linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
  background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1);
}
@media (min-width: 992px){
  .g-bg-main-lineargradient-v1--lg {
    background: rgb(34,34,34);
    background: -moz-linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
    background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0.7259278711484594) 50%, rgba(34,34,34,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222",endColorstr="#222222",GradientType=1);
  }
}

/*---------------*/
/***** Comedy *****/
/*---------------*/

figure.effect-comedy {
  background: #2f3238;
}

figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

figcaption.u-effect-comedy p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 0.5em;
  background: rgba(255,255,255,1);
  color: #222222;
  text-transform: none;
  font-weight: 400;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px,0,0);
  transform: translate3d(-360px,0,0);
}

figcaption.u-effect-comedy p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  background: #26bcc4;
  color: #ffffff;
}
figcaption.u-effect-comedy p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figcaption.u-effect-comedy p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figcaption.u-effect-comedy:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figcaption.u-effect-comedy:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figcaption.u-effect-comedy:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.g-max-height-500 {
  max-height: 500px !important;
}


.g-padded-multiline {
  line-height: 1.1;
  padding: 2px 0;
  width: auto;
  margin: 0 ;
}

.g-padded-multiline-detail {
  line-height: 128%;
  padding: 2px 0;
  width: auto;
  margin: 0;
}

.g-padded-multiline span {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff;
  display: inline;
  padding: 0.12rem 0.75rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.g-padded-multiline-detail span {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff;
  display: inline;
  padding: 0.12rem 0.75rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


.g-h-padded-multiline {
  line-height: 1.3;
  padding: 2px 0;
  width: auto;
  margin-bottom: 0.75rem;
}

.g-h-padded-multiline span {
  background-color: rgba(0, 0, 0, 1) !important;
  color: #fff;
  display: inline;
  padding: 0.12rem 0.75rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.g-h-padded-multiline-neg {
  line-height: 1.3;
  padding: 2px 0;
  width: auto;
  margin-bottom: 0.75rem;
}

.g-h-padded-multiline-neg span {
  background-color: rgba(255, 255, 255, 1) !important;
  color: #000;
  display: inline;
  padding: 0.12rem 0.75rem;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.object-fit-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.g-width-25x {
  width: 25% !important;
}
.g-width-75x {
  width: 75% !important;
}

/*------------------------------------
  Basket Bar
------------------------------------*/
/* Container */
/* line 6, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket {
  position: relative;
  z-index: 1;
  text-transform: none !important;
}

/* Bar */
/* line 12, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__bar {
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  width: 35.71428rem;
  background-color: #fff;
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}
@media (max-width: 576px) {
  .u-basket__bar {
    position: absolute;
    right: 0;
    top: 100%;
    text-align: left;
    width: 95vw;
    background-color: #fff;
    box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
  }
}
/* Product */
/* line 23, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__product {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.71429rem;
  border-bottom: solid 1px #eee;
}

/* Product Image */
/* line 32, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__product-img {
  width: 7.14286rem;
}

/* line 35, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__product-img img {
  width: 100%;
}

/* Product Remove Button */
/* line 41, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__product-remove {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  padding-left: 5%;
  font-size: 1.25rem;
  margin: 0;
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: .8;
}

/* line 54, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/_basket.scss */
.u-basket__product-remove:hover, .u-basket__product-remove:focus {
  opacity: 1;
}

@media (min-width: 992px) {
  /* line 6, D:/Cafe Hahn/Layouting/html/assets/include/scss/globals/_offset.scss */
  .g-offset-lg-2 {
    margin-left: 16.666666%;
  }
  .g-font-size-25--lg{
    font-size: 1.7857rem !important;
  }
  .g-width-215--lg {
    width: 215px!important;
  }
  .g-width-300--lg {
    width: 300px!important;
  }
}

.eventlist-divider {
  display: block !important;
  height: 2px;
  background-color: rgba(255,255,255, .3);
  margin: 20px 0;
}
@media (max-width: 768px) {
  .eventlist-divider--xs {
    display: block !important;
    height: 1px;
    background-color: rgba(255,255,255, .3);
    margin: 10px 0;
  }
  .eventlist-divider {
    display: none !important;
  }
  .date-list-wrap {
    margin-bottom: 30px !important;
  }
}

.eventlist-divider--xs {
  display: none;
}
.date-list-wrap {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  /* line 302, D:/Cafe Hahn/Layouting/html/assets/include/scss/globals/_typo-font-sizes.scss */
  .g-font-size-25--xl {
    font-size: 1.7857rem !important;
  }
  .g-font-size-16--xl {
    font-size: 1.1428rem !important;
  }
  .g-font-size-70--xl {
    font-size: 5rem !important;
  }
  .g-font-size-50--xl {
    font-size: 3.5rem !important;
  }
  .g-font-size-90--xl {
    font-size: 6.4285rem !important;
  }
  .g-width-300--xl {
    width: 300px!important;
  }
  .g-width-350--xl {
    width: 350px!important;
  }
}

@media (min-width: 1680px) {
  .g-width-350--xxl{
    width: 350px;
  }
}
/*@media all and (max-width: 157rem){
  .g-width-95x--xxl {
    width: 95% !important;
  }
}*/

@media all and (max-width: 34rem){
  .g-width-95x--xs {
    width: 95% !important;
  }
}

.g-bg-white-opacity-0_3--hover--after:hover::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.g-bottom-100 {
  bottom: 100px;
}

.g-bottom-25 {
  bottom: 25px;
}
.g-bottom-28 {
  bottom: 28px;
}

.g-height-68 {
  height: 68px;
}

.g-width-68 {
  width: 68px;
}
@media (min-width: 576px) {
  .g-max-width-300--sm {
    max-width: 300px !important;
  }
}
/*------------------------------------
  Carousel indicators v1
------------------------------------*/
/* line 5, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1,
.u-carousel-indicators-v1--white {
  display: flex !important;
}

/* line 9, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1 li,
.u-carousel-indicators-v1--white li {
  margin: 0 5px;
}

/* line 12, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #931b1f;
}

/* line 18, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1 span,
.u-carousel-indicators-v1--white span {
  width: 7px;
  height: 7px;
  /* border-radius: 50%;*/
  background-color: #ffffff;
  opacity: 1;
}

/* line 28, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1 span {
  background-color: #ffffff;
}

/* line 36, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/carousel-indicators/_carousel-indicators-v1.scss */
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #fff;
}

.gb-entry {
  background-color: white;
  padding: 20px 24px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.gb-entry .gb-pipe:after {
  content: "|";
  display: inline-block;
  padding: 0 4px
}

.gb-entry .gb-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden
}

.gb-entry .gb-header .name {
  text-transform: none
}

.gb-entry .gb-header .brand-logo {
  display: inline-block;
  vertical-align: top;
  font-size: 26px
}

.gb-entry .gb-header.facebook .starcount .fa.lit,.gb-entry .gb-header.facebook .starcount .lit.mobile-menu__back:before,.gb-entry .gb-header.facebook .starcount .mobile-menu__item.has-submenu>.lit.mobile-menu__dropee:after {
  color: #3b5998
}

.gb-entry .gb-header.facebook .starcount .fa.brand-logo,.gb-entry .gb-header.facebook .starcount .brand-logo.mobile-menu__back:before,.gb-entry .gb-header.facebook .starcount .mobile-menu__item.has-submenu>.brand-logo.mobile-menu__dropee:after {
  color: #3b5998;
  margin-right: 10px
}

.gb-entry .gb-header.tripadvisor .starcount .fa.lit,.gb-entry .gb-header.tripadvisor .starcount .lit.mobile-menu__back:before,.gb-entry .gb-header.tripadvisor .starcount .mobile-menu__item.has-submenu>.lit.mobile-menu__dropee:after {
  color: #00a680
}

.gb-entry .gb-header.tripadvisor .brand-logo {
  background: url(../Img/logo_ta_small.png) right top no-repeat;
  width: 154px;
  height: 24px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain
}

@media(max-width: 768px) {
  .gb-entry .gb-header.tripadvisor .brand-logo {
    background:none;
    width: 38px;
    height: auto
  }

  .gb-entry .gb-header.tripadvisor .brand-logo:after {
    content: "\f262";
    font-family: FontAwesome;
    color: #00a680
  }
}

.gb-entry .gb-body {

  line-height: 1.3;
  color: #600
}

.gb-entry .gb-body .light {
  color: #e20f1d
}

.gb-entry .slant-container {
  position: relative
}

.gb-entry:after {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden
}

.gb-entry:after {
  bottom: 0;
  border-bottom: 4px solid #000000;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: 100%;
  -moz-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -o-transform-origin: 100%;
  transform-origin: 100%
}

.gb-entry .ecke {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 11%;
  bottom: -28px;
  background: url(../../assets/nupsi_bubble.png) center center no-repeat
}

@media(max-width: 480px) {
  .gb-entry .ecke {
    bottom:-23px!important
  }
}

.col-md-12 .ecke {
  bottom: -38px
}

@media(max-width: 1024px) {
  .col-md-6 .ecke {
    bottom:-25px
  }

  .col-md-12 .ecke {
    bottom: -34px
  }
}

@media(max-width: 768px) {
  .col-md-6 .ecke {
    bottom:-23px
  }

  .col-md-12 .ecke {
    bottom: -30px
  }
}

.starcount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.starcount .fa,.starcount .mobile-menu__back:before,.starcount .mobile-menu__item.has-submenu>.mobile-menu__dropee:after {
  margin-left: 2px;
  color: #f3efda
}

.starcount .fa.lit,.starcount .lit.mobile-menu__back:before,.starcount .mobile-menu__item.has-submenu>.lit.mobile-menu__dropee:after {
  color: #fedf3f
}

/*------------------------------------
  Selects
------------------------------------*/
/* line 6, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects.scss */
.input-group select {
  -webkit-appearance: none;
}

/*------------------------------------
  Selects v1
------------------------------------*/
/* line 5, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(85, 85, 85, 0.3);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: .4rem 1rem;
}

/* line 18, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single {
  position: static;
  height: auto;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: inherit;
}

/* line 32, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single span {
  margin-right: 0;
}

/* line 35, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 42, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single div {
  width: 40px;
}

/* line 45, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single div b {
  background: none !important;
}

/* line 48, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 54, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single div b i:first-child {
  display: inline-block;
}

/* line 58, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single div b i:last-child {
  display: none;
}

/* line 65, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-single:focus {
  outline: 0 none;
}

/* line 70, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-drop {
  width: calc(100% + 2px);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  border-top-width: 1px;
  margin-left: -17px;
}

/* line 83, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results {
  padding: 0;
  margin: 0;
}

/* line 87, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li {
  position: relative;
  font-size: inherit;
  color: #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 12px 16px;
}

/* line 98, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 104, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

/* line 111, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 116, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

/* line 126, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

/* line 130, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li.highlighted {
  color: #999;
  background-image: none;
  background-color: rgba(147, 27, 31, 0.2);
  border-bottom-color: rgba(147, 27, 31, 0.2);
}

/* line 138, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li.highlighted.g-color-white--active {
  color: #fff !important;
}

/* line 142, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li.highlighted.g-bg-primary--active {
  background-color: #931b1f !important;
}

/* line 147, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li.result-selected {
  color: #999;
  background-color: rgba(147, 27, 31, 0.2);
  border-bottom-color: rgba(147, 27, 31, 0.2);
}

/* line 154, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

/* line 164, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-active .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* line 171, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

/* line 178, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

/* line 182, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

/* line 192, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 198, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
  font-size: 12px;
  color: #999;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
}

/* line 211, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
  top: 50%;
  transform: translateY(-50%);
}

/* line 217, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

/* line 220, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
  height: 22px;
  margin: 0;
}

/* line 229, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-select-multiple-custom .chosen-choices {
  display: none;
}

/* line 233, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-select-multiple-custom .chosen-drop {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 3;
  border: none;
  box-shadow: none;
  margin-left: 0;
}

/* line 246, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-dropdown-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
}

/* line 251, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

/* line 257, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-dropdown-lg {
  padding: .55rem 1.5rem;
  font-size: 1.25rem;
}

/* line 262, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/form-controls/selects/_selects-v1.scss */
.u-select-v1.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

/*Ticket-Störer*/
.ticket {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  height: 450px;
  padding: 20px;
  border-radius: 5px;
  transform: rotate(80deg);
}
.ticket:before, .ticket:after {
  content: '';
  position: absolute;
  left: 5px;
  height: 6px;
  width: 290px;
}
.ticket:before {
  top: -5px;
  background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100%) -7px -8px/16px 16px repeat-x;
}
.ticket:after {
  bottom: -5px;
  background: radial-gradient(circle, transparent, transparent 50%, #FBFBFB 50%, #FBFBFB 100%) -7px -2px/16px 16px repeat-x;
}

.ticket__content {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  border: 6px solid #D8D8D8;
  transform: rotate(80deg);
}

.ticket__text {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  transform: translate(-55px, 25px) rotate(-90deg);
}
/*.col-md-4.g-mb-30 p::first-line{font-weight: bold}
.col-md-4.g-mb-30 p::first-letter{
  color:red;
  font-size: 3em;
  line-height: 1;
  display: inline-block;
  float: left;
  padding-right: 5px;
}*/
.g-width-25x {
  width: 25% !important;
}
.g-width-75x {
  width: 75% !important;
}


.g-letter-spacing-minus-1 {
  letter-spacing: -0.07143rem;
}
/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
  /* line 6, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"] .nav-item {
    margin-bottom: -1px;
  }
  /* line 10, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"] .nav-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }
  /* line 18, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"] .nav-link.active {
    border-color: #000;
  }
  /* line 22, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"].u-nav-primary .nav-link.active {
    border-color: #931b1f;
    color: #931b1f;
  }
  /* line 27, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"].u-nav-dark .nav-link.active {
    border-color: #333;
    color: #333;
  }
  /* line 33, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"].u-nav-light .nav-link {
    color: #fff;
  }
  /* line 37, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  [class*="u-nav-v5"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }
  /* line 45, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  .u-nav-v5-2 .nav-link {
    border-bottom-width: 2px;
  }
  /* line 51, D:/Cafe Hahn/Layouting/html/assets/include/scss/base/tabs/_tabs-v5.scss */
  .u-nav-v5-3 .nav-link {
    border-bottom-width: 5px;
  }
}
/* line 102, D:/Cafe Hahn/Layouting/html/assets/include/scss/vendors/bootstrap/_style.scss */
#ticketmodal.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #000000;
}

#allDates li:first-child {
  border-top: 1px solid black;
}

#allDates li {
  border-bottom: 1px solid black;
}

.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
  color: #000;
}
@media (min-width: 992px) {
  .g-mt-22--lg {
    margin-top: 1.5714rem !important;
  }
  .g-height-760--lg {
    height: 760px;
  }
}
@media (min-width: 1200px) {
  .g-height-760--xl {
    height: 47.5rem;
  }
  .g-pt-250--xl {
    padding-top:15.65rem!important;
  }
}