/* Füge hier Dein eigenes CSS ein */
@media only screen and (min-width: 1430px) {
  .footer-fixed-bottom{
    position: fixed !important;
    z-index: 1000 !important;
    bottom: 0 !important;
}
.header-fixed-top{
    position: fixed !important;
    z-index: 1000 !important;
    top: 0 !important;
}
}
@media only screen and (max-width: 48em) {
.footer-fixed-bottom{
    position: relative !important;
    bottom: auto;
}
.header-fixed-top{
    position: relative !important;
    top: auto;
}

}