/*!
 Theme Name:   JFconcept Bricks Child Theme
 Theme URI:    https://jfconcept.de/
 Description:  A JFconcept GmbH Child-Theme for Bricks Builder
 Author:       JFconcept GmbH
 Author URI:   https://jfconcept.de/
 Template:     bricks
 Version:      1.8
 Text Domain:  bricks
*/
:root {
  --header-offset: 96px;
}

html {
  scroll-padding-top: var(--header-offset);
}

body {
  line-height: calc(20/16);
}

.jf-acts-flip-grid {
  width: 100%;
}

.jf-acts-flip-grid__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.jf-act-card {
  min-width: 0;
}

.jf-act-card__scene {
  height: 100%;
  perspective: 1600px;
}

.jf-act-card__inner {
  position: relative;
  min-height: 29rem;
  height: 100%;
  border-radius: 0;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
  cursor: pointer;
  outline: none;
}

.jf-act-card__inner:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.38), 0 20px 40px rgba(0, 0, 0, 0.18);
}

.jf-act-card:hover .jf-act-card__inner,
.jf-act-card.is-flipped .jf-act-card__inner {
  transform: rotateY(180deg);
}

.jf-act-card:hover .jf-act-card__face--front .jf-act-card__front-content,
.jf-act-card:hover .jf-act-card__face--front .jf-act-card__ticket-link,
.jf-act-card:hover .jf-act-card__face--front .jf-act-card__flip-button,
.jf-act-card.is-flipped .jf-act-card__face--front .jf-act-card__front-content,
.jf-act-card.is-flipped .jf-act-card__face--front .jf-act-card__ticket-link,
.jf-act-card.is-flipped .jf-act-card__face--front .jf-act-card__flip-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jf-act-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.jf-act-card__face--front {
  background: #0f0f10;
}

.jf-act-card__face--back {
  padding: 1.5rem;
  color: #ffffff;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(155deg, #141414 0%, #070707 100%);
  transform: rotateY(180deg);
}

.jf-act-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-act-card__image--placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    #111111;
}

.jf-act-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 100%);
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%)
}

.jf-act-card__overlay--back {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.7) 100%);
  backdrop-filter: blur(5px);
}

.jf-act-card__back-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.jf-act-card__back-image-wrap .jf-act-card__image {
  transform: scaleX(-1);
  transform-origin: center;
  filter: saturate(0.9) brightness(0.75);
}

.jf-act-card__front-content,
.jf-act-card__back-content,
.jf-act-card__back-top {
  position: relative;
  z-index: 2;
}

.jf-act-card__front-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.jf-act-card__brand,
.jf-act-card__brand--back {
  display: inline-flex;
  align-items: center;
  max-width: 11rem;
}

.jf-act-card__brand-image {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}

.jf-act-card__brand-text {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.jf-act-card__title {
  margin: auto 0 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 2vw, 2.45rem);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
}

