* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 2rem;
}

p {
  margin: 0;
}

.background-image {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  padding-top: 100px;
}

.background-image img {
  width: 960px;
}

.img-container {
  width: 100%;
  position: relative;
}

.img-container img {
  width: 100%;
  display: block;
}

.img-container .sticker {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 35%;
}

header {
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 990;
  box-shadow: 0px 3px 6px #00000029;
}

.head__inner {
  margin: 0 auto;
  height: 100px;
  max-width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

main {
  box-shadow: 0px 3px 6px #000;
  margin: 0 auto;
  padding-top: 100px;
  max-width: 960px;
}

/* Stil für den Bild Container */
.button-special {
  width: 80px; /* Breite des Containers */
  height: 90px; /* Höhe des Containers (als Beispiel) */
  cursor: pointer;
  background: radial-gradient(circle, #171717, #2e002e, #750000, #aa0000, #ff4500);
  border-radius: 50%;
}

#bild {
  filter: drop-shadow(2px 4px 6px black);
}

/* Stil für das Popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
.popup-content p {
  color: #171717;
}
.popup[data-content="video"] .popup-content {
  background-color: #000;
}
.popup[data-content="video2"] .popup-content {
  background-color: #000;
}
.popup-content iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.popup-content .title {
  font-family: 'Impact', sans-serif;
}
.popup-content .content {
  text-align: left;
  font-size: 1rem;
}

/* Stil für das Schließen-Symbol */
.close {
  position: absolute;
  top: 0px;
  right: 2px;
  cursor: pointer;
  font-size: 30px;
  margin-top: -5px;
  color: grey;
}

.rock-banner {
  width: 100%;
  text-align: center;
  /*background-color: #171717;*/
  color: #ffffff;
  font-family: 'Impact', sans-serif;
  font-size: 3em;
  /*border-bottom: 5px solid #ff4500;*/
  letter-spacing: 2px;
  position: relative;
}
.rock-banner p {
  font-size: clamp(3rem, 2.5vw, 10rem);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  background-color: #171717;
  mix-blend-mode: multiply;
}

.head__inner .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}


/* CSS */
.button-quadrat {
  font-family: "Impact", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.hidden {
  display: none;
}

.button-quadrat:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-quadrat {
    padding: 0.25em 0.75em;
  }
}

@media (width <= 960px) {
  iframe {
    width: 100%;
  }
  html {
    max-height: 100vh;
  }

  .popup-content {
    width: 90%;

  }
  main {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    height: 50vh;
  }
  header {
    padding: 0.5rem;
    position: relative;
    height: 50vh;
  }

  .head__inner {
    height: 100%;
    flex-direction: column;
    align-items: space-between;

  }
  .head__inner .info-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }

  .head__inner .info-wrapper.info-wrapper--video {
    flex-direction: row;
    flex-grow: 0;
  }
  
  
  .rock-banner {
    flex-grow: 1;
    background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);
  }

  .popup-content {
    min-height: 50vh;
  }

  .button-special {
    margin-bottom: 2rem;
  }

  .popup[data-content="video"] .popup-content {
    min-height: auto;
  }

  .popup[data-content="video2"] .popup-content {
    min-height: auto;
  }
  
  .popup[data-content="video"] .popup-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
	.popup[data-content="video2"] .popup-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}