@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700&display=swap");
html, body {
  font-family: "Source Sans Pro", sans-serif, normal; }

body {
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  body:not(.home) {
    background-attachment: fixed;
    background-color: gray; }
    body:not(.home) section div.content {
      max-width: 800px; }
    body:not(.home) section:first-of-type {
      padding-top: 420px; }
      body:not(.home) section:first-of-type div.content {
        position: relative;
        background-color: rgba(255, 255, 255, 0.9); }
        body:not(.home) section:first-of-type div.content div {
          padding-bottom: 50px; }
          body:not(.home) section:first-of-type div.content div h3 {
            color: white;
            border-color: white; }
          body:not(.home) section:first-of-type div.content div p {
            line-height: 24px;
            padding: 0 140px;
            font-size: 15px;
            color: #333333;
            font-weight: 300;
            margin: 0;
            text-align: center; }
    body:not(.home) footer {
      margin-top: 0; }
      body:not(.home) footer div.contact-container {
        height: 700px;
        flex-flow: row wrap; }
        body:not(.home) footer div.contact-container > div {
          text-align: center;
          width: 100%; }
          body:not(.home) footer div.contact-container > div > p {
            font-weight: 300; }
          body:not(.home) footer div.contact-container > div div.button-card {
            margin: 15px auto; }
          body:not(.home) footer div.contact-container > div form {
            position: relative; }
            body:not(.home) footer div.contact-container > div form div.fb-text.form-group {
              width: calc(100% / 3 + (15px / 3)); }
              body:not(.home) footer div.contact-container > div form div.fb-text.form-group:nth-child(3) {
                width: calc(100% / 3 - 10px); }
              body:not(.home) footer div.contact-container > div form div.fb-text.form-group input {
                margin-left: 0 !important; }
            body:not(.home) footer div.contact-container > div form div.fb-textarea.form-group {
              width: 100%; }
            body:not(.home) footer div.contact-container > div form textarea {
              width: 100%;
              margin: 0 !important; }
            body:not(.home) footer div.contact-container > div form button.morebutton {
              position: absolute;
              left: 0px;
              margin-left: 0; }
      body:not(.home) footer div.map-container {
        display: none; }

section {
  display: block;
  width: 100%; }
  section div.content {
    margin: 0 auto; }
    section div.content.split {
      display: flex;
      width: 100%; }
    section div.content.split > .column:nth-child(1) {
      width: 50%; }
    section div.content.split > .column:nth-child(2) {
      width: 50%; }

h3 {
  display: table;
  margin: 0 auto 25px auto;
  font-size: 48px;
  font-weight: 700;
  text-align: center; }

a {
  text-decoration: none;
  color: #049791; }

div#hero::after {
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08);
  content: '';
  display: block;
  height: 0px;
  margin: 0 0 50px 0;
  width: 100%; }

