* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: linear-gradient(to right, #000000, #520029 50%, #000000);
  color: #000000;
  line-height: 1.6;
  font-family: "Audiowide", Arial, sans-serif;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #000000d8;
}
.logo h1 a {
  font-size: 2.5rem;
  color: #ff007f;
  text-shadow: #ff0080 5px 5px 30px;
  text-decoration: none;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: 1s;
}
nav ul li a:hover,
footer ul li a:hover {
  color: #ff007f;
  text-decoration: underline;
  text-shadow: #ff007f 20px 5px 30px;
  font-size: 1.1rem;
  transition: 1s;
}
.tickets-header {
  background-color: #ff007f;
  color: white;
  padding: 5px;
  border-radius: 10px;
}
.tickets-header:hover {
  color: black;
  text-shadow: #00000098 20px 10px 30px;
}
#home-start {
  background: url("../img/home-background.jpg") no-repeat center;
  background-size: cover;
  background-color: #ff0080cc;
  background-blend-mode: luminosity;
  text-align: center;
  padding: 80px 20px;
  border-top: #520029 6px solid;
  border-bottom: #520029 6px solid;
}
#home-start h1 {
  font-family: "Rubik Glitch";
  font-size: 8rem;
  letter-spacing: 12px;
  color: #c3a3a3;
  mix-blend-mode: screen;
  transition: 4s ease;
  text-shadow: 10px 10px 10px #fafafa57;
}
#home-start h1:hover {
  font-size: 1rem;
  transition: 3s ease;
}

main {
  padding: 20px;
}
h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ff007f;
  text-decoration: underline;
}
h3 {
  margin-top: 10px;
  font-size: 1.6rem;
}
#home-container {
  width: 60vw;
  background: linear-gradient(
    to right,
    #520029,
    #796f6fec 45%,
    #796f6fec 55%,
    #520029
  );
  margin: -60px auto 0;
  padding: 50px 70px;
  border-radius: 10px;
}
#home-countdown {
  background-color: #000000;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
}
#home-countdown img {
  width: 40%;
  margin: 20px auto;
  padding: 20px;
  border: #ff008077 2px double;
  box-shadow: #e40072 0 20px 80px;
  border-radius: 10px;
  opacity: 0.5;
}
#home-band-list {
  background-color: #000000;
  border-radius: 10px;
}
.home-band {
  padding: 60px;
}
.home-band img {
  border-radius: 20%;
  filter: saturate(0.05);
  transition: 2s ease;
}
.home-band img:hover,
#home-news-bottom img:hover {
  filter: saturate(1);
  transform: scale(1.02);
  transition: 1s ease;
  box-shadow: 5px 5px 10px #ff007f;
}
.home-band a {
  text-decoration: none;
}
.home-band figcaption {
  color: #ff007f;
  margin-top: 15px;
  font-size: 2rem;
  text-align: center;
}
#latest-news h2 {
  margin-top: 20px;
}
#home-news-top,
#home-news-bottom {
  display: flex;
}
.home-news {
  border-bottom: 1px solid #000000;
  flex: 1;
  margin-top: -20px;
  padding: 20px 10px 10px 0;
}
.home-news a {
  color: #ff007f;
}
#home-news-bottom img {
  border-radius: 10px;
  background-color: #000000;
  flex: 1;
  padding: 10px;
  margin: 10px 0;
  filter: saturate(0.05);
  transition: 2s ease;
}

footer {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  background-color: #000000;
  color: #ff007f;
  border-top: 1px #898989c6 groove;
  border-bottom: 1px #898989c6 groove;
}
footer ul {
  margin-bottom: 10px;
}
footer ul li {
  list-style: none;
  display: inline;
  padding: 10px;
}
footer ul a {
  color: #ffffff;
}
#social {
  margin: 15px 30px 0;
}
#social a {
  border: 2px #ff00806b solid;
  border-radius: 10px;
  padding: 15px;
  font-size: 2.3rem;
  text-decoration: none;
  color: #ff00806b;
  transition: 1s ease;
}
#social a:hover {
  border: 2px #ff0080 solid;
  color: #ff0080;
  text-shadow: none;
  transition: 1s ease;
}

