@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Robotto-BlackItalic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Bold.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-BoldItalic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Italic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Light.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-LightItalic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Medium.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-MediumItalic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Regular.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Thin.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-ThinItalic.ttf") format("ttf"),
    url("../fonts/roboto/Robotto-Black.ttf") format("ttf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: bisque;
}

body {
  font-family: "Robotto", sans-serif;
  color: white;
  font-size: 70%;
  overflow-x: hidden;
}

/*####################################  header   ############################################*/

header {
  background-color: #5b3a29;
  padding: 20px 10px;
  z-index: 100;
  width: 100%;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}

header > div > a > img{
  height: 10vh;
  padding: 6px;
}

header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  border-radius: 4px;
}

header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header-right a:hover {
  background-color: #965e44;
  color: white;
}

header a.active {
  background-color: #7e503a;
  color: white;
}

.header-center > a{
  font-size: xx-large;
  font-weight: bold;
}



/*####################################  main   ############################################*/
main{
  position: absolute;
  top: 7vh;
}

.main{
  min-height: 93vh;
}

p > a{
  color: #eed2b4;
}

.parallax:nth-child(3){
  background-image: url('../images/sections/startup-594090_1920.jpg');
}
.parallax {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #493830;
  background-image: url('../images/sections/wepik-export-202309071615371l1Y.png');
  display: flex;
  justify-content: center;
  position: relative;
}

.parallax:first-child{
  background-image: none;
  background-color: #493830;
  height: 93vh;
}

#dotBig{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dot{
  height: 50%;
  width: 50%;
  background-color: #493830;
  border-radius: 20px;
  max-width: 100%;
  max-height: 100%;
  transition: linear;
  border: 10px solid antiquewhite;
}



.norm {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100vh;
  background-color: antiquewhite;
  display: flex;
  justify-content: center;
}

/*####################################  sections   ############################################*/

.area {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.intro {
  width: 70%;
  color: #fff;
  background-color: #493830;
  border-radius: 9px;
  display: flex;
  border: 10px antiquewhite solid;
  z-index: 1;
}

.intro:first-child{
  align-self: flex-start;
}
.intro:nth-child(2){
  align-self: flex-end;
  height: 58%;

}

.intro > div {
  padding: 20px;
  width: 50%;
}

.intro h2 {
  font-size: large;
  padding: 10px;
}

.intro p {
  font-size: medium;
  padding: 10px;
}

.image{
  background-image: url("../images/sections/vr2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image:last-child{
  background-image: url("../images/sections/welcome.jpg");
}


/*####################################  norm section   ############################################*/
.normSmall{
  width: 90%;
  height: 100%;
  color: black;
}

.features{
  letter-spacing: -.025em;
  width: 100%;
}

.features:nth-child(1){
  height: 20%;
  width: 100%;
  font-size: 40px;
  display: flex;
  align-items: center;
}

.features:last-child{
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 30px;
  align-content: center;
}

.smallFeatures{
  height: 20%;
  background-color: antiquewhite;
  display: flex;
  align-items: center;
  padding-left: 5%;
  border: #493830 solid 10px;
}

.placeholderBig{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.placeholder{
  width: 60%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #faebd7;
  font-size: 40px;
  border-radius: 15px;
}

.placeholder img{
    width: 95%;
    border-radius: 10px;
}

#dashboard1{
 display: none;
}

.js-scroll {
opacity: 0;
}

.js-scroll.scrolled {
  opacity: 0; /* Anfangs unsichtbar */
  animation: fadeIn 1s ease-in-out forwards; /* Animationseigenschaften festlegen */
}

.js-scroll.scrolled-out {
  opacity: 0; /* Anfangs unsichtbar */
  animation: scrolled-out 1s ease-out forwards; /* Animationseigenschaften festlegen */
}

.fly-right{
  opacity: 0; /* Anfangs unsichtbar */
  margin-right: 100%;
  animation: fly-right 1s ease-out forwards; /* Animationseigenschaften festlegen */
}

.fly-left{
  opacity: 0; /* Anfangs unsichtbar */
  margin-left: 100%;
  animation: fly-left 1s ease-out forwards; /* Animationseigenschaften festlegen */
}
/*####################################  animation   ############################################*/

@keyframes fly-right{
  from{
    opacity: 0;
    margin-right: 100%;
  }
  to{
    opacity: 1;
    margin-right: 0%;
  }
}

@keyframes fly-left{
  from{
    opacity: 0;
    margin-left: 100%;
  }
  to{
    opacity: 1;
    margin-left: 0%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0; /* Startwert: unsichtbar (0%) */
  }
  to {
    opacity: 1; /* Endwert: sichtbar (100%) */
  }
}

@keyframes scrolled-out{
  from {
    opacity: 1; /* Startwert: unsichtbar (0%) */
  }
  to {
    opacity: 0; /* Endwert: sichtbar (100%) */
  }
}

/*####################################  animation end   ############################################*/

@media screen and (max-width: 1075px){
  .intro{
    width: 100%;
  }
}

@media screen and (max-width: 755px){
  .header-right{
    display: none;
  }
  .header-center > a{
    font-size: x-large;
    font-weight: bold;
  }

  .intro{
    width: 100%;
  }
  	
  .image{
    display: none;
  }

  .intro > div {
    padding: 20px;
    width: 100%;
  }

}

@media screen and (max-width: 700px){
  #dashboard1{
    display: unset;
  }

  #dashboard2{
    display: none;
  }
}

@media screen and (max-width: 472px) {
  header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }

  .area{
    margin-top: 5%;
  }

  .intro{
    margin-bottom: 5%;
    width: 100%;
  }

  .intro h2 {
    font-size: medium;
  }
  
  .intro p {
    font-size: small;
  }

  .parallax:first-child {
    min-height: 94vh;
    height: auto;
  }

  .features:nth-child(1) {
    font-size: xx-large;
  }

  .features:last-child {
    font-size: x-large;
  }

  .placeholder{
    width: 90%;
  height: 45%;
  }

  #dot{
    height: 50%;
    width: 100%;
    background-color: antiquewhite;
    border-radius: 0px;
  }  

}

