/* On mobile the margin-top for the article is missing. Adding it again here. */
@media (max-width: 1200px) {
  #primary {
    margin-top: 50px!important;
  }
}

/* The standart WP-Navigationbar has an awful placement on mobile */
@media (max-width: 921px) {
  .correct-burger-menu-placement .wp-block-navigation__responsive-dialog {
    margin-top: 50px!important;
    margin-right: 15px!important;
  }
}

.mb-0 {
  margin-bottom: 0!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}