@media (orientation: landscape) {
  .device-lg .headerCustom::after {
    right: -40px;
    bottom: -190px; }
  .device-lg h2 {
    font-size: 80px; }
    .device-lg .tm-header nav a.webshopMenu {
      right: -122px; }
    .device-lg .tm-header .uk-navbar-nav {
      gap: 20px; }
    .device-lg .tm-header .uk-navbar-center {
      left: 60%; }
  .device-lg .producten {
    margin-bottom: 0px; }
    .device-lg .producten .uk-grid {
      justify-content: space-around; }
    .device-lg .producten .uk-card-default {
      max-height: none; }
      .device-lg .producten .uk-card-default .el-meta {
        display: block; }
  .device-lg .production .el-nav {
    max-width: 80%; }
  .device-lg .slideshowDesktop {
    display: none; }
  .device-lg .slideshowMobile {
    display: block; } }

/*

// IPAD PRO //
@media (orientation: landscape) {
  .device-xl {
    .headerCustom {
      &::after {
        height: 580px;
        width: 800px;
        bottom: -120px;
        right: -50px;
      }
    }
    .tm-header {
      .uk-navbar-nav {
        gap: 28px;
      }
      .uk-logo img {
        max-width: 90%;
      }
      nav {
        .uk-navbar-center {
          top: 50%;
        }
        a {
          font-size: 18px;
          letter-spacing: 0px;
        }
        a.webshopMenu {
          right: -310px;
        }
      }
    }
    .production .el-nav {
      max-width: 80%;
    }
  }
}
*/
