/* Header */
#mainHeader{
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: -1;
}

/* Header - Bilder */
#feder img {
  width: 15em;
  height: auto;
  left: -4em;
  opacity: 0;
  position: relative;

}

#hand img{
  width: 102%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;

  position: absolute;
  left: -2.4em;
  bottom: -8em;
  z-index: -4 !important;

}

#brand img{
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 2em;
  left: 0;
  opacity: 0;
  margin-left: 36em;
}

#brand #federleicht{
  position: absolute;
  left: 67%;
  right: 33%;
  bottom: 13em;
}

#federleichtinRow{
  position: relative;
  bottom: -13em;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  opacity: 0;
  text-align: right;
}

#federleicht #letters{
  font-size: 3em;
  font-weight: bold;
}

#letters #f{
  opacity: 0;
  margin-top: -1.3em;
}

#letters #e1{
  margin-top: -1.4em;
  margin-left: 1em;
  opacity: 0;
}

#letters #d{
  margin-top: -1.6em;
  margin-left: 2em;
  opacity: 0;
}

#letters #e2{
  margin-top: -1.3em;
  margin-left: 3.2em;
  opacity: 0;
}

#letters #r{
  margin-top: -1.6em;
  margin-left: 4.2em;
  opacity: 0;
}

#letters #l{
  margin-top: -1.5em;
  margin-left: 5.2em;
  opacity: 0;
}

#letters #e3{
  margin-top: -1.6em;
  margin-left: 6em;
  opacity: 0;
}

#letters #i{
  margin-top: -1.5em;
  margin-left: 7em;
  opacity: 0;
}

#letters #c{
  margin-top: -1.4em;
  margin-left: 8em;
  opacity: 0;
}

#letters #h{
  margin-top: -1.4em;
  margin-left: 9em;
  opacity: 0;
}

#letters #t{
  margin-left: 10em;
  opacity: 0;
}

/* Main */
#content{
  background-image: url('./wp-content/uploads/2020/07/bg.jpg');
  position: relative !important;
  z-index: 1 !important;
}



/* Responsive */

@media only screen and (max-width: 1577px){
  #feder img{
    opacity: 1;
    left: -4em;

  }
}

@media only screen and (max-width: 1495px){
  #feder img{
    top: 1em;
  }
}



@media only screen and (max-width: 1365px){

  #feder img{
    width: 12em !important;
  }

  #brand img{
    bottom: 2em;
    left: 0;
    margin-left: 34em;
  }

  #brand #federleicht{
    bottom: 11em;

  }

  #federleicht #letters{
    font-size: 2em !important;
  }

}



@media only screen and (max-width: 1332px){
  #brand img{
    margin-left: 23em !important;
  }

  #brand #federleicht{
    left: 45%;
    right: 55%;
  }
}

@media only screen and (max-width: 1280px){
  #hand{
    display: none;
  }

  #feder img{
    width: 16em !important;
    left: 0em;
  }

  #brand img{
    position: relative;
    display: block;

    top: 27em;
    bottom: 0em;
    margin: 0 auto  !important;
    opacity: 0;
    transition: 1s all ease-in;
  }

  #brand #federleicht{
    overflow: hidden;
  }

  #federleichtinRow{
    opacity: 0;
    display: block;
    margin: 0 auto  !important;

    transition: 1s all ease-in;

    top: 1em !important;

    text-align: center;
    padding-bottom: 1em;
  }
}


@media only screen and (max-width: 1119px){
  #mainHeader{
    height: 90vh;
  }
}

/*@media only screen and (max-width: 1000px){
  main{
    background-image: url("../img/mainBgM.jpg");
    background-size: cover;
  }
}*/

@media only screen and (max-width: 1000px){

  #feder img{
    width: 13em !important;
    left: 0em;
  }

  #mainHeader{
    height: 60vh;
  }

  #brand img{
    position: relative;
    display: block;

    top: 14em;
    bottom: 0em;
    margin: 0 auto  !important;
    opacity: 0;
    transition: 1s all ease-in;

    width: 90%;
  }

  #federleichtinRow{
    opacity: 0;
    display: block;
    margin: 0 auto  !important;

    transition: 1s all ease-in;

    top: 7.5em !important;

    text-align: center;
    padding-bottom: 1em;

    overflow: hidden;
  }
}


@media only screen and (max-width: 886px){
  #mainHeader{
    height: 55vh;
  }
}


@media only screen and (max-width: 690px){
  #federleichtinRow p{
    font-size: .8em;
  }
}


/*@media only screen and (max-width: 650px){
  main{
    background-image: url("../img/mainBgS.jpg");
    background-size: cover;
  }
}*/


@media only screen and (max-width: 625px){
  #brand img{
    width: 40%;
  }
}

@media only screen and (max-width: 552px){
  #feder img{
    width: 10em !important;
  }

  #federleichtinRow p{
    font-size: .6em;
  }
}


@media only screen and (max-width: 433px){
  #brand img{
    width: 60%;
  }
}

@media only screen and (max-width: 414px){

  #federleichtinRow p{
    font-size: .4em;
  }
}

/* Animation */

@media only screen and (max-width: 1719px){
  #brand img{
    margin-left: 30em;
  }

  #brand #federleicht{
    position: absolute;
    left: 67%;
    right: 33%;
    bottom: 10em;
  }

  #federleicht #letters{
    font-size: 2.5em;
    font-weight: bold;
  }
}


@media only screen and (max-width: 1597px){
  #hand img{
    bottom: -7.5em;
  }
}

@media only screen and (max-width: 1506px){
  #hand img{
    width: 103%;
  }
}


/* Spezielle Animation */

@media only screen and (max-width: 414px) and (max-height: 736px){
  #brand img{
    top: 12em;
    width: 70%;
  }

  #federleichtinRow{
    opacity: 0;
    display: block;
    margin: 0 auto  !important;

    transition: 1s all ease-in;

    top: 6.5em !important;

    text-align: center;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px){
  #brand img{
    top: 11em;
    width: 100%;
  }

  #federleichtinRow{
    opacity: 0;
    display: block;
    margin: 0 auto  !important;

    transition: 1s all ease-in;

    top: 6em !important;

    text-align: center;
    padding-bottom: 1em;
  }
}

@media only screen and (max-width: 360px) and (max-height: 740px){
  #brand img{
    top: 13.5em;
    width: 100%;
  }

  #federleichtinRow{
    opacity: 0;
    display: block;
    margin: 0 auto  !important;

    transition: 1s all ease-in;

    top: 7.5em !important;

    text-align: center;
    padding-bottom: 1em;
  }

}
