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

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

* {
  margin: 0;
  padding: 0;
}

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

.captcha-container {
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  position: absolute;
  z-index: 5;
  background-color: #eaeaea;
  width: 16vw;
  height: 7vh;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 1vw rgba(0, 0, 0, 0.728);
}

#robot-label {
  font-size: 1.3vw;
  cursor: pointer;
  position: relative;
  padding: 0 1vw 0 1vw;
  margin-top: 0.3vh;
}

#robot-checkbox {
  margin: 0 1vw;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 10px;
  height: 10px;
  animation: spin 0.5s linear infinite;
  display: none;
  margin-left: 10px;
}


@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


/* PROJEKT */

.main-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}




.projekt-container {
  position: absolute;
  z-index: 3;
  background-color: #ffffff;
  width: 55%;
  height: 85vh;
max-height: 100%;
  border-radius: 35px;
  bottom: 8.5%;
  left: 54.5%;
  transform: translateX(-50%);
  pointer-events: all;
    overflow-y: scroll; 
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;

}

.projekt-container::-webkit-scrollbar {
  display: none;
}



#phone {
  height: 95vh;
  width: auto;
  z-index: 999;
  pointer-events: none;
  position: relative;
  display: block;
}

.start {
  position: absolute;
  text-align: center;
  font-size: 3vw;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0.8;
  color: rgb(253, 0, 0);
}

.gym {
  background-color: #c3c3c3;
  color: #000000;
  border: none;
  padding: 7px 17px;
  border-radius: 15px;
  cursor: pointer;
  width: 3vw;
  margin-left: 5%;
  margin-top: 55vh;
}


.dropdown-toggle {
  background-color: #22c705;
  color: #fff;
  border: none;
  padding: 7px 17px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 5%;
  width: 7vw;
  text-align: center;
  align-self: flex-end;
}

#dropdown-toggle-work {
  margin-top: 2% ;
  margin-bottom: 10% ;
}


.dropdown-content {
  height: auto;
  z-index: 1;
  width: 90%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  margin-top: 0;
}

.dropdown-content img {
  width: 95%;
  align-self: center;
  padding-top: 5%;
  border-radius: 40px;

}

.dropdown-content img:last-child {
   padding-bottom: 5%;
}

.display-flex {
  display: flex !important;
}

#first {
  margin-top: 2% ;
  display: none;
}

#second {
  display: none;
  margin-bottom: 5% ;
}






/* Google Elements */ 

.gm-compass {
  display: none !important;
}

/* Media Queries */

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