/*.container-left {*/
/*  width: 200px;*/
/*}*/

.branding img.site_isotype {
  display: none;
}

.branding img.site_logo {
  min-width: 300px;
}

@media screen and (max-width: 1400px) {
  .branding img.site_logo {
    min-width: 200px;
  }
}

@media screen and (max-width: 992px) {
  .branding img.site_logo{
    display: none;
  }
  .branding {
    padding-top: 15px;
    display: flex;
    justify-content: center;
  }
  .branding img.site_isotype {
    display: block;
    width: 70px;
  }
}

@media screen and (max-width: 576px) {
  .branding img.site_isotype {
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 350px) {
  .container-left {
    padding: 0;
  }
}
