@media (min-width: 1200px) and (max-width: 1600px) {
  .device-xl h1:not(.footer h1),
  .device-xl h2:not(.footer h2),
  .device-xl h3:not(.footer h3),
  .device-xl h4:not(.footer h4),
  .device-xl .tekstblok:not(.footer .tekstblok),
  .device-xl ul:not(.footer ul),
  .device-xl .uk-button:not(.footer .uk-button) {
    margin-left: 30px;
  }
}