footer {
  background: #000000;
  color: #fff;
}
footer .topFooter {
  padding: 6.25vw 0;
}
footer .topFooter .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-right: 5%;
}
footer .topFooter .col:last-child {
  width: 50%;
  margin-top: -0.625vw;
}
footer .topFooter .col .logo {
  display: inline-block;
  vertical-align: top;
  width: 12.5vw;
  text-align: center;
}
footer .topFooter .col .logo.extern {
  margin-top: -0.625vw;
  margin-bottom: 2.5vw;
}
footer .topFooter .col .logo.extern:last-child {
  margin-bottom: 0;
}
footer .topFooter .col .logo a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
footer .topFooter .col .logo a:hover {
  opacity: 0.6;
}
footer .topFooter .col .logo a svg,
footer .topFooter .col .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
footer .topFooter .col .logo a svg.marginLeft,
footer .topFooter .col .logo a img.marginLeft {
  margin-left: -0.625vw;
}
footer .topFooter .col .logo a svg path,
footer .topFooter .col .logo a img path {
  fill: #fff;
}
footer .topFooter .col .links {
  margin-top: 2.5vw;
}
footer .topFooter .col .links.textLinks {
  margin-top: 2vw;
}
footer .bottomFooter {
  opacity: 0.4;
  padding: 1.25vw 0;
}
@media all and (max-width: 1080px) {
  footer .topFooter {
    padding: 9.259vw 0;
  }
  footer .topFooter .col:last-child {
    margin-top: -0.926vw;
  }
  footer .topFooter .col .logo {
    width: 18.518vw;
  }
  footer .topFooter .col .logo.extern {
    margin-top: -0.926vw;
    margin-bottom: 3.704vw;
  }
  footer .topFooter .col .logo a svg.marginLeft {
    margin-left: -0.926vw;
  }
  footer .topFooter .col .links {
    margin-top: 3.704vw;
  }
  footer .topFooter .col .links.textLinks {
    margin-top: 2.963vw;
  }
  footer .bottomFooter {
    padding: 1.852vw 0;
  }
}
@media all and (max-width: 580px) {
  footer .topFooter {
    padding: 17.241vw 0 8.621vw;
  }
  footer .topFooter .col {
    width: 100% !important;
  }
  footer .topFooter .col:last-child {
    margin-top: 8.621vw;
  }
  footer .topFooter .col .logo {
    width: 51.723vw;
  }
  footer .topFooter .col .logo.extern {
    margin-top: 8.621vw;
    margin-bottom: 8.621vw;
  }
  footer .topFooter .col .logo a svg.marginLeft {
    margin-left: -1.724vw;
  }
  footer .topFooter .col .links {
    margin-top: 3.448vw;
  }
  footer .topFooter .col .links.textLinks {
    margin-top: 5.517vw;
  }
  footer .bottomFooter {
    padding: 0 0 8.621vw 0;
  }
}
/*# sourceMappingURL=footer.css.map */