footer {
  height: auto;
  background: #323232;
  color: #fff !important;
}
footer #topFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 85%;
  height: auto;
}
footer #topFooter img {
  height: 140px;
  max-width: 100%;
}
footer #topFooter #FooterFlagEU {
  margin: 25px 20px 10px 0;
}
footer #topFooter #FooterLogoInterreg {
  margin: 20px 0 0 0;
}
footer #topFooter .footerLeft {
  width: 60%;
  padding-right: 50px;
}
footer #topFooter .footerRight {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  footer #topFooter .footerLeft {
    width: 100%;
    padding-right: 0;
    padding-bottom: 25px;
  }
  footer #topFooter .footerRight {
    width: 100%;
  }
}
footer #bottomFooter {
  background: rgba(0, 0, 0, 1);
  min-height: 35px;
}
@media only screen and (max-width: 1024px) {
  footer #bottomFooter {
    padding-bottom: 50px;
  }
}
footer #bottomFooter .menu {
  padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
  footer #bottomFooter .menu {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer #bottomFooter .menu {
    flex-direction: column;
  }
  footer #bottomFooter .menu .separator {
    display: none;
  }
  footer #bottomFooter .menu li {
    text-align: left;
  }
}
footer #bottomFooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #bottomFooter ul li {
  flex-grow: unset;
  hyphens: none;
  background: transparent;
}
footer #bottomFooter .menu a, footer .separator {
  font-size: 10px;
}
@media only screen and (max-width: 1024px) {
  footer #bottomFooter .menu a, footer .separator {
    font-size: 8px;
  }
}
footer #footerWidgetArea {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer h2 {
  color: #fff !important;
}
footer .less-padding {
  padding: 3vw 15px;
}