.band-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  background-color: #000000;
  border-radius: 10px;
  padding: 40px 40px;
}
.band-item {
  flex: 30%;
  text-align: center;
  margin: auto;
}
.band-item img {
  border: 1px solid #ff007f;
  border-radius: 8px;
  margin: auto;
  transition: 1s ease;
  background-color: #fdfdfd;
  background-blend-mode: screen;
}
.band-item img:hover {
  transform: scale(1.06);
  box-shadow: 5px 5px 10px #ff007f;
  transition: 1s ease;
}
.band-item figcaption {
  margin-top: 10px;
  font-size: 1.1em;
  color: #ff007f;
}
.band-item a {
  text-decoration: none;
}
.band-site {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.band-site h2,
.band-site figure,
.band-site p,
.band-site div {
  margin: 30px 0;
  flex: 1;
}
.band-site h2 {
  font-size: 3.5rem;
  text-shadow: #ff007f 5px 5px 10px;
  text-decoration: none;
}
.band-site p {
  font-size: 1.1rem;
}
.band-img,
.videoplayer,
.musicplayer {
  border: 5px solid #ff0080a1;
  border-radius: 10px;
  padding: 20px;
  background-color: #000000;
  box-shadow: #ff0080 10px 10px 10px;
  width: 100%;
  height: 100%;
}

#running-order-container {
  width: 60vw;
  background-color: #e5d0d0;
  background: linear-gradient(
    to right,
    #520029,
    #796f6fec 45%,
    #796f6fec 55%,
    #520029
  );
  margin: -60px auto 0;
  padding: 50px 70px;
  border-radius: 10px;
}
#running-order h3 {
  text-decoration: underline;
  margin-bottom: 10px;
  text-align: center;
}
table {
  text-align: center;
  padding: 20px 40px;
  border-spacing: 10px;
  border: solid 1px #ff007f;
  border-radius: 10px;
  background-color: #000000;
  color: #ff007f;
}
th,
td {
  border: 1px solid #ff007f;
  border-radius: 10px;
  padding: 8px 10px;
}
.td-content {
  background-color: #520029da;
  transition: 3s;
}
.td-content a {
  color: #ff007f;
  text-decoration: none;
}
.td-content:hover {
  transition: 2s;
  background-size: cover;
  background-color: #ff0080;
  background-blend-mode: multiply;
  color: #ff008000;
  box-shadow: #ff007f 10px 10px 10px;
}
.td-content a:hover {
  color: #ff008000;
}
#running-order-enter-shikari:hover {
  background-image: url(../img/bandlogo/Enter_Shikari_logo.png);
  padding: 35px 0;
}
#running-order-tsunami-bomb:hover {
  background-image: url(../img/bandlogo/tsunami-bomb-logo.png);
  padding: 50px 0;
}
#running-order-architects:hover {
  background-image: url(../img/bandlogo/architects-logo.png);
  padding: 25px 0;
}
#running-order-turnstile:hover {
  background-image: url(../img/bandlogo/turnstile-logo.png);
  padding: 65px 0;
}
#running-order-bikini-kill:hover {
  background-image: url(../img/bandlogo/Bikini-kill-logo.png);
  background-size: contain;
  padding: 40px 0;
}
#running-order-chelsea-wolfe:hover {
  background-image: url(../img/bandlogo/chelsea-wolfe-logo.png);
  padding: 25px 0;
}
#running-order-paramore:hover {
  background-image: url(../img/bandlogo/paramore-logo.png);
  padding: 20px 0;
}
#running-order-story-of-the-year:hover {
  background-image: url(../img/bandlogo/story-of-the-year-logo.png);
  padding: 20px 0;
}
#running-order-avril-lavigne:hover {
  background-image: url(../img/bandlogo/avril-lavigne-logo.png);
  padding: 40px 0;
}
#running-order-bullet-for-my-valentine:hover {
  background-image: url(../img/bandlogo/bullet-for-my-valentine-logo.png);
  padding: 20px 0;
}
#running-order-bmth:hover {
  background-image: url(../img/bandlogo/bmth-logo.png);
  padding: 40px 0;
}
#running-order-brutus:hover {
  background-image: url(../img//bandlogo/brutus-logo.png);
  padding: 20px 0;
}
#running-order-alexisonfire:hover {
  background-image: url(../img/bandlogo/Alexisonfire-Logo.png);
  padding: 55px 0;
}
#running-order-pvris:hover {
  background-image: url(../img/bandlogo/pvris-logo.png);
  padding: 40px 0;
}
#running-order-distillers:hover {
  background-image: url(../img/bandlogo/distillers-logo.png);
  padding: 80px 0;
}
#running-order-while-she-sleeps:hover {
  background-image: url(../img/bandlogo/while-she-sleeps-logo.png);
  padding: 25px 0;
}
#running-order-jinjer:hover {
  background-image: url(../img/bandlogo/jinjer-logo.png);
  padding: 35px 0;
}
#running-order-daevar:hover {
  background-image: url(../img/bandlogo/daevar-logo.png);
  padding: 40px 0;
}
#running-order-blink-182:hover {
  background-image: url(../img/bandlogo/blink-182-logo.png);
  padding: 25px 0;
}
#running-order-my-chemical-romance:hover {
  background-image: url(../img/bandlogo/My-Chemical-Romance-logo.png);
  padding: 40px 0;
}
#running-order-have-heart:hover {
  background-image: url(../img/bandlogo/have-heart-logo.png);
  padding: 65px 0;
}
#running-order-amyl:hover {
  background-image: url(../img/bandlogo/amyl-logo.png);
  padding: 40px 0;
}
#running-order-parkway-drive:hover {
  background-image: url(../img/bandlogo/parkway-drive-logo.png);
  padding: 25px 0;
}
#running-order-spiritbox:hover {
  background-image: url(../img/bandlogo/spiritbox-logo.png);
  padding: 50px 0;
}

