/*MAIN FONTS*/
@font-face {
  font-family: "OpenSans-Italic";
  src: url("../webfonts/OpenSans-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../webfonts/OpenSans.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BlocklynGrunge";
  src: url("../webfonts/BlocklynGrunge.ttf") format("truetype");
  font-display: swap;
}
/*COLOR*/
@media (orientation: portrait) {
  .device-sm {
    /*NAV*/
    /*HEADER*/
    /*MAIN*/
    /*FOOTER*/
    /*CONVERTFORMS*/
    /*AGENDA*/
  }
  .device-sm h2 {
    font-size: 22px;
  }
  .device-sm .uk-navbar {
    z-index: 2;
  }
  .device-sm .uk-navbar .uk-navbar-left img {
    width: 200px;
    height: 125px;
    background-size: contain;
    object-fit: contain;
  }
  .device-sm .uk-navbar .uk-navbar-right {
    margin-left: -175px;
    width: 550px;
    height: 60px;
    background-color: #fff;
    border-bottom-right-radius: 40px;
    justify-content: flex-end;
    padding: 0px 20px 0px 0px;
  }
  .device-sm .uk-navbar .uk-navbar-right .uk-navbar-toggle {
    min-height: 60px;
  }
  .device-sm .uk-navbar .uk-navbar-right .uk-navbar-toggle svg {
    width: 25px;
    height: 25px;
    color: #213d54;
  }
  .device-sm .uk-offcanvas-bar {
    background-color: #fff;
    border: 2px solid #213d54;
  }
  .device-sm .uk-offcanvas-bar .uk-offcanvas-close svg {
    width: 30px;
    height: 30px;
    color: #00859D;
  }
  .device-sm .uk-offcanvas-bar .uk-nav .uk-active a {
    color: #9A9CFF;
  }
  .device-sm .uk-offcanvas-bar .uk-nav li a {
    color: #3D3D4C;
    font-family: "BlocklynGrunge";
    font-size: 19px;
    letter-spacing: 2.28px;
    text-transform: none;
  }
  .device-sm .uk-offcanvas-bar .uk-nav li a:hover {
    color: #9A9CFF;
  }
  .device-sm .header-b1 {
    margin-top: -133px;
  }
  .device-sm .header-b1:before {
    height: 60px;
  }
  .device-sm .header-b1 .uk-container > .uk-grid > .uk-grid-item-match {
    align-content: flex-start;
  }
  .device-sm .header-b1 .uk-section {
    height: 350px;
  }
  .device-sm .header-b1 h1 {
    font-size: 40px;
  }
  .device-sm .header-b1 h3 {
    font-size: 18px;
  }
  .device-sm .main-b1 > .uk-container > .uk-grid > .uk-width-1-3\@m:last-child {
    padding-bottom: 115px;
  }
  .device-sm .main-b1 .titel-agenda {
    margin-left: 0px;
  }
  .device-sm .main-b1 .kalender {
    margin-left: 0px;
    padding: 15px;
    height: calc(100% - 48px);
  }
  .device-sm .main-b1 .kalender h3 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .device-sm .main-b1 .kalender p, .device-sm .main-b1 .kalender .tekstblok {
    margin-top: 5px !important;
    font-size: 14px;
  }
  .device-sm .main-b1 .kalender .uk-grid {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .device-sm .main-b1 .kalender .uk-grid .uk-width-1-5\@m {
    width: min-content;
  }
  .device-sm .main-b1 .kalender .short {
    padding: 0px 13px 0px 10px;
  }
  .device-sm .main-b4.alt > .uk-container, .device-sm .footer-b1 > .uk-container, .device-sm .main-b1 > .uk-container, .device-sm .main-b4 > .uk-container, .device-sm .main-b3 > .uk-container {
    margin-left: 2%;
    margin-right: 2%;
  }
  .device-sm .uk-flex-1 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .device-sm .uk-flex-1 p {
    overflow: hidden;
    height: 150px;
  }
  .device-sm .main-b2 .uk-button {
    padding: 5px 10px;
    line-height: 20px;
    width: fit-content;
  }
  .device-sm .main-b3 .uk-flex-middle .uk-button {
    width: 320px;
  }
  .device-sm .main-b4 .kosten {
    margin-left: 0px;
    padding-right: 20px;
  }
  .device-sm .main-b4 .fc .fc-scrollgrid {
    table-layout: fixed;
  }
  .device-sm .main-b4 .fc .fc-scrollgrid table {
    table-layout: unset;
  }
  .device-sm .main-b4 .el-item {
    text-align: center;
  }
  .device-sm .main-b4 .fc-event {
    pointer-events: all;
  }
  .device-sm .footer-b1:before {
    height: 70px;
    top: -69px;
  }
  .device-sm .footer-b1 .copy p {
    text-align: left;
  }
  .device-sm .Inschrijfformulier {
    width: fit-content;
  }
  .device-sm .Inschrijfformulier .convertforms .cf-content-wrap, .device-sm .Inschrijfformulier .convertforms .cf-form-wrap {
    padding: 0px;
  }
  .device-sm .Inschrijfformulier .convertforms .cf-btn {
    width: -webkit-fill-available;
  }
  .device-sm .com-dpcalendar-event {
    margin-top: -45px;
    margin-bottom: 50px !important;
  }
  .device-sm .com-dpcalendar-event .dp-timezone__info {
    flex: 1;
  }
}
