@media (orientation: landscape) {
  .device-md .header h1 {
    font-size: 2rem;
    line-height: 2rem;
    top: 102px;
    width: 70vw;
  }
  .device-md .header .ticketbutton .uk-button {
    z-index: 999;
  }
  .device-md .uk-navbar-toggle-icon {
    background-size: contain;
  }
  .device-md .header,
  .device-md .header.big.video .col2,
  .device-md .header.big.foto .col2,
  .device-md .header.small.foto .col2 {
    min-height: 350px !important;
  }
  .device-md .header.small.foto h1 {
    top: 150px;
  }
  .device-md .header .header-tekst {
    color: #fff;
    font-family: "Myriad Black";
    font-size: 32px;
    line-height: 36px;
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 999;
    width: auto;
    letter-spacing: 2.66px;
  }
  .device-md .header.small .header-tekst {
    font-size: 60px;
    line-height: 66px;
    top: 200px;
    left: 50px;
  }
  .device-md .header .uk-breadcrumb {
    top: 350px;
  }
  .device-md .switcher2 {
    background-repeat: no-repeat;
    padding: 50px 0 150px 0;
  }
  .device-md .switcher2 .uk-card {
    position: initial;
    min-height: 0px;
    min-width: 0px;
    top: auto;
    left: auto;
    padding: 20px;
    margin-top: -40px;
    z-index: 999;
    position: relative;
  }
  .device-md .switcher2 .el-item img {
    min-height: 340px;
    object-fit: cover;
  }
  .device-md .switcher2 .el-nav {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0px;
    gap: 10px;
    row-gap: 5px;
  }
  .device-md .switcher2 .el-nav li {
    border: 0px;
    max-height: 80px;
    background-position: center 60px;
    background-size: 15px;
  }
  .device-md .switcher2 .el-nav .uk-active {
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center 50px !important;
  }
  .device-md .switcher2 .uk-subnav > * > :first-child {
    font-size: 17px;
  }
}