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

@font-face {
  font-family: "edu";
  src: url("../fonts/EduOracleTriple-Book.woff2");
}

html, body {
  background: #fff;
  z-index: 1;
  font-size: 1vw;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 400vh;
}

#schablone {
  position: fixed;
  top: 0;
  margin-top: 5px;
  margin-left: -8px;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
}

.text {
  display: none;
  font-size: 1.3em;
  position: fixed;
}


/*MENU*/

.menu {
  font-family: sans-serif;
  position: fixed;
  font-size: 0.7em;
  top: 3vh;
  left: 1.7vw;
  width: 20vw;
  color: #6a6a6a;
}

.cv, .accuracy, .source { 
  display: inline;
  padding-right: 2vw;
  cursor: pointer;
}

.cv {
  color: #000000;
}

/*TYPED TEXT*/

.header {
  position: fixed;
  top: 8vh;
  line-height: 1.2em;
  left: 1.7vw;
  font-size: 1.5em;
  max-width: 88vw;
}

.typed {
  display: inline;
}

.caret {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: black;
  border-radius: 50%;
  margin-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}


/*COLUMNS*/

.portrait {
  position: fixed;
  top: 50vh;
  left: 1.7vw;
  width: 250px;
  height: 215px;
 /* background-color: #6a6a6ab0; */
  background-image: url('../img/Unbenannt-1.png');
  background-size: contain;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
}

.alt-text {
  display: none;
}

.columns {
  display: flex;
  font-size: 0.65em;
  line-height: 1.2em;
}

.w {
  display: inline-block;
}

.c1l {
  position: fixed;
  left: 1.7vw;
  top: 90vh;
}

.c1r {
  position: fixed;
  left: 8.2vw;
  top: 90vh;
}

.c2l1 {
  position: fixed;
  left: 25vw;
  top: 50vh;
}

.c2r1 {
  position: fixed;
  left: 31.5vw;
  top: 50vh;
}

.c2l2 {
  position: fixed;
  left: 25vw;
  top: 77vh;
}

.c2r2 {
  position: fixed;
  left: 31.5vw;
  top: 77vh;
}

.c3l1 {
  position: fixed;
  left: 49vw;
  top: 50vh;
}

.c3r1 {
  position: fixed;
  left: 55.5vw;
  top: 50vh;
}

.c3l2 {
  position: fixed;
  left: 49vw;
  top: 77vh;
}

.c3r2 {
  position: fixed;
  left: 55.5vw;
  top: 77vh;
}

.c4l {
  position: fixed;
  left: 73vw;
  top: 50vh;
}

.c4r {
  position: fixed;
  left: 79.5vw;
  top: 50vh;
}

 

.falling {
  animation: fall 5s forwards; /* Apply fall animation */
}
@keyframes fall {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(calc(100vh - 30px)); /* End at the bottom of the viewport */
  }
}




/* SCROLLBAR  */


.month {
  position: fixed;
  top: 10%;
  padding: 0;
  width: 79px;
  margin: 0;
  right: -2.1%;
  transform: rotate(-90deg);
  font-size: 0.8em;
  word-wrap: no-wrap;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background:  #ffffff00;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a;
}


/* LANDING PAGE  */

.url {
  color: rgb(177 175 175 / 38%);
  z-index: -1;
  position: fixed;
  top: -1%;
  left: 1%;
  font-size: 0.65em;
}

.input-bar {
  padding: 9px;
  padding-left: 20px;
  font-size: 1.5em;
  border: 1px solid #ccc;
  border-radius: 53px;
  box-shadow: 6px 7px 17px rgba(0, 0, 0, 0.15);
  outline: none;
  width: 100%;
}

.input-container {
  width: 346px;
  position: fixed;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.icon {
  position: fixed;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.suggestion-box {
  position: absolute;
  top: 94%;
  width: 104%;
  left: 9px;
  border-radius: 13px;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}

.suggestion {
  padding: 10px;
  cursor: pointer;
}

.suggestion:hover {
  border-radius: 13px;
  background-color: #f0f0f0;
}

.process, .purpose {
  display: none;
}

.process {
  position: fixed;
  left: 9vw;
  top: 14%;
  line-height: 0.95em;
}

.process-item {
  margin: 45px 0;
}

.process h1 {
  color: blue;
  display: inline-flex;
  text-decoration: underline;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 2px 0;
  cursor: wait;
}

.process h2 {
  font-size: 0.9em;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.process p {
    /* display: inline; */
    color: gray;
    font-size: 1em;
    font-weight: normal;
    margin: 3px;
}


.purpose-header {
  position: fixed;
  font-size: 1.2em;
  top: 27%;
  left: 9vw;
}

.purpose-text {
  position: fixed;
  margin: 0;
  top: 38vh;
  /* line-height: 1em; */
  left: 9vw;
  font-size: 1em;
  max-width: 43vw;
}

.line {
  width: 45vw;
  left: 8.7vw;
  top: 184px;
  position: fixed;
  border-top: 1px solid #dcdcdc;
}




/*keywords*/

.keywords {
  pointer-events: none;
  color: rgb(43, 43, 43);
  z-index: 10;
  position: fixed;
  display: none;
  top: 20px;
  left: 0;
  font-size: 4em;
  margin: 20px;
  overflow: hidden;
  height: 100vh;
}





/* Media Queries */

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