@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 {
  width: 100vw;
  height: 100vh;
  transform: scale(1.29);
  z-index: -1;
  mix-blend-mode: exclusion;
  margin-left: 5vw;
}

/* CAPTCHA */

.captcha-container {
  width: 20vw;
  display: flex;
  flex-direction: column;
  min-height: 15vh;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1vw;
  background-color: #fff;
  box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.728);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.captcha-image {
  width: 20vw;
  height: 12vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 1vh auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.captcha-image.img1 {
  background-image: url('../img/koran.png');
}
.captcha-image.img2 {
  background-image: url('../img/nokia.png');
}
.captcha-image.img3 {
  background-image: url('../img/ZWB5Ö.png');
}
.captcha-input {
  width: 96%;
  padding: 0.4vw;
  border: 1px solid #ccc;
  border-radius: 5px;
}


#SubmitButton {
  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" 10;
  border-radius: 5px;
}

#ValidationMessage {
  margin: 1.5vh 0 0 0.5vh;
}

/* TRANSITION */

#transition {
  display: none;
  cursor: crosshair;
}

#transimg {
  width: 100vw;
  height: 100vh;
  transform: scale(1.29);
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  margin-left: 5vw;
}

#transition p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.3vw;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.523);
  animation: animate 1.5s linear infinite; 
  pointer-events: none;
}

#transition button {
  border: 1px solid white;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.378);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1vh;
  border-radius: 5px;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@keyframes animate{ 
  0%{ 
    opacity: 0; 
  } 
  20%{ 
    opacity: 40%; 
  } 
  50%{ 
    opacity: 1; 
  } 
  80%{ 
    opacity: 40%; 
  } 
  100%{ 
    opacity: 0; 
  } 
} 


#enter {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 5;
}


/* PROJEKT */

#projekt {
  display: none;
}

.titel {
  font-family: serif;
  position: absolute;
  top: 1vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  font-size: 4vw;
  color: #2382b4;
  mix-blend-mode: difference;
}

#subtitel {
  font-size: 1.8vw;
  line-height: 1;
  top: 13vh;
  text-align: center;
}

.img {
  position: absolute;
  top: 60vh;
  height: 17vh;
  width: auto;
  z-index: 3;
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, top 0.3s ease;
}

.img:hover {
  z-index: 10;
  width: auto;
  height: 100vh;
  width: auto;
  position: absolute;
  top: 0 !important; 
}



#img1{
  left: 4vw;
}

#img2{
  left: 11.2vw;
}

#img3{
  left: 25.4vw;
}

#img4{
  left: 40.5vw;
}

#img5{
  left: 54.2vw;
}

#img6{
  left: 65vw;
}



/* Media Queries */

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