footer {
   padding: 30px 24px 18px 24px;
   width: 100%;
   background-color: #262626;
 }

#footer.fixed {
  position: fixed;
  bottom: 0;
}

.footer__wrapper {
  margin: auto;
  max-width: 1560px;
}

.footer__logo-wrapper {
  margin: auto;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
}

footer .t-systems-logo {
  margin-left: -6px;
  height: 36px;
}

footer .t-systems-claim {
  margin: 10px 0 0 24px;
  width: 234px;
  height: 20px;
  background-image: url(../img/logo-telekom-claim-white.svg);
  background-repeat: no-repeat;
}

footer .t-systems-claim-en {
  background-image: url(../img/logo-telekom-claim-white-en.svg);
}

footer .divider {
  margin: 27px 0 28px 0;
  background-color: #6b6b6b;
}

footer ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
}

footer li {
  display: inline;
  line-height: 1em;
}

footer a {
  margin: 0 1.5em 0 0;
  color: #fff;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  line-height: 2em;
}

footer a:visited {
  color: #fff;
}

footer a:focus,
footer a:hover,
footer a:visited:hover {
  color: #fff;
  text-decoration: underline;
  outline: none;
}

footer div {
  margin: 46px 0 12px;
  color: #fff;
  font-size: .875rem;
  line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
  footer {
    font-size: .875rem;
  }
}

@media only screen and (max-width: 619px) {
  footer .t-systems-claim {
    margin: 8px 0 0 24px;
    width: 227px;
  }

  footer div {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 479px) {
  footer .t-systems-claim {
    display: none;
  }
}

@media only screen and (max-width: 419px) {
  footer .t-systems-logo {
    height: 30px;
  }

  footer li {
    display: block;
  }
}
