.elementor-2618 .elementor-element.elementor-element-c7adf91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-38d60be *//* WRAPPER */
.event-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: 'Georgia', serif;
  color: #e8e0d0;
}

/* HERO */
.event-hero {
  position: relative;
  width: 100%;
  min-height: 480px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.event-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 1;
}

.event-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
}

.event-hero-content h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.event-subtitle {
  color: #e0c97f;
  font-size: 1.1rem;
  margin-bottom: 24px;
}

/* CTA BUTTON */
.event-cta-btn {
  display: inline-block;
  background: #c8972b;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.event-cta-btn:hover {
  background: #e0aa33;
}

/* GRID */
.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* CARDS */
.event-card {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-card h3 {
  color: #c8972b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.event-card p {
  color: #ccc;
  line-height: 1.6;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.ticket-price {
  font-size: 1.6rem;
  color: #e0c97f !important;
  font-weight: 700;
  display: block;
  margin-bottom: 16px !important;
}

/* JETZT BUCHEN BUTTON */
.event-book-btn {
  display: inline-block;
  background: #c8972b;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
  transition: background 0.3s;
  margin-top: 8px;
}

.event-book-btn:hover {
  background: #e0aa33;
}

/* DESCRIPTION */
.event-description {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
}

.event-description h2 {
  color: #c8972b;
  font-size: 1.8rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3a3a3a;
}

.event-text {
  color: #ccc;
  line-height: 1.8;
  font-size: 1rem;
}

/* MAP */
.event-map-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.event-map-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.map-location-name {
  color: #e0c97f !important;
  font-weight: 700;
  font-size: 1.1rem;
}

.map-btn {
  display: inline-block;
  margin-top: 12px;
  background: #c8972b;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s;
}

.map-btn:hover {
  background: #e0aa33;
}

.event-map-embed {
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
}

/* BUCHUNG */
.event-booking {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
}

.event-booking h2 {
  color: #c8972b;
  font-size: 1.8rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3a3a3a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .event-grid {
    grid-template-columns: 1fr;
  }
  .event-map-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .event-hero {
    padding: 50px 20px;
  }
  .event-hero-content h1 {
    font-size: 1.8rem;
  }
  .event-description,
  .event-booking {
    padding: 24px;
  }
}/* End custom CSS */