@media (orientation: portrait) {
  .device-md ul.dj-mobile-dark ul li.dj-mobileitem:hover > a, .device-md ul.dj-mobile-dark ul li.dj-mobileitem.active > a {
    background: transparent;
  }
  .device-md ul.dj-mobile-dark ul li.dj-mobileitem.active > a {
    color: #F7148B;
  }
  .device-md .color-text {
    white-space: wrap;
    word-break: break-all;
  }
  .device-md .intro {
    display: block;
    padding: 30px 0 0;
  }
  .device-md .uk-navbar-container {
    background-color: #8438DF;
    padding: 0 0 20px;
  }
  .device-md .uk-navbar-right {
    gap: 5px;
  }
  .device-md .uk-logo {
    max-width: 100px;
  }
  .device-md .intro.full {
    min-height: 30vh !important;
  }
  .device-md .intro.full h1 {
    word-wrap: break-word;
  }
  .device-md .intro.full .taglist {
    padding-top: 10px;
  }
  .device-md .intro.full.mini .el-item .el-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .device-md .intro.full .taglist li a {
    font-size: 12px;
  }
  .device-md .portfolio.image {
    padding: 0;
  }
  .device-md .portfolio.quote * + .uk-grid-margin {
    margin-top: 0;
  }
  .device-md .portfolio.quote img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .device-md .portfolio.quote .uk-card {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
  .device-md .portfolio.quote .uk-icon svg {
    min-width: 60px;
  }
  .device-md .searchbartop input::placeholder {
    color: #fff;
    font-size: 0.8rem;
  }
  .device-md .searchbartop .input-wrapper {
    gap: 5px;
    max-width: 100px;
    justify-content: flex-end;
  }
  .device-md .searchbartop .input:focus, .device-md .searchbartop .icon:focus ~ .input {
    width: 130px;
  }
  .device-md .searchbartop .icon {
    background-color: #6530ac;
  }
  .device-md .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
    background: transparent url(/images/system/nav-toggler.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 35px;
    margin: 4px -5px 0 0;
  }
  .device-md .dj-megamenu-offcanvas-dark .dj-mobile-open-btn svg, .device-md .dj-megamenu-offcanvas-dark .dj-mobile-open-btn .dj-mobile-open-icon {
    display: none;
  }
  .device-md .dj-offcanvas {
    width: 100%;
  }
  .device-md .dj-offcanvas-dark {
    background: #8438DF;
    color: #fff;
  }
  .device-md .dj-offcanvas-dark .dj-offcanvas-top {
    background: #8438DF;
  }
  .device-md .dj-offcanvas-modules h2 {
    color: #fff;
    padding: 0 0 20px 20px;
  }
  .device-md .dj-offcanvas-dark .dj-offcanvas-close-btn {
    padding: 20px;
  }
  .device-md .dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon:before, .device-md .dj-fa-no .dj-offcanvas-close-btn .dj-offcanvas-close-icon:after {
    width: 4px;
    height: 27px;
  }
  .device-md ul.dj-mobile-dark li.dj-mobileitem > a {
    background-color: #8438DF;
    border: 0;
    font-family: "Montserrat-Bold";
    color: #fff;
    font-size: 20px;
    padding: 0 0 30px 110px;
    position: relative;
  }
  .device-md ul.dj-mobile-dark li.dj-mobileitem > a::before {
    content: "";
    position: absolute;
    left: 40px;
    top: -5px;
    background: url(/images/system/icons/pijl-roze.svg) no-repeat left center / contain;
    width: 30px;
    height: 30px;
  }
  .device-md ul.dj-mobile-dark ul li.dj-mobileitem > a {
    border-top: 0;
    padding-left: 51px;
    width: fit-content;
    position: relative;
    font-size: 1rem;
  }
  .device-md ul.dj-mobile-dark ul li.dj-mobileitem > a::after {
    content: "";
    position: absolute;
    right: -50px;
    opacity: 0.4;
    top: -3px;
    background: url(/images/system/icons/pijl-blauw.svg) no-repeat left center / contain;
    width: 20px;
    height: 25px;
  }
  .device-md ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler {
    left: 40px;
    top: 10px;
    background: url(/images/system/icons/pijl-roze.svg) no-repeat center / cover;
    width: 5px;
    height: 10px;
  }
  .device-md ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler::before {
    display: none;
  }
  .device-md ul.dj-mobile-dark li.dj-mobileitem.parent.active > a span.toggler {
    transform: rotate(270deg);
    transform-origin: center;
    top: 0;
  }
  .device-md .deeper.parent > a::before {
    display: none;
  }
  .device-md .dj-mobile-nav-child {
    padding: 0 0 20px 60px !important;
  }
  .device-md .dj-mobile-nav-child a::before {
    display: none;
  }
  .device-md .dj-mobileitem .hidden {
    display: block;
    visibility: visible;
  }
  .device-md .dj-mobileitem .koffie {
    display: none;
  }
  .device-md .header {
    padding: 30px 0;
  }
  .device-md .header .rotatelogo {
    max-width: 110px;
    margin: 0 auto -78px;
  }
  .device-md .introtekst {
    padding: 50px 0;
  }
  .device-md .dienstenkeuzeblok .dienstennav .uk-card {
    border-top-right-radius: 15px;
  }
  .device-md .dienstenkeuzeblok .branchesnav .uk-card {
    border-bottom-left-radius: 15px;
  }
  .device-md .dienstenkeuzeblok .onze-diensten {
    border-bottom-left-radius: 0px;
  }
  .device-md .dienstenkeuzeblok .actieve-branches {
    border-top-right-radius: 0px;
  }
  .device-md .dienstenkeuzeblok .uk-card {
    border: 0;
    padding: 30px;
  }
  .device-md .dienstenkeuzeblok h2 {
    padding: 0 0 20px;
  }
  .device-md .dienstenkeuzeblok * + .uk-grid-margin {
    margin-top: 0;
  }
  .device-md .dienstenkeuzeblok img {
    max-height: 200px;
  }
  .device-md .dienstenkeuzeblok .uk-nav-default > li > a {
    min-height: auto;
  }
  .device-md .wijwerken .el-item {
    padding: 0 20px;
  }
  .device-md .wijwerken .uk-child-width-expand {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .device-md .wijwerken h3 {
    color: #F7148B;
    padding: 10px 0 0;
    height: 60px;
  }
  .device-md .wijwerken .el-meta {
    font-size: clamp(16px, 2vw, 18px) !important;
  }
  .device-md .uitgelicht .uk-card .uk-flex-last\@m {
    right: 0;
  }
  .device-md .uitgelicht .uk-card picture {
    border: 0;
    position: inherit;
  }
  .device-md .uitgelicht .uk-card img {
    border-radius: 15px;
    border: 15px solid #fff;
  }
  .device-md .casesslider {
    padding: 30px 30px 100px;
    min-height: auto !important;
  }
  .device-md .casesslider .uk-height-viewport {
    min-height: auto !important;
  }
  .device-md .casesslider .uk-slider-container {
    overflow-x: visible;
  }
  .device-md .casesslider .uk-slider-container::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -100px;
    height: 100px;
    width: 100%;
    background: url(/images/system/horizontal-scroll-bg.svg) no-repeat left / 180%;
  }
  .device-md .casesslider .uk-slider-container h3::after {
    top: -2px;
  }
  .device-md .casesslider .uk-slidenav-previous, .device-md .casesslider .uk-slidenav-next {
    background: url(/images/system/icons/pijl-roze.svg) no-repeat center / contain;
    width: 40px;
    height: 40px;
  }
  .device-md .casesslider .uk-slidenav-previous svg, .device-md .casesslider .uk-slidenav-next svg {
    display: none;
  }
  .device-md .casesslider .uk-slidenav-previous {
    left: -40px;
    transform: rotate(180deg);
    margin: -20px 0 0 20px;
  }
  .device-md .casesslider .uk-slidenav-next {
    right: -25px;
    margin: 0;
  }
  .device-md .werkwijzeslider .uk-container {
    background-color: #8438DF;
    border-radius: 15px;
    padding: 15px;
    max-width: none;
  }
  .device-md .werkwijzeslider .uk-margin.uk-slider > div > div:nth-child(2) {
    display: none;
  }
  .device-md .werkwijzeslider .uk-slidenav-next {
    width: 40px;
    height: 40px;
    right: -20px;
    background-repeat: no-repeat;
    margin: 40px 0 0;
  }
  .device-md .werkwijzeslider .uk-slidenav-previous {
    margin: 20px 0 0 20px;
  }
  .device-md .werkwijze-slider-numeric-indicator {
    margin: 0 auto;
  }
  .device-md .bloktext {
    padding: 50px 0;
  }
  .device-md .bloktext h2 {
    font-size: clamp(60px, 8vw, 110px);
    line-height: clamp(60px, 7.5vw, 105px);
    top: -100px;
    margin-left: 0;
    margin-bottom: -100px !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.36);
  }
  .device-md .bloktext2 .el-meta {
    margin-top: 0px !important;
    font-size: 24px !important;
    line-height: 1.2;
  }
  .device-md .meetme .row .uk-card {
    padding: 20px 0 0;
  }
  .device-md .meetme .row .uk-card .uk-grid-collapse {
    height: 100%;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .device-md .meetme .row .uk-card .uk-flex-last\@m {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    padding: 0 20px;
  }
  .device-md .meetme .row .col2 {
    padding: 0 30px 30px;
  }
  .device-md .meetme .row .uk-icon {
    color: #8438DF !important;
    top: -30px;
    position: relative;
    margin: 0 auto -50px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }
  .device-md .meetme .row .buttons .uk-flex-middle {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .device-md .meetme .row .buttons .uk-button-default {
    min-width: 100%;
  }
  .device-md .meetme .uk-card-media-top {
    max-width: 80%;
    margin: 0 auto;
  }
  .device-md .meetme .uk-child-width-auto > * {
    width: 100%;
  }
  .device-md .meetme.uk-section-default.uk-section > div > div > div.uk-grid-item-match.uk-flex-bottom.uk-width-1-2\@m.col2.uk-grid-margin.uk-first-column > div > div:nth-child(1) {
    margin: -20px 0 0;
    height: 40px;
    border-top: 1px solid #6530ac;
  }
  .device-md .duopannel .uk-card-body {
    padding: 40px 30px;
  }
  .device-md .voordelen {
    padding: 50px 0;
  }
  .device-md .voordelen .el-title {
    font-size: 24px;
  }
  .device-md .werkwijzesliderduo .uk-slider-container {
    margin-right: 30px;
  }
  .device-md .werkwijzesliderduo .uk-slider-container::after {
    content: "";
    background-image: linear-gradient(270deg, rgba(132, 56, 223, 0.45) 0%, rgba(185, 105, 241, 0) 100%);
    position: absolute;
    right: -150px;
    width: 320px;
    top: 0;
    height: 100%;
    pointer-events: none;
  }
  .device-md .werkwijzesliderduo .uk-slidenav-next {
    right: 10px;
  }
  .device-md .anderwerkslider .uk-slidenav-next {
    right: -10px;
  }
  .device-md .anderwerkslider .uk-slidenav-previous {
    left: -30px;
  }
  .device-md .anderwerkslider .uk-card {
    padding: 100px 0 70px;
  }
  .device-md .anderwerkslider .uk-card h2 {
    position: absolute;
    top: -70px;
    left: 20px;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: clamp(2.5rem, 6.5vw, 5.5rem);
    max-width: min-content;
    z-index: 99999;
    color: #fff;
  }
  .device-md .anderwerkslider .uk-card .el-item {
    min-height: 180px;
  }
  .device-md .anderwerkslider .uk-card .el-link::after {
    top: 0px;
    right: -30px;
  }
  .device-md .anderwerkslider .uk-card .el-link {
    font-size: clamp(20px, 4vw, 40px);
    line-height: clamp(20px, 4.5vw, 43px);
    width: 90%;
    left: -10px;
    text-align: right;
    height: 30px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .device-md .contactblok .uk-card {
    background-color: #2E1352;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    padding: 50px 30px;
    border: 0px;
    color: #fff;
  }
  .device-md .contactblok .el-item, .device-md .contactblok .uk-button {
    min-width: 100%;
  }
  .device-md .contactblok .uk-card-secondary {
    background-color: #F7148B;
    border-radius: 0px;
    border-top-right-radius: 0;
  }
  .device-md .contactblok .uk-card-primary {
    background-color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
  }
  .device-md .werkgrid.filter {
    padding-bottom: 130px;
  }
  .device-md .werkgrid.filter .tm-grid-expand.uk-child-width-1-1.uk-grid-margin > div > div > div.uk-margin > div {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 0;
    flex-wrap: nowrap;
  }
  .device-md .werkgrid.filter .dg-grid {
    margin-top: -30px;
  }
  .device-md .werkgrid.filter .tm-grid-expand.uk-child-width-1-1.uk-grid-margin > div > div > div.uk-margin > div > div.uk-grid-margin.uk-first-column > div {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    min-width: 90vw;
  }
  .device-md .footer-panel .col2 .uk-slider-container::before, .device-md .footer-panel .col2 .uk-slider-container::after {
    font-size: 70px;
  }
  .device-md .footer-panel .col2 .uk-slider-container::before {
    left: -30px;
  }
  .device-md .footer-panel .col2 .uk-slider-container::after {
    right: -30px;
  }
  .device-md .footer-panel .col2 .uk-card {
    padding: 50px 20px;
  }
  .device-md .footer {
    padding: 50px 10px;
  }
  .device-md .footer .convertforms {
    padding-bottom: 30px;
  }
  .device-md .footer .convertforms .cf-form-wrap button {
    background-position: 30px 7px;
  }
  .device-md .footer .logo {
    padding-bottom: 0;
  }
  .device-md .copy {
    font-size: 13px;
  }
  .device-md .copy .uk-text-right {
    text-align: left !important;
  }
  .device-md .uk-breadcrumb > * > * {
    font-size: 12px;
  }
  .device-md .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
  }
  .device-md .eb-dialog .uk-width-2-3\@m {
    padding: 0px 20px 20px 40px;
  }
  .device-md .eb-dialog .uk-width-2-3\@m p {
    margin-bottom: 0px;
  }
  .device-md .eb-dialog .eb-close {
    right: 10px;
    top: 10px;
  }
  .device-md .eb-dialog img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .device-md .tm-header {
    display: none;
  }
  .device-md .uk-hidden\@s {
    display: block !important;
  }
  .device-md .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .device-md * + .uk-grid-margin, .device-md .uk-grid + .uk-grid, .device-md .uk-grid > .uk-grid-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
