@font-face {
  font-family: "TimesNewArial";
  src: url("../fonts/TimesNewArialVF.woff2");
  font-variation-settings: "srff" 0, "ital" 0, "wght" 50;
}

body {
  overflow: hidden;
  font-family: "TimesNewArial";
  font-variation-settings: "srff" 0, "ital" 0, "wght" 30;
}

* {
  margin: 0;
  padding: 0;
}

iframe {
  transform: scale(1.29);
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

header {
  background: blue;
  padding: 1vw 1vw 1vw 0.5vw;
  margin-bottom: 0.5vw;
  color: white;
  overflow: auto;
}

#captcha-container {
  width: 15vw;
  height: auto;
  padding: 0.8vw 0.8vw 0.2vw 0.8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #fff;
  box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.728);
  border: 1px solid #ccc;
  border-radius: 10px;
}

#image-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 0.2vw;
  width: 15vw;
  position: relative;
  z-index: 1;
}

#image-grid-container::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/momiscrying.gif') center/cover no-repeat;
  z-index: 0; 
}

#image-grid::after {
  display: none;
  content: '';
  position: absolute;
  top: -0.5%;
  left: 0;
  width: 101%;
  height: 105%;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent calc(33.333% - 0.1vw),
    rgb(255, 255, 255) calc(33.333% - 0.1vw),
    rgb(255, 255, 255) calc(33.333%)
  ),
  repeating-linear-gradient(
    90deg,
    transparent,
    transparent calc(33.333% - 0.1vw),
    rgb(255, 255, 255) calc(33.333% - 0.1vw),
    rgb(255, 255, 255) calc(33.333%)
  );
  pointer-events: none; /* Allow clicks to pass through */
  z-index: 2;
}

.false #image-grid-container::before, .false #image-grid::after {
  display: block;
}

#image-grid img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

.false #image-grid img {
  opacity: 0;
}

#image-grid-container {
  position: relative;
  width: 15vw;
  margin: 0 auto; /* Center the container if needed */
}

.selected {
  filter: brightness(190%);
}

#verify-btn {
  cursor: pointer;
  margin-top: 1vh;
  background-color: blue;
  color: #fff;
  border: none;
  padding: 0.2vw;
  font-family: "TimesNewArial";
  font-size: 0.9vw;
  font-variation-settings: "srff" 0, "ital" 0, "wght" 30;
  z-index: 10;
}



#message {
  margin-top: 1vh;
}

#projekt {
  display: none;
}



/* PROJEKT  */

.movable {
  position: absolute;
}


.portraits .movable img {
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 18vw;
  height: auto;
  pointer-events: none;
}

#movable1{
  top: 50%;
  left: 25%;
}

#movable2{
  top: 50%;
  left: 50%;
}

#movable3{
  top: 50%;
  left: 75%;
}


#busch1 {
  z-index: 11;
  top: 80%;
  left: 0%;
}

#busch1 img {
  width: 100%; /* Make the image responsive to the container */
  height: auto;
}

#busch2 {
  z-index: 11;
  top: 0;
  left: 0;
}

#busch2 img {
  width: 100%; /* Make the image responsive to the container */
  height: auto;
}



/* Media Queries */

@media screen and (max-width:500px){
  .box{
    background: blue;
  }
}
