@font-face{
  font-family:maaxregular;
  src:url(../fonts/maax/Sans-Regular.eot?#iefix) format('embedded-opentype'),
  url(../fonts/maax/Sans-Regular.woff) format('woff'),
  url(../fonts/maax/Sans-Regular.woff2) format('woff2'),
  url(../fonts/maax/Sans-Regular.ttf) format('truetype'),
  url(../fonts/maax/Sans-Regular.svg) format('svg');
  font-weight:400;
  font-style:normal
}
@font-face{
  font-family:maaxmedium;
  src:url(../fonts/maax/Sans-Medium.eot?#iefix) format('embedded-opentype'),
  url(../fonts/maax/Sans-Medium.woff) format('woff'),
  url(../fonts/maax/Sans-Medium.woff2) format('woff2'),
  url(../fonts/maax/Sans-Medium.ttf) format('truetype'),
  url(../fonts/maax/Sans-Medium.svg) format('svg');
  font-weight:700;
  font-style:normal
}

.agropur-hub-footer {
  background-color: #1B3355;
  font-size: 10px;
  font-family: maaxregular;

  box-sizing: border-box;
  display: block;
  width: 100%;
}
.agropur-hub-footer a {
  margin: auto;
  padding: 5px 10px;
  display: inline-block;
  color: #94CCDF;
  text-decoration: none;
}

.agropur-hub-footer--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.agropur-hub-footer--wrapper > * {
  width: 37.5%;
  order: 1;
}
.agropur-hub-footer--wrapper > .logo {
  width: 25%;
}
.agropur-hub-footer--wrapper .logo .link {
  margin: auto;
  display: block;
}
.agropur-hub-footer--wrapper .logo .link,
.agropur-hub-footer--wrapper .logo svg {
  width: 140px;
  max-width: 100%;
  min-height: 45px;
}
.agropur-hub-footer--wrapper .logo svg {
  fill: #FFFFFF;
}
.agropur-hub-footer--wrapper .menu-left,
.agropur-hub-footer--wrapper .menu-right {
  font-size: 1.2em;
}
.agropur-hub-footer--wrapper .menu-left .field__items,
.agropur-hub-footer--wrapper .menu-right .field__items {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}
.agropur-hub-footer--wrapper .menu-left .field__items {
  font-family: maaxmedium;
  justify-content: flex-start;
  text-align: left;
}
.agropur-hub-footer--wrapper .menu-right .field__items {
  font-family: maaxmedium;
  justify-content: flex-end;
  text-align: right;
}
.agropur-hub-footer--wrapper .field__item {
  padding: 0;
  margin: auto;
  display: inline-block;
}
.agropur-hub-footer--wrapper .field__label {
  display: none;
}
.agropur-hub-footer--wrapper .menu-left a {
  opacity: 0.9;
}
.agropur-hub-footer--wrapper .menu-right a {
  opacity: 0.7;  
}
.agropur-hub-footer--wrapper a:hover,
.agropur-hub-footer--wrapper .menu-left a:hover,
.agropur-hub-footer--wrapper .menu-right a:hover {
  text-decoration: none;
  opacity: 1;
}

.agropur-hub-footer-icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1.4em;
  margin-left: 5px;
  background-size: contain;
  background-position: left center; 
  background-repeat: no-repeat;
}
.agropur-hub-footer-icon-facebook:after {
  background-image: url('/modules/contrib/agropur_hub_footer/img/facebook.svg'), url('/modules/contrib/agropur_hub_footer/img/facebook.svg'), url('/modules/custom/agropur_hub_footer/img/facebook.svg');
  background-repeat: no-repeat; 
}

@media all and (max-width: 767px) {
  .agropur-hub-footer--wrapper {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 10px;
    max-width: 576px;
  }
  .agropur-hub-footer--wrapper > * {
    min-width: 100%;
    text-align: center;
  }
  .agropur-hub-footer--wrapper .logo {
    order: 0;
  }
  .agropur-hub-footer--wrapper .logo,
  .agropur-hub-footer--wrapper .menu-left,
  .agropur-hub-footer--wrapper .menu-right {
    margin: 5px auto;
  }
  .agropur-hub-footer--wrapper .menu-left,
  .agropur-hub-footer--wrapper .menu-right {
    justify-content: center;
    text-align: center;
  }
  .agropur-hub-footer--wrapper .menu-left .field__items,
  .agropur-hub-footer--wrapper .menu-right .field__items {
    width: 100%;
  }
  .agropur-hub-footer--wrapper .menu-right .field__items {
    flex-direction: column;
  }
  .agropur-hub-footer--wrapper .menu-right .field__items .field__item:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .agropur-hub-footer--wrapper .menu-left a,
  .agropur-hub-footer--wrapper .menu-right a.agropur-hub-footer-icon {
    opacity: 1;
  }
  .agropur-hub-footer-icon {
    font-family: maaxmedium;  
  }
}

@media all and (min-width: 768px) {
  .agropur-hub-footer--wrapper .logo .link,
  .agropur-hub-footer--wrapper .logo svg {
    width: 120px;
    min-height: 30px;
  }
  .agropur-hub-footer--wrapper .menu-right {
    text-align: right;
  }
}
