@media (orientation: portrait) {
  .device-xs body {
    letter-spacing: normal;
  }
  .device-xs .tm-header-mobile {
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .device-xs .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-xs .tm-header-mobile .uk-navbar-left {
    width: 150px;
  }
  .device-xs .tm-header-mobile .uk-navbar-right svg {
    width: 35px;
    height: 35px;
    color: #fff;
  }
  .device-xs .uk-offcanvas-bar {
    background-color: #f6bc26;
  }
  .device-xs .uk-offcanvas-bar .uk-close {
    color: #000;
  }
  .device-xs .uk-offcanvas-bar .uk-close svg {
    width: 30px;
    height: 30px;
  }
  .device-xs .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff;
    font-size: 18px;
  }
  .device-xs .uk-offcanvas-bar .uk-nav-default > li > a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  .device-xs .header {
    min-height: 300px !important;
    height: 300px;
  }
  .device-xs .header img {
    height: 300px;
    object-fit: cover;
  }
  .device-xs .uitgelicht .uk-container {
    margin-top: -100px;
  }
  .device-xs .uitgelicht .uk-card-body {
    padding: 0px;
  }
  .device-xs .intro > .uk-container {
    padding: 50px 20px 50px 20px;
  }
  .device-xs .footer .p1 {
    text-align: center;
  }
  .device-xs .footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .device-xs .partners {
    padding: 50px 25px;
  }
  .device-xs .uitgelicht .uk-card .el-content p {
    color: #343433 !important;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px;
  }
  .device-xs .lidworden {
    padding: 0px 20px;
  }
  .device-xs .intro .uk-container {
    padding: 20px 20px 50px 20px;
  }
  .device-xs .nieuwsbrief {
    padding: 25px 10px 25px 20px;
  }
  .device-xs .nieuwsbrief h1 {
    padding: 0px 0px 0px 20px;
  }
  .device-xs .inhoud {
    padding: 0px 25px 0px 45px;
  }
  .device-xs .contact h1 {
    margin-top: 150px;
  }
  .device-xs .contact::before {
    display: none;
  }
  .device-xs .footer::before {
    display: none;
  }
}