#festival-map-stages ul li,
#festival-map-highlights ul li {
  display: column;
  flex: 50%;
  margin: 10px auto 30px;
  gap: 30px;
}
#festival-map img {
  background-color: #000000;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #ff0080;
}
#festival-map-stages img {
  width: 50%;
}
.festival-map-img-div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex: 1;
}
#festival-map-outro {
  margin: 50px 0 0;
  font-style: oblique;
}
#merch-container,
#ticket-container {
  width: 60vw;
  background: linear-gradient(to right, #000000d8, #520029 50%, #000000d8);
  margin: -60px auto 0;
  padding: 50px 70px;
  border-radius: 10px;
}
.merch {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(to right, #000000d8, #520029 50%, #000000d8);
  border-radius: 10px;
}
.merch-item {
  background-color: #000000cb;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 5px 5px 10px #ff0080;
}
.merch-item img {
  width: 100%;
  border-radius: 4px;
}
.merch-item h3 {
  color: #ff0080;
  font-size: 1.3em;
  margin: 10px 0;
}
.merch-item .preis {
  display: block;
  font-size: 1.1em;
  color: #00ff80;
  margin: 10px 0;
}

#tickets {
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(to right, #000000d8, #520029 50%, #000000d8);
  border-radius: 10px;
}
#tickets h2,
#tickets p {
  text-align: center;
}
#tickets h2 {
  text-shadow: #ff007f 10px 10px 20px;
  font-size: 3rem;
}
#tickets p {
  color: #555;
}
.ticket-optionen {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.ticket-card {
  background-color: #c3a3a3;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 250px;
  padding: 20px;
  text-align: center;
  box-shadow: 5px 5px 10px #ff007f;
}
.ticket-card h3 {
  font-size: 1.3rem;
}
.ticket-card p,
#tickets p,
.merch-item p {
  color: #555;
}
.ticket-card .preis {
  display: block;
  font-size: 2rem;
  color: #ff007f;
  text-shadow: #ff007f 10px 10px 20px;
  margin: 10px 0;
}
.ticket-card button,
.merch-item button {
  padding: 10px 15px;
  background-color: #ff0080a2;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1rem;
}
.ticket-card button:hover,
.ticket-formular button:hover,
.merch-item button:hover {
  background-color: #ff007f;
  transition: 1s;
  box-shadow: #ff007f 10px 10px 20px;
}
.ticket-formular {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.ticket-formular label {
  font-weight: bold;
  color: #555;
}
.ticket-formular select,
.ticket-formular input {
  padding: 10px;
  background-color: #c3a3a3;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2rem;
  box-shadow: 5px 5px 10px #ff007f;
}
.ticket-formular button {
  padding: 10px;
  background-color: #ff0080a2;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.4rem;
}

#impressum h3,
#datenschutz h3,
.kontakt h3 {
  font-size: 1.2rem;
}
#datenschutz ul {
  margin-left: 40px;
}

.kontaktformular {
  border: 1px solid #ff007f;
  margin: 20px 0;
  padding: 10px;
  border-radius: 10px;
  background-color: #520029;
  color: #ff007f;
}
.kontaktformular h3 {
  font-size: 1.5rem;
  margin: 4px 0 5px 16px;
}
.kontaktformular form {
  padding: 10px;
}
.kontaktformular div {
  background: linear-gradient(to right, #000000d8, #272024 50%, #000000d8);
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 10px;
}
.kontaktformular button {
  background-color: #ff007f;
  color: black;
  font-size: 1.05rem;
  padding: 7px;
  margin-right: 16px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}
.kontaktformular label {
  cursor: pointer;
}

.blog-beitrag p {
  border: 1px solid #ff007f;
  margin: 0 0 30px 0;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: #ff0080ab 10px 10px 10px;
}

@media (min-width: 860px) and (max-width: 1100px) {
  #home-container,
  #running-order-container,
  #merch-container,
  #ticket-container {
    width: 80%;
  }
  .logo h1 a {
    font-size: 1.2rem;
  }
  #home-start h1 {
    font-size: 6rem;
  }
}