.jf-act-card__ticket-link,
.jf-act-card__back-icon,
.jf-act-card__flip-button {
  position: absolute;
  right: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.jf-act-card__ticket-link {
  bottom: 1.25rem;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.jf-act-card__ticket-link:hover,
.jf-act-card__ticket-link:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.jf-act-card__ticket-icon,
.jf-act-card__back-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.jf-act-card__back-icon svg {
  display: block;
}

.jf-act-card__ticket-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.jf-act-card__flip-button {
  right: auto;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.jf-act-card__flip-button--back {
  bottom: 1.5rem;
}

.jf-act-card.is-flipped .jf-act-card__flip-button-icon {
  transform: rotate(45deg);
}

.jf-act-card__flip-button-icon {
  font-size: 1.4rem;
  line-height: 1;
}

.jf-act-card__back-top {
  position: static;
  display: block;
  z-index: 3;
}

.jf-act-card__back-icon {
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 3;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.jf-act-card__back-icon:hover,
.jf-act-card__back-icon:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.jf-act-card__back-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.85rem;
}

.jf-act-card__tour {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jf-act-card__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.55;
}

.jf-act-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
  padding-right: 4.75rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jf-act-card__cta::after {
  content: '';
  width: 1.5rem;
  height: 1px;
  background: currentColor;
}

.jf-act-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  inset: 0;
  z-index: 4;
}

/* Hover-Effekt für Touch-Geräte deaktivieren */
@media (hover: none) and (pointer: coarse) {
  .jf-act-card__link {
    display: none;
  }
}

/* Hover-Effekt NUR für Geräte mit Maus aktivieren */
@media (hover: hover) and (pointer: fine) {
  .jf-act-card__flip-button {
    display: none;
  }
}

@media (max-width: 1279px) {
  .jf-acts-flip-grid__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .jf-acts-flip-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jf-act-card__description {
    font-size: 14px;
  }

  .jf-act-card__inner {
    min-height: 27rem;
  }
}

@media (max-width: 767px) {
  .jf-acts-flip-grid__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .jf-act-card__face--back {
    padding: 1.25rem;
  }

  .jf-act-card__title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }
}

.jf-acts-press-grid {
  width: 100%;
}

.jf-acts-press-grid__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.jf-press-card {
  min-width: 0;
}

.jf-press-card__inner {
  position: relative;
  height: 100%;
}

.jf-press-card__media {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  display: flex;
}

.jf-press-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-press-card__image--placeholder {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    #111111;
}

.jf-press-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%);
}

.jf-press-card__content,
.jf-press-card__content-inner {
  position: relative;
  z-index: 2;
}

.jf-press-card__content {
  display: flex;
  height: auto;
  width: 100%;
}

.jf-press-card__content-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
}

.jf-press-card__brand {
  margin-bottom: auto;
  align-self: flex-start;
}

.jf-press-card__brand-image {
  width: 2.5rem;
  margin-bottom: 1.5rem;
}

.jf-press-card__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.9rem, 2vw, 2.45rem);
  line-height: 0.98;
  text-transform: uppercase;
  text-wrap: balance;
  align-self: flex-start;
}

.jf-press-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.85rem 1.1rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  position: absolute;
  backdrop-filter: blur(5px);
}

.jf-press-card__button:hover,
.jf-press-card__button:focus-visible {
  background: rgba(0, 0, 0, 0.66);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

@media (max-width: 1279px) {
  .jf-acts-press-grid__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .jf-acts-press-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jf-press-card__media {
    min-height: 25rem;
  }
}

@media (max-width: 767px) {
  .jf-acts-press-grid__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .jf-press-card__media {
    min-height: 23rem;
  }

  .jf-press-card__title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }
}

.jf-act-youtube-embed {
  width: 100%;
}

.jf-act-youtube-embed__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000000;
}

.jf-act-youtube-embed__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.jf-act-gallery-masonry {
  column-count: 3;
  column-gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jf-act-gallery-masonry__item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
}

.jf-act-gallery-masonry__figure {
  margin: 0;
}

.jf-act-gallery-masonry__link {
  display: block;
  overflow: hidden;
  background: #0a0a0a;
}

.jf-act-gallery-masonry__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.jf-act-gallery-masonry__link:hover .jf-act-gallery-masonry__image,
.jf-act-gallery-masonry__link:focus-visible .jf-act-gallery-masonry__image {
  transform: scale(1.03);
  filter: brightness(1.03);
}

@media (max-width: 991px) {
  .jf-act-gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .jf-act-gallery-masonry {
    column-count: 1;
    column-gap: 0.75rem;
  }

  .jf-act-gallery-masonry__item {
    margin-bottom: 0.75rem;
  }
}

.jf-act-gallery-slider {
  width: 100%;
  overflow: hidden;
}

.jf-act-gallery-slider .swiper-wrapper {
  align-items: stretch;
}

