@import "../styles.css";

#locationSection h2,
#programSection h2,
#u16InfoSection h2,
#essenSection h3,
#Ticketinfo h2 {
  color: var(--neon-magenta-core);
  font-family: "Neonderthaw", cursive;
  font-size: 2.6em;
  text-shadow:
    0 0 2px var(--neon-magenta-core),
    0 0 10px var(--neon-magenta-core),
    0 0 18px rgba(255, 77, 255, 0.95),
    0 0 45px var(--neon-magenta-soft),
    0 0 60px rgba(255, 77, 255, 0.45);
    animation: neonFlicker 2s infinite alternate;
}

#programSection #tableContainer {
  display: flex;
  justify-content: center;
  width: 85%;
  border: 2px solid var(--neon-blue-core);
  border-radius: 15px;
  margin-bottom: 50px;
  box-shadow: 
    0 0 2px var(--neon-blue-core),
    0 0 6px var(--neon-blue-core),
    0 0 14px rgba(0, 168, 255, 0.95),
    0 0 28px var(--neon-blue-soft),
    0 0 45px rgba(0, 168, 255, 0.45);
    animation: neonFlicker 2s infinite alternate;
}

#programSection table {
  width: 100%;
  color: white;
  border-collapse: collapse;
  font-family: "Tilt Neon", sans-serif;
}

#programSection th,
#programSection td {
  border-bottom: 1px solid rgba(255, 0, 255, 0.677);
  padding: 8px;
  text-align: left;
}

#programSection th {
  color: var(--neon-blue-core);
}
#programSection td:first-child, th:first-child {
  font-weight: bold;
}
#programSection tr:last-child td {
  border-bottom: none;
}

#u16InfoSection,
#Ticketinfo,
#essenSection,
#locationSection p {
  color: white;
  font-family: "Tilt Neon", sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
#pU16Infos,
#pTicketInfos {
  font-size: 1.2em;
  width: 80%;
  margin-bottom: 20px;
}
#pTicketInfos strong {
  color: var(--neon-blue-core);
  text-shadow:
    0 0 2px var(--neon-blue-core),
    0 0 10px var(--neon-blue-core),
    0 0 18px rgba(255, 77, 255, 0.95),
    0 0 45px var(--neon-blue-soft),
    0 0 60px rgba(255, 77, 255, 0.45);
}

#u16InfoSection a,
#locationSection a,
#Ticketinfo a {
  color: var(--neon-magenta-core);
  text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-family: "Tilt Neon", sans-serif;
}

#locationSection a {
    font-size: 1.2em;
    text-decoration: var(--neon-blue-core) underline ;
    margin-bottom: 50px;
}

#getränkePdf {
  width: 90%;
  max-width: 600px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#getränkePdf img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
