footer {
  background-color: #656f83;
}

footer p,
footer a,
footer h3,
footer .h3 {
  letter-spacing: .2px;
  margin: 0;
}

footer ul > li {
  padding: 0 0 10px;
}

footer ul > li:last-child {
  padding: 0;
}

footer a,
footer h3,
footer .h3 {
  font-size: 1.5rem;
}

footer h3,
footer .h3 {
  font-weight: 600;
  text-transform: uppercase;
}

footer .footer__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

footer .footer__content .container-h {
  padding: 0;
}

footer .footer__links {
  padding: 0;
}

footer .footer__links .footer__headline {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

footer .footer__links .footer__headline > h3,
footer .footer__links .footer__headline > .h3 {
  cursor: pointer;
  padding: 20px 15px;
  position: relative;
}

footer .footer__links .footer__headline > h3::after,
footer .footer__links .footer__headline > .h3::after {
  content: '\E91B';
  font-family: 'axa-iconfont-functional';
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

footer .footer__links .footer__headline.collapsed > .h3::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

footer .footer__links ul > li {
  background-color: #596276;
  border-bottom: 1px solid #656f83;
  padding-bottom: 0;
}

footer .footer__links ul > li > a {
  display: block;
  padding: 20px 30px;
}

footer .footer__links a {
  line-height: 1.2;
}

footer .footer__logo {
  padding-bottom: 30px;
  padding-top: 30px;
}

footer .footer__logo img {
  float: left;
  height: 35px;
  margin-left: 10px;
  width: 35px;
}

footer .footer__logo .footer__headline {
  float: left;
}

footer .footer__logo .footer__headline h3,
footer .footer__logo .footer__headline .h3 {
  margin-bottom: 0;
  margin-top: 10px;
}

footer .imprint {
  padding: 15px 0;
}

footer .imprint p {
  font-size: 1.3rem;
  opacity: .65;
}

@media (min-width: 768px) {
  footer .footer__content .container-h {
    padding: 30px 0;
  }

  footer .footer__logo {
    padding-bottom: 0;
    padding-top: 0;
  }

  footer .footer__logo h3,
  footer .footer__logo .h3 {
    padding-bottom: 30px;
  }

  footer .footer__links {
    padding: 0 15px;
  }

  footer .footer__links .footer__headline {
    border-top: 0;
  }

  footer .footer__links .footer__headline > h3,
  footer .footer__links .footer__headline > .h3 {
    cursor: auto;
    padding: 0 0 30px;
    position: static;
  }

  footer .footer__links .footer__headline > h3::after,
  footer .footer__links .footer__headline > .h3::after {
    display: none;
  }

  footer .footer__links ul > li {
    background-color: transparent;
    border-bottom: 0;
    padding-bottom: 20px;
  }

  footer .footer__links ul > li > a {
    padding: 0;
  }

  footer .imprint p {
    opacity: .8;
  }
}

@media (min-width: 992px) {
  footer .footer__content .container-h {
    padding: 50px 0;
  }

  footer .footer__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .footer__logo a img {
    height: 50px;
    margin-top: 4px;
    width: 50px;
  }

  footer .footer__logo a .footer__headline h3,
  footer .footer__logo a .footer__headline .h3 {
    margin: 0;
  }
}

