.badgescroll {
 display: none;
}

.heading_fixed_bottom {
  position: fixed;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  width: 100%;
}
@media(max-width: 1199px){
  .heading_fixed_bottom {
    position: absolute;
    bottom: auto;
    top: 155px;
  }
  #impressum{
    padding-top: 330px;
    padding-bottom: 40px;
  }
}
@media(max-width: 767px){
  body {
    height: initial;
    overflow-y: visible;
  }
}
@media(max-width: 575px){
  .heading_fixed_bottom {
    position: absolute;
    bottom: auto;
    top: 155px;
  }
  #impressum{
    padding-top: 330px;
    padding-bottom: 40px;
  }
}