.elementor-kit-45{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#151515;--e-global-color-accent:#FF7915;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-b104c57-font-family:"HQ_Work_Sans Italic";--e-global-typography-b104c57-font-size:3.7vw;--e-global-typography-b104c57-font-weight:700;--e-global-typography-b104c57-text-transform:uppercase;--e-global-typography-b104c57-line-height:4.2rem;--e-global-typography-b104c57-letter-spacing:-3px;background-color:#202020;}.elementor-kit-45 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-45{--e-global-typography-b104c57-font-size:4.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-45{--e-global-typography-b104c57-font-size:2.3rem;--e-global-typography-b104c57-line-height:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.gallerySectionRS {
    background: #0d0d0d;
  --gap: 5em;
  --line: 1px;
  --color: rgba(255, 255, 255, 0.1);

  background-image: linear-gradient(
      -90deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    ),
    linear-gradient(
      0deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    );
  background-size: var(--gap) var(--gap);
}




.igd-body{
    background: #dfdfdf14 !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    
}

.igd-shortcode-wrap.igd-shortcode-gallery{
    border-radius: 16px !important;
    border: 1px solid #2f2e2e
}

.igd-body .body-action{
    display: none !important;
}

.igd-body .file-list .go-prev{
	background-color: gray !important;
}

.backBtnMobile, .backBtn{
    cursor: pointer;
}

@keyframes subtle-glow {
  0%, 100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 
                 0 0 10px rgba(255, 255, 255, 0.6), 
                 0 0 20px rgba(255, 255, 255, 0.4);
  }
  50% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 
                 0 0 20px rgba(255, 255, 255, 0.7), 
                 0 0 30px rgba(255, 255, 255, 0.5);
  }
}

.glow-text {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 
               0 0 10px rgba(255, 255, 255, 0.6), 
               0 0 20px rgba(255, 255, 255, 0.4);
  animation: subtle-glow 2s infinite alternate;
}

/* Anpassung für Mobilgeräte */
@media (max-width: 768px) {
  .glow-text {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 
                 0 0 6px rgba(255, 255, 255, 0.3), 
                 0 0 10px rgba(255, 255, 255, 0.2);
    animation: subtle-glow-mobile 2s infinite alternate;
  }
}

/* Leicht abgeschwächte Animation für Mobilgeräte */
@keyframes subtle-glow-mobile {
  0%, 100% {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 
                 0 0 6px rgba(255, 255, 255, 0.3), 
                 0 0 10px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0), 
                 0 0 12px rgba(255, 255, 255, 0), 
                 0 0 18px rgba(255, 255, 255, 0);
  }
}

/* Ticketshop Button */
.button2 {
  --h-button: 48px;
  --w-button: 100%;
  --round: 0.75rem;
  cursor: pointer;
  font-family: 'HQ_WorkSans';
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.25s ease;
  background: #000; /* Sehr dunkles Inneres */
  border-radius: var(--round);
  border: none;
  outline: none;
  padding: 12px 18px;
  box-shadow: 0 0 10px 2px rgba(255, 140, 0, 0.9), /* Neon-Orange Schimmer */
              0 0 20px 4px rgba(255, 140, 0, 0.5), 
              0 0 30px 8px rgba(255, 140, 0, 0.3);
              transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.button2:hover{
    background: #0f0f0f;
}

.button2:focus{
    background: #0f0f0f;
}

.button2:active{
    box-shadow: 0 0 10px 2px rgba(255, 140, 0, 0.9), /* Neon-Orange Schimmer */
              0 0 20px 4px rgba(255, 140, 0, 0.5), 
              0 0 30px 8px rgba(255, 140, 0, 0.3);
}

.button2::before,
.button2::after {
  content: "";
  position: absolute;
  transition: all 0.5s ease-in-out;
  border-radius: calc(var(--round) - var(--space));
  z-index: 0;
}

.button2::before {
  --space: 1px;
  background: linear-gradient(
    177.95deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.button2:active {
  transform: scale(0.95);
  box-shadow: 0 0 5px 1px rgba(177, 201, 57, 0.7),
              0 0 15px 3px rgba(177, 201, 57, 0.5); /* Schimmer bei Klick reduziert */
}

.inner2 {
  z-index: 2;
  position: relative;
  font-family: 'HQ_WorkSans' !important;
  width: 100%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s ease-in-out;
}

.fold2 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(
    177.95deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 3px black;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: var(--round);
}
.fold2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 150%;
  transform: rotate(45deg) translateX(0%) translateY(-18px);
  background-color: #e8e8e8;
  pointer-events: none;
}
.button2:hover .fold {
  margin-top: -1rem;
  margin-right: -1rem;
}

.points_wrapper2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.points_wrapper2 .point2 {
  bottom: -10px;
  position: absolute;
  animation: floating-points infinite ease-in-out;
  pointer-events: none;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 9999px;
}
@keyframes floating-points {
  0% {
    transform: translateY(0);
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translateY(-55px);
    opacity: 0;
  }
}
.points_wrapper2 .point2:nth-child(1) {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.points_wrapper2 .point2:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.points_wrapper2 .point2:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.points_wrapper2 .point2:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.points_wrapper2 .point2:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.points_wrapper2 .point2:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.points_wrapper2 .point2:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.points_wrapper2 .point2:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.points_wrapper2 .point2:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.points_wrapper2 .point2:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}

.inner2 {
  z-index: 2;
  gap: 6px;
  position: relative;
  width: 100%;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.inner2 svg.icon2 {
  width: 18px;
  height: 18px;
  transition: fill 0.1s linear;
}

.button2:focus svg.icon2 {
  fill: white;
}
.button2:hover svg.icon2 {
  fill: transparent;
  animation:
    dasharray 1s linear forwards,
    filled 0.1s linear forwards 0.95s;
}
@keyframes dasharray {
  from {
    stroke-dasharray: 0 0 0 0;
  }
  to {
    stroke-dasharray: 68 68 0 0;
  }
}
@keyframes filled {
  to {
    fill: white;
  }
}/* End custom CSS */