.jf-act-gallery-slider__slide {
  height: auto;
}

.jf-act-gallery-slider__link {
  display: block;
  height: var(--jf-gallery-slider-height, 50vh);
  overflow: hidden;
  background: #0a0a0a;
  cursor: zoom-in;
}

.jf-act-gallery-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-act-gallery-slider {
  position: relative;
}

.jf-act-gallery-slider__button {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.jf-act-gallery-slider__button:hover,
.jf-act-gallery-slider__button:focus-visible {
  background: rgba(0, 0, 0, 0.9);
}

.jf-act-gallery-slider__button--prev {
  left: 1rem;
}

.jf-act-gallery-slider__button--next {
  right: 1rem;
}

.jf-act-gallery-slider__button svg {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .jf-act-gallery-slider__button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .jf-act-gallery-slider__button--prev {
    left: 0.75rem;
  }

  .jf-act-gallery-slider__button--next {
    right: 0.75rem;
  }
}

/* PhotoSwipe-Bildunterschrift für Act Gallery Slider */
.pswp__jf-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.jf-flyers-grid {
  width: 100%;
}

.jf-flyers-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jf-flyers-grid__item {
  min-width: 0;
}

.jf-flyers-grid__item.is-hidden {
  display: none;
}

.jf-flyers-grid__link {
  display: block;
  overflow: hidden;
  background: #0a0a0a;
  cursor: zoom-in;
}

.jf-flyers-grid__link--external {
  cursor: pointer;
}

.jf-flyers-grid__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.jf-flyers-grid__link:hover .jf-flyers-grid__image,
.jf-flyers-grid__link:focus-visible .jf-flyers-grid__image {
  transform: scale(1.03);
  filter: brightness(1.03);
}

.jf-flyers-grid__load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.jf-flyers-grid__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.85rem 1.1rem;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.33);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(5px);
}

.jf-flyers-grid__load-more:hover {
  background: rgba(0, 0, 0, 0.66);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .jf-flyers-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .jf-flyers-grid__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}

.bold-text-2, .bold-text-3 {
  font-weight: 300;
}

b, strong {
  font-weight: bold;
}

.ccm-modal-inner {
  box-shadow: 0 0 20px rgba(0,0,0,0.5) !important;
}

.featured-color-text-2 {
  color: #888a8c;
}

.contact-form-block {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.w-form {
  margin: 0 0 15px;
  margin-bottom: 15px;
}

.contact-form-wrapper {
  color: #000;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

@media screen and (max-width: 479px) {
  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }
}

.gform_wrapper {
  background: none !important;
}

.gform_wrapper .gform_heading {
  display: none !important;
}

.gform_wrapper .gfield_label {
  color: var(--white) !important;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500 !important;
}

.gform_wrapper input:not([type="submit"]),
.gform_wrapper textarea {
  border-style: none none solid !important;
  border-width: 1px !important;
  border-color: var(--grey) !important;
  min-height: 3rem;
  color: var(--white) !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
  font-size: 14px;
}

.gform_wrapper input[type="submit"] {
  color: #fff !important;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec !important;
  border: 0 ;
  border-radius: 0 !important;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--black);
  background-color: var(--white) !important;
  width: 100%  !important;
  color: var(--black) !important;
  text-align: center;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  border-radius: 0 !important;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem  !important;
  font-weight: 500  !important;
  transition: all .35s;
}

.gform_wrapper input[type="submit"]:hover {
  border-color: var(--white) !important;
  color: var(--white) !important;
  background-color: #0000 !important;
}

.gform_wrapper input:not([type="submit"]):hover,
.gform_wrapper input:not([type="submit"]):active,
.gform_wrapper input:not([type="submit"]):focus {
  border-color: #acacac var(--white) #acacac #acacac;
}

.gform_wrapper input:not([type="submit"])::placeholder {
  color: #222;
}