/*///////////// COPYRIGHT: THOMAS ROEHN /////////////*/
/*//////////////// INFO@WEBHANNOVER.DE //////////////*/
/*////////////////// WWW.WEBHANNOVER.DE /////////////*/
/*////////////////// WWW.KLICKHIER.INFO /////////////*/
/*//// IMAGES AND VIDEO FROM PEXELS.COM /////////////*/
#myBtn1 {
  display: none;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  height: 200px;
  width: 50px;
  border-radius: 4px;
  background-color: transparent;
}

#myBtn1 .fa {
  position: relative;
  font-size: 32px;
  z-index: 2;
  color: #da9527;
  margin-bottom: 20px;
}

#myBtn1 .fa:hover {
  opacity: 50%;
}

@media screen and (max-width: 990px) {
  body {
    display: non;
  }
  #myBtn1 {
    top: 0;
    right: 0;
    left: 0;
    height: 120px;
    width: 100%;
  }
  #myBtn1 .fa {
    font-size: 35px;
    margin-right: 15px;
    float: right;
  }
}