@media (max-width: 859px) {
  #home-container,
  #ticket-container,
  #merch-container,
  #running-order-container {
    width: 100%;
    margin: 0 auto;
    padding: 50px 30px;
  }
  main {
    padding: 0;
  }
  .logo h1 a {
    font-size: 1.3rem;
  }
  nav ul {
    flex-direction: column;
  }
  #home-start h1 {
    font-size: 2.7rem;
  }
  #home-countdown img {
    width: 70%;
  }
  #running-order-container {
    padding: 0;
  }
  #running-order-container h2 {
    padding: 50px 40px 0;
  }
  table {
    padding: 0;
  }
  footer ul li {
    padding: 10px 0;
  }
  #social {
    margin: 15px 20px 0;
  }
  #social a {
    font-size: 1.2rem;
    margin: 0 5px;
  }
  #running-order-enter-shikari:hover,
  #running-order-tsunami-bomb:hover,
  #running-order-architects:hover,
  #running-order-turnstile:hover,
  #running-order-bikini-kill:hover,
  #running-order-chelsea-wolfe:hover,
  #running-order-paramore:hover,
  #running-order-story-of-the-year:hover,
  #running-order-avril-lavigne:hover,
  #running-order-bullet-for-my-valentine:hover,
  #running-order-brutus:hover,
  #running-order-bmth:hover,
  #running-order-alexisonfire:hover,
  #running-order-pvris:hover,
  #running-order-while-she-sleeps:hover,
  #running-order-distillers:hover,
  #running-order-jinjer:hover,
  #running-order-daevar:hover,
  #running-order-blink-182:hover,
  #running-order-my-chemical-romance:hover,
  #running-order-have-heart:hover,
  #running-order-amyl:hover,
  #running-order-parkway-drive:hover,
  #running-order-spiritbox:hover {
    background-image: none;
    padding: 8px 10px;
  }
  .td-content a:hover {
    color: #000000;
  }
  .festival-map-img-div {
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }
}
