/*///////////// COPYRIGHT: THOMAS ROEHN WebHannover/////////////*/
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 0;
  text-decoration: none;
  background: #98a2a4;
  font-size: 26px;
  display: none;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.back-to-top:link {
  color: #fff;
}
