@media(max-width: 992px){
  #absolute-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #absolute-top-left, #absolute-top-right, .b-langswitch{
    width: 100%;
  }
  
  #masthead .brand .brand-logo, #masthead .brand .brand-logo img{
    top: initial;
  }
  #masthead .brand .brand-logo img {
    max-width: 50%;
  }
}

@media(max-width: 768px){
  .b-maps {
    flex-direction: column;
  }
  .b-maps .maps__item {
    display: block;
    width: 100%;
  }
  #footer .row-fluid {
    flex-direction: column;
  }
  
  section.section.section-padded.bottom .container-fluid {
    margin: initial;
  }
}