@media only screen and (min-width: 801px) {
  
  html, body {
    height: 100%;
    margin: 0;
    background-image: url('background.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .flex { 
  	height: 100%;
      display: flex; 
      justify-content: center; 
      align-items: center;
  }

  .b-unity {
  	height: 100%;
  	width: 100%;
  	display: flex; 
      justify-content: center; 
      align-items: center;
  }

  .center{
  	position: relative;
  	width: 400px;
  	height: 400px;
  }

  .schrift {
  	width:400px;
  }

  #schrift1 {
    position: absolute;
    top: 55px;
    z-index:3;
  }

  .logo {
  	width:230px;
  	animation: orbit 8s linear infinite;
  }

  #logo1 {
    position: absolute;
    left: 185px;
    z-index:2;
  }

  .dear {
  	width:600px;
  	-webkit-animation-duration: 10s;
              animation-duration: 10s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
  }

  #dear1 {
    position: absolute;
    left: -200px;
    top: -150px;
    z-index:4;
  }

  .stay {
  	width:600px;
  	-webkit-animation-duration: 10s;
              animation-duration: 10s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
  			animation-delay: 2s;
  }

  #stay1 {
    position: absolute;
    left: 100px;
    top: 200px;
    z-index:5;
  }

  @keyframes orbit {
  	from {
  		transform: rotate(360deg)
  	}
  	to {
  		transform: rotate(0deg)
  	}
  }

  @-webkit-keyframes fadeIn {
          0% {opacity: 0;}
          100% {opacity: 1;}
       }
       
       @keyframes fadeIn {
          0% {opacity: 0;}
          100% {opacity: 1;}
       }

  @-webkit-keyframes fadeIn1 {
          0% {opacity: 0;}
          100% {opacity: 1;}
       }
       
       @keyframes fadeIn1 {
          0% {opacity: 0;}
          100% {opacity: 1;}
       }
           
  .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  }
}
@media only screen and (max-width: 800px) {
  html, body {
  height: 100%;
  margin: 0;
  background-image: url('background.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.flex { 
  height: 100%;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.b-unity {
  height: 100%;
  width: 100%;
  display: flex; 
    justify-content: center; 
    align-items: center;
}
.center{
  position: relative;
  width: 400px;
  height: 400px;
}
.schrift {
  width:200px;
}

#schrift1 {
    position: absolute;
    top: 150px;
    left: 65px;
    z-index:3;
  }

.logo {
  width:115px;
  animation: orbit 8s linear infinite;
}

#logo1 {
    position: absolute;
    left: 155px;
    top: 120px;
    z-index:2;
  }

.dear {
  width:300px;
  -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
#dear1 {
    position: absolute;
    left: 30px;
    top: 40px;
    z-index:4;
  }
.stay {
  width:300px;
  -webkit-animation-duration: 10s;
            animation-duration: 10s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
      animation-delay: 2s;
}
#stay1 {
    position: absolute;
    left: 30px;
    top: 230px;
    z-index:5;
  }

@keyframes orbit {
  from {
    transform: rotate(360deg)
  }
  to {
    transform: rotate(0deg)
  }
}

@-webkit-keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }
     
     @keyframes fadeIn {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }

@-webkit-keyframes fadeIn1 {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }
     
     @keyframes fadeIn1 {
        0% {opacity: 0;}
        100% {opacity: 1;}
     }
         
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}


}

/* DISCLAIMER */
.disclaimer {
    height: 100%;
    width: 100%;
    display: flex; 
      justify-content: center; 
      align-items: center;
  }

  .disc-center{
    position: relative;
    width: 80%;
  }

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,400;1,600&family=Roboto:ital@0;1&display=swap');
#disc-1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: semi-bold;
  color: white;
  font-size: 35px;
}
#disc-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: semi-bold;
  color: white;
  font-size: 20px;
}
#disclaimer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: white;
}

font-family: 'Open Sans', sans-serif;
