@media (orientation: landscape) {
  .device-md body {
    letter-spacing: normal;
  }
  .device-md .tm-header-mobile {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .device-md .tm-header-mobile .uk-logo {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0 20px 0;
  }
  .device-md .tm-header-mobile .uk-navbar-right svg {
    width: 35px;
    height: 35px;
    color: #fff;
  }
  .device-md .uk-offcanvas-bar {
    background-color: #f6bc26;
  }
  .device-md .uk-offcanvas-bar .uk-close {
    color: #000;
  }
  .device-md .uk-offcanvas-bar .uk-close svg {
    width: 30px;
    height: 30px;
  }
  .device-md .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff;
    font-size: 18px;
  }
  .device-md .uk-offcanvas-bar .uk-nav-default > li > a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  .device-md .header {
    min-height: 300px !important;
    height: 300px;
  }
  .device-md .header img {
    height: 300px;
    object-fit: cover;
  }
  .device-md .uitgelicht .uk-container {
    margin-top: -100px;
    padding: 0px 100px;
  }
  .device-md .uitgelicht p {
    padding: 10px;
  }
  .device-md .uitgelicht .uk-card-body {
    padding: 0px;
  }
  .device-md .intro > .uk-container {
    padding: 50px 20px 50px 20px;
  }
  .device-md .footer .p1 {
    text-align: center;
  }
  .device-md .footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .device-md .lidworden {
    padding: 0px 20px;
    text-align: center;
  }
  .device-md .lidworden .convertforms {
    text-align: center !important;
    margin: 0 auto;
  }
  .device-md .intro .uk-container {
    padding: 25px 20px 25px 20px;
  }
  .device-md .nieuwsbrief {
    padding: 25px 10px 25px 20px;
  }
  .device-md .nieuwsbrief h1 {
    padding: 0px 0px 0px 20px;
  }
  .device-md .inhoud {
    padding: 0px 25px 0px 45px;
  }
  .device-md .intro h1 {
    margin-top: 100px;
  }
  .device-md .contact h1 {
    margin-top: 150px;
  }
  .device-md .contact::before {
    display: none;
  }
  .device-md .footer::before {
    display: none;
  }
}