footer {
  margin-top: 50px;
  padding: 50px;
  width: 100%;
  background-color: #2e2e2e;
  color: white;
  box-sizing: border-box; }
  footer h3 {
    border-color: white; }
  footer div.contact-container {
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    height: 325px;
    justify-content: space-between; }
    footer div.contact-container div.contact-text-holder {
      min-width: 250px; }
      footer div.contact-container div.contact-text-holder p {
        font-size: 17px;
        line-height: 24px; }
      footer div.contact-container div.contact-text-holder > p {
        margin: 0 0 30px 0; }
        footer div.contact-container div.contact-text-holder > p:nth-child(1) {
          margin: 0 0 15px 40px; }
          footer div.contact-container div.contact-text-holder > p:nth-child(1)::before {
            display: inline-block;
            margin: 0 15px -6.5px -40px;
            height: 25px;
            width: 25px;
            content: '';
            background: url("../res/images/icons/homeicon.png") no-repeat center/contain; }
        footer div.contact-container div.contact-text-holder > p:nth-child(2) {
          margin: 0 0 15px 0; }
          footer div.contact-container div.contact-text-holder > p:nth-child(2) a::before {
            display: inline-block;
            margin: 0 15px -6px 0;
            height: 25px;
            width: 25px;
            content: '';
            background: url("../res/images/icons/phoneicon.png") no-repeat center/contain; }
        footer div.contact-container div.contact-text-holder > p:nth-child(3) {
          margin: 0 0 15px 0; }
          footer div.contact-container div.contact-text-holder > p:nth-child(3) a::before {
            display: inline-block;
            margin: 0 15px -6px 0;
            height: 25px;
            width: 25px;
            content: '';
            background: url("../res/images/icons/mailicon.png") no-repeat center/contain; }
      footer div.contact-container div.contact-text-holder a {
        color: #049791; }
      footer div.contact-container div.contact-text-holder div.button-card {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 0 15px 0;
        width: 200px;
        height: 48px;
        background-color: #049791;
        align-items: center;
        justify-content: center; }
    footer div.contact-container div.form-holder {
      width: 100%;
      max-width: 680px; }
      footer div.contact-container div.form-holder div.rendered-form {
        display: flex;
        flex-flow: row wrap; }
      footer div.contact-container div.form-holder div.form-group.fb-text {
        width: calc(100% / 3); }
      footer div.contact-container div.form-holder div.form-group.fb-textarea {
        width: 100%; }
      footer div.contact-container div.form-holder input[type=submit] {
        font: 15px/1.2em 'Source Sans Pro', sans-serif, normal;
        margin: 15px 15px 0 15px;
        height: 48px;
        min-width: 125px;
        background-color: #049791;
        border: none;
        color: white;
        box-sizing: border-box; }
  footer div.map-container {
    margin-left: -50px;
    width: calc(100% + 100px);
    height: 350px;
    background-color: white; }
  footer div.footer-bottom {
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    height: 30px;
    padding-top: 30px; }
    footer div.footer-bottom p {
      font-weight: 100;
      max-width: 800px;
      margin: 15px 0 0 0; }
    footer div.footer-bottom a {
      color: white;
      transition: color .1s ease-in-out; }
      footer div.footer-bottom a:hover {
        color: #049791; }
    footer div.footer-bottom small {
      font-size: 10px;
      float: right;
      margin: -15px 0 0 0;
      color: rgba(255, 255, 255, 0.5); }
      footer div.footer-bottom small a {
        color: rgba(255, 255, 255, 0.7); }
    footer div.footer-bottom a.linkedin {
      position: relative;
      float: right;
      margin-top: -15px;
      width: 50px;
      height: 50px;
      background-color: white;
      border-radius: 25px;
      margin-left: 15px;
      padding: 12.5px;
      box-sizing: border-box; }
      footer div.footer-bottom a.linkedin::after {
        display: block;
        width: 25px;
        height: 25px;
        content: '';
        background: url("../res/images/icons/icon-twitter-footer.png") no-repeat center/contain;
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      footer div.footer-bottom a.linkedin:hover::after {
        transform: rotateY(360deg); }
    footer div.footer-bottom a.facebook {
      position: relative;
      float: right;
      margin-top: -15px;
      width: 50px;
      height: 50px;
      background-color: white;
      border-radius: 25px;
      padding: 12.5px;
      box-sizing: border-box; }
      footer div.footer-bottom a.facebook::after {
        display: block;
        width: 25px;
        height: 25px;
        content: '';
        background: url("../res/images/icons/icon-facebook-footer.png") no-repeat center/contain;
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
      footer div.footer-bottom a.facebook:hover::after {
        transform: rotateY(360deg); }

div.expander {
  position: relative; }
  div.expander div.expanding-text {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: height 1s cubic-bezier(0.77, 0, 0.175, 1); }
    div.expander div.expanding-text p.desc {
      font-size: 15px;
      font-weight: 300;
      line-height: 24px;
      margin: 0; }
    div.expander div.expanding-text strong {
      font-weight: 500; }
    div.expander div.expanding-text ul {
      text-align: left;
      font-size: 15px;
      font-weight: 300; }
      div.expander div.expanding-text ul li {
        line-height: 24px; }
    div.expander div.expanding-text a {
      color: white;
      text-decoration: underline; }
      div.expander div.expanding-text a:hover {
        text-decoration: underline; }
    div.expander div.expanding-text.open::after {
      display: none; }
    div.expander div.expanding-text::after {
      background: linear-gradient(to top, #323131 0%, rgba(50, 49, 49, 0) 100%);
      content: '';
      display: block;
      height: 50px;
      left: 0;
      position: absolute;
      bottom: 0px;
      width: 100%; }
  div.expander div.divider {
    display: none;
    border: 1px solid black;
    margin-bottom: 15px; }
  div.expander p.readmore {
    position: relative;
    display: block;
    min-height: 50px;
    margin: 16px 0 0 0;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: color 1s cubic-bezier(0.77, 0, 0.175, 1); }
    div.expander p.readmore.open {
      color: transparent; }
      div.expander p.readmore.open::after {
        top: 0px;
        color: white;
        transform: rotate(-180deg) scale(1.2, 0.7);
        transform-origin: center center; }
    div.expander p.readmore::after {
      position: absolute;
      display: block;
      top: 25px;
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      content: '▼';
      transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
      transform: rotate(0deg) scale(1.2, 0.7); }

web-lightbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }
  web-lightbox.active {
    display: block; }
  web-lightbox.cards.vac-2 lb-content {
    top: calc(50% - 375px);
    height: 750px; }
  web-lightbox.cards.vac-2 lb-close {
    top: calc(50% - 387.5px); }
  web-lightbox.cards lb-close {
    top: calc(50% - 212.5px);
    left: calc(50% + 287.5px);
    cursor: pointer; }
  web-lightbox.cards lb-content {
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    height: 400px;
    width: 600px;
    background-color: #049791;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
    web-lightbox.cards lb-content div {
      color: white; }
      web-lightbox.cards lb-content div#vacature-1 h2 {
        margin: 85px 0 12px 0; }
      web-lightbox.cards lb-content div#vacature-2 h2 {
        margin: 12px 0 12px 0; }
      web-lightbox.cards lb-content div h2 {
        padding: 15px 15px 0 15px;
        font-size: 40px;
        font-weight: 300;
        line-height: 48px;
        text-align: center; }
      web-lightbox.cards lb-content div p {
        font-size: 14px;
        line-height: 17px;
        margin: 0 60px 14px 60px;
        text-align: center; }
      web-lightbox.cards lb-content div a {
        display: block;
        margin-top: 50px;
        width: 100%;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-decoration: underline;
        color: white; }
  web-lightbox lb-close {
    position: absolute;
    top: calc(50% - (381.75px + 12.5px));
    right: calc(5% - 2.5% - 12.5px);
    width: 25px;
    height: 25px;
    background: url("../res/images/icons/closebox.png") no-repeat center/contain; }
  web-lightbox lb-content {
    position: absolute;
    top: calc(50% - 381.75px);
    left: calc(50% - 47.5%);
    width: 95%;
    height: 763.5px;
    background-color: black; }

.sys_disable {
  display: none; }

/* !TEMPLATE SPECIFIC! */
div.home-six {
  margin: 0;
  padding: 50px;
  width: 100%;
  background-color: #049791;
  box-sizing: border-box; }
  div.home-six h3 {
    color: white; }
  div.home-six p.intro {
    color: white;
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px; }
    div.home-six p.intro a {
      color: white; }
      div.home-six p.intro a:hover {
        text-decoration: underline; }
  div.home-six div.container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1220px;
    align-items: flex-start;
    justify-content: space-between; }
    div.home-six div.container div.expander {
      padding: 25px;
      color: white;
      width: calc(100% / 3);
      box-sizing: border-box; }
      div.home-six div.container div.expander a {
        color: white;
        word-wrap: none;
        text-decoration: underline; }
      div.home-six div.container div.expander p.title {
        margin-left: 65px;
        font-size: 25px; }
        div.home-six div.container div.expander p.title::before {
          position: absolute;
          display: inline-block;
          top: 20px;
          left: 0;
          width: 40px;
          height: 40px;
          content: ''; }
      div.home-six div.container div.expander div.expanding-text {
        text-align: left; }
        div.home-six div.container div.expander div.expanding-text::after {
          background: linear-gradient(to top, #049791 0%, rgba(4, 151, 145, 0) 100%); }
      div.home-six div.container div.expander div.divider {
        display: block;
        border-color: white; }
      div.home-six div.container div.expander:nth-child(1) p.title::before {
        background: url("../res/svg/icons/icons__nieuwsapp-2.svg") no-repeat center/contain; }
      div.home-six div.container div.expander:nth-child(2) p.title::before {
        background: url("../res/svg/icons/icons__tenderapp-2.svg") no-repeat center/contain; }
      div.home-six div.container div.expander:nth-child(3) p.title::before {
        background: url("../res/svg/icons/icons__omgevingsapp-9.svg") no-repeat center/contain; }
      div.home-six div.container div.expander:nth-child(4) p.title::before {
        background: url("../res/svg/icons/icons__marketing-sales-app-3.svg") no-repeat center/contain; }
      div.home-six div.container div.expander:nth-child(5) p.title::before {
        background: url("../res/svg/icons/icons__custom-app-2.svg") no-repeat center/contain; }
      div.home-six div.container div.expander:nth-child(6) p.title::before {
        background: url("../res/svg/icons/icons__vraag-idee-1.svg") no-repeat center/contain; }

section.sys_section_rtl {
  position: relative; }

div.home-rtl {
  position: relative;
  width: 100%;
  height: calc(100vh - 116px); }
  div.home-rtl div.parallax-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    div.home-rtl div.parallax-content div.parallax {
      width: 100vw;
      height: 100vh;
      background: url("../res/images/videobg.jpg") no-repeat center/cover; }
  div.home-rtl div.main-content {
    position: absolute;
    top: 150px;
    left: 0%;
    width: 100%;
    height: 100%; }
    div.home-rtl div.main-content h3 {
      color: white;
      border-color: white; }
    div.home-rtl div.main-content div.videobanner {
      position: relative;
      margin-top: -50px;
      margin-left: calc(50% - 425px);
      height: 475px;
      width: 850px;
      background: url("../res/images/rtl7.png") no-repeat center/cover; }
      div.home-rtl div.main-content div.videobanner div.playbutton {
        position: absolute;
        display: block;
        top: calc(50% - 37.5px);
        left: calc(50% - 37.5px);
        height: 75px;
        width: 75px;
        border: 1px solid white;
        border-radius: 37.5px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        box-sizing: border-box;
        transition: all .2s ease-in-out; }
        div.home-rtl div.main-content div.videobanner div.playbutton div.logo {
          position: absolute;
          display: block;
          top: calc(50% - 15px);
          left: calc(50% - 11.5px);
          height: 30px;
          width: 30px;
          background: url("../res/images/icons/playbutton.png") no-repeat center/contain;
          transition: all .2s ease-in-out; }
        div.home-rtl div.main-content div.videobanner div.playbutton:hover {
          border-color: #049791; }
          div.home-rtl div.main-content div.videobanner div.playbutton:hover div.logo {
            background: url("../res/images/icons/playbuttonactive.png") no-repeat center/contain; }

div.home-scroll {
  padding-bottom: 5vh; }
  div.home-scroll h4 {
    font-size: 29.25px;
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
    padding-bottom: 0;
    color: #049791; }
  div.home-scroll div.scroll {
    width: calc(100%);
    height: 160px;
    padding: 35px 0;
    overflow: hidden;
    margin: 0 0 50px 0; }
    div.home-scroll div.scroll div.scroll-container {
      display: flex;
      flex-flow: row nowrap;
      height: 100%;
      width: auto;
      transform: translateX(0%); }
      div.home-scroll div.scroll div.scroll-container.duplicate {
        margin-top: -160px;
        transform: translateX(-100vh); }
        div.home-scroll div.scroll div.scroll-container.duplicate div.client {
          display: none; }
      div.home-scroll div.scroll div.scroll-container div.client {
        position: relative;
        flex-shrink: 0;
        margin-left: 80px;
        margin-right: 80px;
        height: 160px;
        width: 160px; }
        div.home-scroll div.scroll div.scroll-container div.client.disabled {
          display: none; }
        div.home-scroll div.scroll div.scroll-container div.client div.logo {
          height: 160px;
          width: 160px; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(1) div.logo {
          background: url("../res/images/clients/aal-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(2) div.logo {
          background: url("../res/images/clients/aal2-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(3) div.logo {
          background: url("../res/images/clients/acomo-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(4) div.logo {
          background: url("../res/images/clients/bam-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(5) div.logo {
          background: url("../res/images/clients/bamint-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(6) div.logo {
          background: url("../res/images/clients/bamnuttal-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(7) div.logo {
          background: url("../res/images/clients/boulauto-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(8) div.logo {
          background: url("../res/images/clients/buzz-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(9) div.logo {
          background: url("../res/images/clients/catz-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(10) div.logo {
          background: url("../res/images/clients/cent-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(11) div.logo {
          background: url("../res/images/clients/CVU-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(12) div.logo {
          background: url("../res/images/clients/denhaag-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(13) div.logo {
          background: url("../res/images/clients/EDCTP-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(14) div.logo {
          background: url("../res/images/clients/exterus-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(15) div.logo {
          background: url("../res/images/clients/FME-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(16) div.logo {
          background: url("../res/images/clients/habo-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(17) div.logo {
          background: url("../res/images/clients/heesen-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(18) div.logo {
          background: url("../res/images/clients/ivk-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(19) div.logo {
          background: url("../res/images/clients/leiden-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(20) div.logo {
          background: url("../res/images/clients/moruik-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(21) div.logo {
          background: url("../res/images/clients/mypem-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(22) div.logo {
          background: url("../res/images/clients/polyplastic-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(23) div.logo {
          background: url("../res/images/clients/rivieren-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(24) div.logo {
          background: url("../res/images/clients/saan-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(25) div.logo {
          background: url("../res/images/clients/sira-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(26) div.logo {
          background: url("../res/images/clients/tbp-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(27) div.logo {
          background: url("../res/images/clients/tebodin-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(28) div.logo {
          background: url("../res/images/clients/teleplan-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(29) div.logo {
          background: url("../res/images/clients/vanoord-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(30) div.logo {
          background: url("../res/images/clients/veenman-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(31) div.logo {
          background: url("../res/images/clients/vno-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(32) div.logo {
          background: url("../res/images/clients/zalt-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(33) div.logo {
          background: url("../res/images/clients/zl-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client:nth-child(34) div.logo {
          background: url("../res/images/clients/zl-ts-logo.png") no-repeat center/contain; }
        div.home-scroll div.scroll div.scroll-container div.client p {
          position: absolute;
          display: block;
          bottom: -50px;
          left: -70px;
          width: 300px;
          font-size: 14px;
          letter-spacing: 2px;
          text-align: center;
          text-transform: uppercase; }

div.home-apps {
  width: 100%;
  background-color: #bc1d7c;
  color: white;
  padding-bottom: 100px;
  padding-top: 50px;
  margin-top: 0px; }
  div.home-apps h3 {
    margin: 0 auto; }
  div.home-apps div.container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1580px;
    align-items: flex-start;
    justify-content: space-evenly; }
    div.home-apps div.container div.expander {
      padding: 25px;
      width: 300px;
      box-sizing: border-box; }
      div.home-apps div.container div.expander p.title {
        text-transform: uppercase; }
      div.home-apps div.container div.expander div.expanding-text {
        text-align: center; }
        div.home-apps div.container div.expander div.expanding-text::after {
          background: linear-gradient(to top, #bc1d7c 0%, rgba(188, 29, 124, 0) 100%); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.home-apps div.container {
      justify-content: space-around;
      padding: 0 50px; } }
  @supports (-ms-ime-align: auto) {
    div.home-apps div.container {
      justify-content: space-around;
      padding: 0 50px; } }
  div.home-apps .appul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    max-width: 1580px; }
    div.home-apps .appul h4 {
      text-transform: uppercase;
      color: #333333;
      font-weight: 500;
      line-height: 25px; }
    div.home-apps .appul li {
      margin-right: 20px;
      text-align: center;
      margin-left: 20px;
      width: 250px;
      margin: 0px 65px;
      display: inline-block;
      overflow: hidden;
      vertical-align: top;
      position: relative;
      transition: all 0.35s cubic-bezier(0.16, 0.07, 0.48, 1.37) 0s;
      line-height: 28px; }
      div.home-apps .appul li a {
        color: #049791; }

div.home-websites {
  padding-top: 50px;
  position: relative;
  width: 100%;
  color: white;
  background-color: #016cb3; }
  div.home-websites h3 {
    border-color: white; }
  div.home-websites > p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    max-width: 60%;
    margin: 0 auto 50px auto; }
  div.home-websites div.cells {
    display: grid;
    grid-template-rows: repeat(6, 270px);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 0 auto;
    max-width: 1170px;
    padding-bottom: 50px; }
    div.home-websites div.cells .cell {
      position: relative;
      min-height: 270px;
      color: black;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid black;
      overflow: hidden; }
      div.home-websites div.cells .cell:hover div.cell-text {
        transform: translateX(0); }
      div.home-websites div.cells .cell div.cell-text {
        display: flex;
        flex-flow: column wrap;
        width: 100%;
        height: 100%;
        padding: 25px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.8);
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        transition: 0.3s transform cubic-bezier(0.77, 0, 0.175, 1); }
        div.home-websites div.cells .cell div.cell-text p {
          text-align: center; }
          div.home-websites div.cells .cell div.cell-text p.title {
            font-weight: 600; }
        div.home-websites div.cells .cell div.cell-text a {
          color: #049791;
          text-align: center; }
      div.home-websites div.cells .cell:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 3; }
      div.home-websites div.cells .cell:nth-child(2) {
        grid-column: 2 / 4;
        grid-row: 1 / 2; }
      div.home-websites div.cells .cell:nth-child(5) {
        grid-column: 3 / 5;
        grid-row: 2 / 3; }
      div.home-websites div.cells .cell:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 3 / 4; }
      div.home-websites div.cells .cell:nth-child(7) {
        grid-column: 3 / 4;
        grid-row: 3 / 5; }
      div.home-websites div.cells .cell:nth-child(13) {
        grid-column: 2 / 4;
        grid-row: 5 / 6; }
      div.home-websites div.cells .cell:nth-child(17) {
        background-size: contain;
        border-color: transparent;
        grid-column: 3 / 5; }
        div.home-websites div.cells .cell:nth-child(17) div.cell-text {
          display: none; }

.home-vormgeving .column {
  margin-left: 25%;
  width: 50%; }

.home-vormgeving-carousel {
  margin-bottom: 75px; }

section#films-animaties div.content div.column div.textblock p {
  margin: 10px 0 50px 0; }

.home-website {
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  color: white;
  background-color: #016cb3;
  margin-bottom: -10px; }
  .home-website h3 {
    border-bottom: 1px solid white; }
  .home-website .column {
    margin-left: 25%;
    width: 50%; }

.home-over {
  padding-top: 50px;
  width: 100%; }
  .home-over .column {
    margin-left: 15%;
    width: 70%; }
    .home-over .column div.textblock {
      padding: 0; }

section.call-to div.content div.column div.textblock {
  max-width: initial;
  background-color: #fac416; }
  section.call-to div.content div.column div.textblock h3 {
    display: none; }
  section.call-to div.content div.column div.textblock p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 25px 0;
    margin: 0; }

section.call-to.margin {
  margin: 50px 0; }

.grecaptcha-badge {
  visibility: hidden; }

x-carousel {
  display: block;
  position: relative;
  width: 100%;
  height: 75vh;
  min-height: 70vh;
  overflow: hidden; }
  x-carousel carousel-blocks {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75vh; }
    x-carousel carousel-blocks carousel-block {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      width: 100vw;
      height: 100%;
      align-items: center;
      justify-content: center; }
      x-carousel carousel-blocks carousel-block:not(:first-child) {
        opacity: 0; }
      x-carousel carousel-blocks carousel-block video.home-main-video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        x-carousel carousel-blocks carousel-block video.home-main-video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%; } }
      @supports (-ms-ime-align: auto) {
        x-carousel carousel-blocks carousel-block video.home-main-video {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%; } }
      x-carousel carousel-blocks carousel-block div.home-splash {
        position: relative;
        top: 50%;
        left: calc(50% - 350px);
        width: 700px;
        height: 225px; }
        x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container {
          position: absolute;
          display: flex;
          width: 700px;
          color: white;
          text-align: center;
          align-items: center; }
          x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container p.splash-text {
            position: absolute;
            transform: scale(1, 1);
            width: 100%;
            font-weight: 100;
            font-size: 50px;
            line-height: 60px;
            text-transform: uppercase;
            opacity: 0;
            transition: transform 500ms ease, opacity 500ms ease; }
            x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container p.splash-text.active {
              transform: scale(1.5, 1.5);
              opacity: 1; }
        x-carousel carousel-blocks carousel-block div.home-splash p.appstudio-on-rtl {
          position: absolute;
          bottom: 0px;
          width: 100%;
          font-size: 20px;
          font-weight: 300;
          text-align: center;
          color: white; }
          x-carousel carousel-blocks carousel-block div.home-splash p.appstudio-on-rtl::before {
            display: inline-block;
            margin: 0 10px -10px -10px;
            width: 35px;
            height: 35px;
            content: "";
            background: url("../res/images/icons/icon_play.png") no-repeat center/contain; }
    x-carousel carousel-blocks.parallax block {
      height: 200%; }
  x-carousel carousel-dots {
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: auto; }
    x-carousel carousel-dots carousel-dot {
      display: inline-block;
      width: 30px;
      height: 2px;
      background-color: rgba(255, 255, 255, 0.5);
      margin: 0 4px;
      transition: width 250ms ease-in-out, background-color 250ms ease-in-out;
      cursor: pointer; }
      x-carousel carousel-dots carousel-dot.current {
        background-color: #049791;
        cursor: default; }

div.textblock {
  max-width: 80%;
  margin: 0 auto; }
  div.textblock h1 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333; }
    div.textblock h1:first-child {
      margin: -28px 0 28px 0; }
  div.textblock p {
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px; }
  div.textblock ul {
    padding: 0 80px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0; }
    div.textblock ul li {
      margin-right: 20px;
      text-align: center;
      width: auto;
      margin-left: 0px;
      margin-bottom: 20px;
      display: inline-block; }
      div.textblock ul li span.servdot {
        height: 6px;
        width: 6px;
        background-color: #EF7900;
        display: inline-block;
        border-radius: 30px;
        margin-left: 22px;
        vertical-align: middle; }

div.carouselblock {
  display: table;
  position: relative;
  height: auto;
  width: calc(100% - 240px);
  overflow: hidden;
  max-width: 1170px;
  margin: 0 auto; }
  @supports (height: fit-content) {
    div.carouselblock {
      display: block;
      height: fit-content; } }
  div.carouselblock div.wrapper {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    flex-direction: row;
    transform: translateX(0px);
    transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1); }
    div.carouselblock div.wrapper.duplicate {
      position: absolute;
      visibility: hidden;
      top: 0; }
    div.carouselblock div.wrapper div.img-container {
      position: relative;
      height: 100%;
      width: 100%;
      flex-shrink: 0;
      flex-grow: 0; }
      div.carouselblock div.wrapper div.img-container img,
      div.carouselblock div.wrapper div.img-container video {
        position: relative;
        height: auto;
        width: 100%;
        object-fit: contain;
        object-position: center;
        flex-shrink: 0;
        flex-grow: 0; }
  div.carouselblock.home div.img-container img, div.carouselblock.home div.img-container video {
    cursor: pointer; }
  div.carouselblock.home div.img-container::after {
    position: absolute;
    display: block;
    top: calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    height: 75px;
    width: 75px;
    border: 2px solid white;
    border-radius: 38px;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: all .2s ease-in-out;
    content: '▷';
    font-size: 30px;
    padding: 14px 24px;
    color: white;
    box-shadow: 0px 0px 1em rgba(10, 10, 10, 0.28); }
  div.carouselblock.home div.img-container:hover::after {
    border-color: #049791;
    color: #049791; }

div.arrow {
  position: absolute;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 30px; }
  div.arrow#left {
    left: calc(((100% - 1000px) / 2) / 2 - 50px); }
    div.arrow#left .image {
      background-image: url("../res/svg/icons/arrow-left-carousel.svg"); }
  div.arrow#right {
    right: calc(((100% - 1000px) / 2) / 2 - 50px); }
    div.arrow#right .image {
      background-image: url("../res/svg/icons/arrow-right-carousel.svg"); }
  div.arrow .image {
    width: 25px;
    height: 25px;
    margin: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  div.arrow:hover#left .image {
    background-image: url("../res/svg/icons/arrow-left-carousel-hover.svg"); }
  div.arrow:hover#right .image {
    background-image: url("../res/svg/icons/arrow-right-carousel-hover.svg"); }

header {
  position: fixed;
  width: 100%;
  height: 116px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.35s cubic-bezier(0.755, 0.05, 0.855, 0.06) 0s;
  /* BASE */
  /* MENU-TREE */
  /* SUBMENU */ }
  header a {
    color: #049791; }
  header.light {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid lightgray; }
    header.light div.menu-container div.menu-lang-select a:not(.active) {
      color: black; }
    header.light div.menu-container div.menu-main-logo {
      background: url("../res/svg/branding/logo_bj.svg") no-repeat center/contain; }
    header.light div.menu-container div.menu-tree ul.menu-tree-ul li.menu-li a {
      color: black; }
  header div.menu-container {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    width: 1170px;
    height: 116px;
    align-items: center; }
    header div.menu-container div.menu-main-logo {
      margin: -5px 0px 0px -15px;
      width: 400px;
      height: 60px;
      background: url("../res/svg/branding/logo_bj_white.svg") no-repeat center/contain; }
    header div.menu-container div.menu-lang-select {
      position: absolute;
      right: 0; }
      header div.menu-container div.menu-lang-select a {
        color: white;
        margin-right: 10px; }
        header div.menu-container div.menu-lang-select a.active {
          color: #049791; }
    header div.menu-container div.menu-overlay {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background-color: rgba(0, 0, 0, 0.3); }
      header div.menu-container div.menu-overlay.active {
        display: block; }
  header div.mobile-top {
    display: none; }
  header div.menu-tree {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    width: 800px;
    align-items: flex-end;
    justify-content: flex-end; }
    header div.menu-tree ul.menu-tree-ul {
      padding: 0;
      margin: 0 -8px 0 0;
      text-align: center; }
      header div.menu-tree ul.menu-tree-ul li.menu-li {
        display: inline-block;
        padding: 6px 8px;
        margin: 0 0 41px 8px;
        cursor: pointer;
        transition: all 0.35s cubic-bezier(0.16, 0.07, 0.48, 1.37) 0s; }
        header div.menu-tree ul.menu-tree-ul li.menu-li.hover {
          background-color: #049791;
          transform: scale(1.15); }
          header div.menu-tree ul.menu-tree-ul li.menu-li.hover.hover a {
            color: white !important; }
        header div.menu-tree ul.menu-tree-ul li.menu-li a {
          font-size: 18px;
          color: white; }
          header div.menu-tree ul.menu-tree-ul li.menu-li a:hover {
            text-decoration: none; }
        header div.menu-tree ul.menu-tree-ul li.menu-li.sub {
          height: 62px; }
  header div.menu-submenu {
    position: absolute;
    display: none;
    top: calc(100% + 1px);
    left: 0;
    width: 100vw;
    height: 120px;
    background-color: rgba(44, 43, 45, 0.95);
    padding: 0 12.5%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.16, 0.07, 0.48, 1.37) 0s;
    text-align: center; }
    header div.menu-submenu.hover {
      display: block;
      opacity: 1;
      visibility: visible; }
    header div.menu-submenu ol {
      display: inline-block;
      vertical-align: top;
      padding-left: 40px;
      padding-right: 40px;
      list-style: none;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: left; }
      header div.menu-submenu ol li.submenu-li a:hover {
        text-decoration: none;
        color: white; }

/* Form */
div.dynamicform {
  position: relative;
  color: white; }
  div.dynamicform h3 {
    display: none;
    margin-top: 0;
    padding-bottom: 5px;
    font-size: 25px;
    border-bottom: 3px solid #a60214; }
  div.dynamicform form {
    position: relative;
    padding: 1px 0 0 0;
    display: block; }
    div.dynamicform form .form-group #frmLocation {
      -webkit-appearance: none; }
    div.dynamicform form .form-group #frmLocation,
    div.dynamicform form .form-group #formAanhef {
      border: none;
      outline: none;
      background-color: #f2f2f2;
      border-radius: 0;
      font-size: 16px;
      font-weight: 400;
      width: 310px; }
    div.dynamicform form .form-group label {
      margin: 10px 0px 0px 10px;
      display: none;
      font-size: 15px;
      font-weight: 500;
      color: white; }
    div.dynamicform form .form-group input[type=text],
    div.dynamicform form .form-group input[type=email],
    div.dynamicform form .form-group input[type=number],
    div.dynamicform form .form-group input[type=tel],
    div.dynamicform form .form-group input[type=date] {
      color: black;
      margin: 0 0 15px 15px;
      height: 48px;
      width: calc(100% - 15px);
      min-width: 150px;
      padding: 0 15px;
      font-size: 13px;
      line-height: 1.2em;
      box-sizing: border-box; }
      div.dynamicform form .form-group input[type=text]::placeholder,
      div.dynamicform form .form-group input[type=email]::placeholder,
      div.dynamicform form .form-group input[type=number]::placeholder,
      div.dynamicform form .form-group input[type=tel]::placeholder,
      div.dynamicform form .form-group input[type=date]::placeholder {
        color: #6c7073; }
      div.dynamicform form .form-group input[type=text]:first-child,
      div.dynamicform form .form-group input[type=email]:first-child,
      div.dynamicform form .form-group input[type=number]:first-child,
      div.dynamicform form .form-group input[type=tel]:first-child,
      div.dynamicform form .form-group input[type=date]:first-child {
        width: calc(100% / 3);
        margin: 0 0 15px 0; }
    div.dynamicform form .form-group input[type=text],
    div.dynamicform form .form-group input[type=email],
    div.dynamicform form .form-group input[type=number],
    div.dynamicform form .form-group input[type=tel],
    div.dynamicform form .form-group input[type=date],
    div.dynamicform form .form-group textarea {
      cursor: text;
      color: black;
      border-radius: 0;
      border: none;
      outline: none;
      -webkit-appearance: none;
      transition: transform .1s ease-in-out; }
      div.dynamicform form .form-group input[type=text]:focus,
      div.dynamicform form .form-group input[type=email]:focus,
      div.dynamicform form .form-group input[type=number]:focus,
      div.dynamicform form .form-group input[type=tel]:focus,
      div.dynamicform form .form-group input[type=date]:focus,
      div.dynamicform form .form-group textarea:focus {
        outline: none;
        transform: scale(0.98, 0.98);
        background-color: #f0f0f0; }
    div.dynamicform form .locationfield .focus::after {
      width: 0;
      height: 0;
      background: transparent;
      border: none; }
    div.dynamicform form .rendered-form .form-group textarea.form-control {
      resize: none;
      width: calc(100% - 15px);
      margin: 0 0 0 15px;
      height: 120px;
      padding: 15px 15px;
      font-size: 13px;
      line-height: 1.2em;
      box-sizing: border-box;
      color: black; }
      div.dynamicform form .rendered-form .form-group textarea.form-control::placeholder {
        color: #6c7073; }
    div.dynamicform form .rendered-form .form-group select.form-control {
      border: none;
      outline: none;
      background-color: #f2f2f2;
      border-radius: 0;
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      font-family: "Source Sans Pro", sans-serif, normal;
      -webkit-appearance: none;
      display: inline-block; }
    div.dynamicform form .formmessage {
      margin: 0 0 10px 15px;
      font-size: 18px;
      line-height: 28px;
      vertical-align: middle;
      font-weight: 300; }
    div.dynamicform form .rendered-form .form-control:focus {
      outline: 0;
      box-shadow: 0 0 0 0 !important; }
    div.dynamicform form .form-group .fb-required {
      color: #049791;
      margin-left: 5px; }
    div.dynamicform form .rendered-form .form-group {
      margin-bottom: 0px; }
    div.dynamicform form button[type=submit] {
      cursor: pointer;
      font: 15px/1.2em 'Source Sans Pro', sans-serif, normal;
      margin: 15px 15px 0 15px;
      height: 48px;
      min-width: 125px;
      background-color: #049791;
      border: none;
      color: white;
      box-sizing: border-box; }

@media only screen and (max-width: 1230px) {
  header {
    height: 215px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    /* MENU-TREE */ }
    header div.menu-container {
      height: 215px;
      width: 100%;
      flex-flow: row wrap;
      align-content: center;
      justify-content: center; }
      header div.menu-container div.menu-lang-select {
        position: initial;
        width: 100%;
        height: 50px;
        text-align: center;
        padding-top: 15px;
        box-sizing: border-box;
        margin-top: 0px;
        margin-bottom: 40px; }
    header div.menu-tree {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 46px;
      flex-flow: row wrap;
      align-content: center;
      justify-content: center;
      transform: translateX(0); }
      header div.menu-tree ul.menu-tree-ul li.menu-li.sub {
        height: 33.5px;
        margin-bottom: 3px; }
  div.textblock {
    max-width: initial; }
  div.home-websites div.cells {
    padding: 0 25px 50px 25px;
    grid-template-rows: repeat(4, 270px); }
    div.home-websites div.cells .cell:nth-child(-n+16) {
      grid-row: initial;
      grid-column: initial; }
    div.home-websites div.cells .cell:nth-child(17) {
      grid-row: initial;
      grid-column: 1 / 3;
      height: 100px;
      min-height: 100px; }
  body.home section div.content div.column div.carouselblock {
    max-width: calc(100% - 240px); }
  div.arrow {
    top: calc(50% - 45px); }
    div.arrow#left {
      left: calc(((100% - (100% - 240px)) / 2) / 2 - 25px); }
    div.arrow#right {
      right: calc(((100% - (100% - 240px)) / 2) / 2 - 25px); } }

/* HOME-SCROLL ONLY */
@media only screen and (max-width: 1024px) {
  section.sys_section_websites div.content div.column div.home-websites div.cells {
    grid-template-rows: repeat(6, 270px);
    grid-template-columns: repeat(3, 1fr); }
    section.sys_section_websites div.content div.column div.home-websites div.cells .cell:nth-child(17) {
      grid-row: 6;
      grid-column: 2 / 3;
      height: inherit;
      min-height: inherit; } }

@media only screen and (max-width: 1024px) {
  section.sys_section_websites div.content div.column div.home-websites div.cells {
    grid-template-rows: repeat(6, 270px);
    grid-template-columns: repeat(3, 1fr); }
    section.sys_section_websites div.content div.column div.home-websites div.cells .cell:nth-child(17) {
      grid-row: 6;
      grid-column: 2 / 3;
      height: inherit;
      min-height: inherit; } }

@media only screen and (max-width: 850px) {
  section.sys_section_websites div.content div.column div.home-websites div.cells {
    grid-template-rows: repeat(8, 270px);
    grid-template-columns: repeat(2, 1fr); }
    section.sys_section_websites div.content div.column div.home-websites div.cells .cell:nth-child(17) {
      grid-row: inherit;
      grid-column: 1 / 3;
      height: 100px;
      min-height: 100px; }
  div.textblock {
    max-width: initial; }
  h3 {
    font-size: 40px; }
  section div.content div.column > div {
    padding: 0 25px;
    box-sizing: border-box; }
    section div.content div.column > div h3 {
      font-size: 40px; }
  body:not(.home) section:first-of-type div.content div p {
    padding: 0; }
  header {
    height: 60px;
    background-color: white;
    /* MENU-TREE */ }
    header div.menu-container {
      height: 60px;
      flex-flow: row nowrap;
      align-content: initial;
      justify-content: initial; }
      header div.menu-container div.menu-hamburger {
        display: block;
        width: 45px;
        height: 35px;
        background: url("../res/images/icons/menuopen.png") no-repeat center/45%;
        flex-shrink: 0;
        cursor: pointer; }
      header div.menu-container div.menu-main-logo {
        margin: 0;
        max-width: 400px;
        height: 60px;
        background: url("../res/svg/branding/logo_bj.svg") no-repeat center/contain; }
      header div.menu-container div.menu-lang-select {
        display: none; }
      header div.menu-container a.menu-backtotop {
        position: absolute;
        right: 0;
        width: 45px;
        height: 35px;
        background: url("../res/images/icons/toparrow.png") no-repeat center/45%;
        flex-shrink: 0;
        cursor: pointer; }
    header div.menu-tree {
      display: initial;
      top: 0px;
      bottom: initial;
      height: 100vh;
      width: 280px;
      background-color: white;
      align-items: initial;
      transform: translateX(-280px);
      transition: all 0.6s cubic-bezier(0.45, 0, 0.45, 1);
      opacity: 0; }
      header div.menu-tree.open {
        opacity: 1;
        transform: translateX(0px); }
      header div.menu-tree div.mobile-top {
        position: relative;
        display: flex;
        height: 60px;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid white;
        margin-bottom: 15px; }
        header div.menu-tree div.mobile-top div.mobile-lang-select {
          margin-left: 20px; }
          header div.menu-tree div.mobile-top div.mobile-lang-select a {
            margin-right: 10px; }
            header div.menu-tree div.mobile-top div.mobile-lang-select a:not(.active) {
              color: black; }
            header div.menu-tree div.mobile-top div.mobile-lang-select a:hover {
              text-decoration: none; }
        header div.menu-tree div.mobile-top div.mobile-close {
          width: 70px;
          height: 60px;
          background: url("../res/images/icons/menuclose.png") no-repeat center/45%;
          cursor: pointer; }
      header div.menu-tree ul.menu-tree-ul {
        padding: 0 20px 0 20px;
        height: calc(100vh - 60px);
        text-align: left;
        list-style-type: disc; }
        header div.menu-tree ul.menu-tree-ul li.menu-li {
          display: block;
          padding: 0;
          height: 30px;
          margin-bottom: 10px;
          transition: all 0.8s cubic-bezier(0.45, 0, 0.45, 1); }
          header div.menu-tree ul.menu-tree-ul li.menu-li a {
            color: black; }
          header div.menu-tree ul.menu-tree-ul li.menu-li.sub::before {
            display: inline-block;
            content: "+";
            width: 30px;
            height: 30px;
            font-size: 20px;
            color: #049791; }
          header div.menu-tree ul.menu-tree-ul li.menu-li.sub.open::before {
            display: inline-block;
            content: "-";
            width: 30px;
            height: 30px;
            font-size: 20px;
            color: #049791; }
          header div.menu-tree ul.menu-tree-ul li.menu-li::after {
            display: block;
            content: ">";
            width: 30px;
            height: 30px;
            font-size: 20px;
            color: #049791;
            float: right; }
    header div.menu-submenu {
      top: 0;
      left: 50px;
      width: 230px;
      height: auto;
      padding: 0;
      background-color: transparent;
      text-align: left; }
      header div.menu-submenu ol {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0; }
        header div.menu-submenu ol li.submenu-li {
          margin: 5px 0px; }
          header div.menu-submenu ol li.submenu-li a {
            color: black; }
            header div.menu-submenu ol li.submenu-li a:hover {
              color: #ef7900; }
  x-carousel carousel-blocks carousel-block div.home-splash {
    top: 25%;
    left: calc(50% - 125px);
    width: 250px;
    height: 300px; }
    x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container {
      width: 250px;
      height: 250px; }
      x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container p.splash-text {
        font-size: 30px;
        line-height: 45px; }
        x-carousel carousel-blocks carousel-block div.home-splash div.home-splash-container p.splash-text.active {
          transform: scale(1.5, 1.5); }
  div.textblock ul.service li span.servdot {
    margin: 45%;
    margin-top: 20px;
    margin-bottom: 0px; }
  div.home-apps h3 {
    padding: 50px 0 0 0; }
  div.home-apps .appul {
    max-width: 300px; }
    div.home-apps .appul li {
      width: 100%;
      padding: 5px 0; }
  div.home-apps div.container div.expander {
    padding: 25px 25px 0 25px; }
    div.home-apps div.container div.expander:last-child {
      margin: 25px 25px 25px 25px; }
  div.home-six h3 {
    padding: 50px 0 0 0; }
  div.home-six p.intro {
    max-width: 95%; }
  div.home-six div.container div.expander {
    width: 100%; }
  div.home-rtl div.main-content {
    top: 80px;
    padding: 0 25px;
    box-sizing: border-box; }
    div.home-rtl div.main-content h3 {
      width: 100%; }
    div.home-rtl div.main-content div.videobanner {
      height: 225px;
      margin-left: 0;
      width: 100%; }
  section div.content div.column div.home-rtl {
    padding: 0;
    height: 105vh; }
    section div.content div.column div.home-rtl div.parallax-content div.parallax {
      height: 105vh; }
  div.home-apps ul.appul li {
    width: initial; }
  footer {
    margin-top: 100px; }
    footer h3 {
      margin: 0 auto 50px auto; }
    footer div.contact-container {
      flex-flow: row wrap;
      height: 700px; }
      footer div.contact-container > div {
        width: 100%; }
        footer div.contact-container > div.contact-text-holder {
          margin-top: 50px;
          display: flex;
          flex-flow: column;
          order: 2; }
          footer div.contact-container > div.contact-text-holder > p:nth-child(2)::before {
            margin-left: 20px !important; }
          footer div.contact-container > div.contact-text-holder > p a::before {
            margin-left: 20px; }
          footer div.contact-container > div.contact-text-holder div.button-card {
            width: calc(100vw - 100px); }
            footer div.contact-container > div.contact-text-holder div.button-card:nth-child(1) {
              margin-top: 50px; }
        footer div.contact-container > div.form-holder form div.form-group.fb-text {
          width: 100%; }
        footer div.contact-container > div.form-holder form div.form-group input[type=text],
        footer div.contact-container > div.form-holder form div.form-group textarea {
          width: 100% !important;
          margin-left: 0 !important; }
        footer div.contact-container > div.form-holder form button.morebutton {
          margin-left: 0 !important; }
    footer div.footer-bottom {
      text-align: center;
      height: 50px; }
      footer div.footer-bottom small {
        float: inherit;
        margin: auto; }
      footer div.footer-bottom div.social-holder {
        display: flex;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
        flex-flow: row nowrap;
        justify-content: center; }
        footer div.footer-bottom div.social-holder > a:nth-child(2) {
          margin-left: 25px; }
  section.sys_section_websites div.content div.column div.home-websites {
    padding: 50px 25px 0 25px !important; }
    section.sys_section_websites div.content div.column div.home-websites > p {
      max-width: 100%;
      padding: 0 25px; }
  body.home section div.content div.column div.carouselblock {
    height: fit-content;
    width: 100%;
    max-width: 100%; }
  section.sys_film_anim {
    margin-bottom: 100px; }
  div.arrow {
    top: calc(100% + 25px); }
    div.arrow#left {
      left: 50px; }
    div.arrow#right {
      right: 50px; }
  web-lightbox lb-close {
    top: calc(50% - (150px + 12.5px));
    right: calc(5% - 25px); }
  web-lightbox lb-content {
    top: calc(50% - 150px);
    height: 275px; }
  .home-vormgeving .column {
    margin-left: 5%;
    margin-bottom: -1px;
    width: 90%; }
  .home-vormgeving-carousel {
    margin-bottom: 150px; }
  .sys_section_apps .content, .sys_section_apps .column, .sys_section_apps .home-apps {
    background-color: #bc1d7c; }
  .home-over .column {
    margin: inherit;
    width: 100%; }
    .home-over .column div.textblock {
      padding: 0 25px; }
  div.home-scroll {
    padding: 0 !important; } }

@media only screen and (max-width: 550px) {
  header div.menu-container div.menu-main-logo {
    max-width: 300px; }
  section.sys_section_websites div.content div.column div.home-websites div.cells {
    padding: 0 25px 50px 25px;
    grid-template-rows: repeat(16, 270px);
    grid-template-columns: repeat(1, minmax(100px, 100%)); }
    section.sys_section_websites div.content div.column div.home-websites div.cells .cell:nth-child(17) {
      grid-row: inherit;
      grid-column: 1 / 1;
      height: 100px;
      min-height: 100px; } }
