.device-lg .header.big .header-tekst {
  top: -200px;
  width: 80vw;
}
.device-lg .uk-navbar-nav {
  margin-top: 60px;
  gap: 25px;
}
.device-lg .uk-logo {
  padding: 20px 0 0 0;
  max-width: 140px;
}

@media (orientation: landscape) {
  .device-lg .uk-logo {
    padding: 20px 0 0 0;
    max-width: 140px;
  }
  .device-lg .uk-navbar-nav {
    gap: 20px;
  }
  .device-lg .uk-navbar-right {
    padding-top: 50px;
  }
  .device-lg .header .ticketbutton .uk-button {
    width: max-content;
  }
  .device-lg .uk-light .uk-navbar-nav > li > a {
    color: #fff;
  }
  .device-lg .uk-light .uk-navbar-toggle span {
    color: #fff;
  }
  .device-lg .header h1 {
    font-size: 3.7rem;
    line-height: 4.2rem;
    top: -320px;
    left: 150px;
    width: 60vw;
  }
  .device-lg .header .header-tekst {
    width: 80vw;
    font-size: 5.5rem;
    line-height: 6rem;
    top: 260px;
  }
  .device-lg .header.small .header-tekst {
    width: 80vw;
    font-size: 5.5rem;
    line-height: 6rem;
  }
  .device-lg .foto-tekst h2 {
    font-size: 5rem;
    line-height: 5rem;
    top: 240px;
  }
  .device-lg .header.small.foto {
    min-height: 500px !important;
  }
  .device-lg .header.small.foto .col2 {
    min-height: 500px;
  }
  .device-lg .header.small.foto h1 {
    top: 140px;
  }
  .device-lg .header .uk-breadcrumb {
    position: absolute;
    top: 240px;
    min-width: 430px;
    left: 155px;
    z-index: 999;
  }
  .device-lg .advancedswitcher .uk-tab-bottom > * > a {
    font-size: 17px;
    background-position: 50% 90%;
  }
  .device-lg .advancedswitcher .el-nav li {
    min-width: 120px;
    max-width: 120px;
  }
  .device-lg .foto-tekst {
    padding: 0 50px 50px 0;
  }
  .device-lg .foto-tekst .uk-grid-column-large > * {
    padding-left: 50px;
  }
  .device-lg .foto-tekst h2 {
    right: -10px;
  }
  .device-lg .foto-tekst .list {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .device-lg .footer .snelnaar a {
    padding-left: 40px;
  }
  .device-lg .footer .snelnaar a::before {
    width: 30px;
    left: 0px;
  }
  .device-lg .footer img {
    max-height: 35px;
    min-height: 35px;
    width: auto;
  }
  .device-lg .footer .opkoers .el-item,
  .device-lg .footer .opkoers .el-item p {
    font-size: 13px;
  }
  .device-lg .footer .partners {
    padding-top: 50px;
  }
  .device-lg .paralaxslider.extra {
    padding: 70px 20px;
  }
  .device-lg .paralaxslider.extra h2 {
    line-height: 100px;
  }
  .device-lg .popover-slider .uk-card::after {
    top: 120px;
  }
  .device-lg .switcher2 .uk-card {
    left: 70px;
    min-height: 480px;
    min-width: 400px;
    max-width: 400px;
  }
  .device-lg .switcher2 .el-nav {
    width: calc(100% - 470px);
    float: right;
  }
  .device-lg .switcher2 .uk-subnav > * > :first-child {
    font-size: 14px;
  }
  .device-lg .switcher2 .el-item img {
    min-height: 440px;
    object-fit: cover;
  }
  .device-lg .switcher2 .el-nav li {
    padding: 0 15px;
  }
}