:root {
  --white: white;
  --black: black;
  --color: #3273ff;
}

body {
  color: #444;
  background-color: #fff;
  font-family: Overpass, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

h1 {
  color: #000;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

p {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

a {
  color: #3273ff;
  font-weight: 600;
  text-decoration: none;
}

img {
  display: inline-block;
}

.containerr {
  flex-wrap: nowrap;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 250px;
}

.body {
  font-family: Overpass, sans-serif;
}

.heading {
  margin-top: 0;
  margin-bottom: 40px;
}

.icon {
  margin-bottom: 100px;
  display: block;
}

.typer {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline;
}

.typer.colorchange-typer {
  color: #3273ff;
  background-color: #3273ff1a;
}

.bg-grey {
  z-index: 15;
  background-color: #f8f8f8;
  width: 100%;
  margin-top: 100px;
  margin-left: 20px;
  position: absolute;
  inset: 0;
}

.bg-grey._100-top {
  margin-top: 100px;
}

.link {
  margin-left: -5px;
  margin-right: -5px;
  padding: 2px 5px;
}

.link:hover {
  background-color: #4f93ee1a;
}

.heading-2 {
  margin-left: -10px;
  padding-left: 10px;
  overflow: hidden;
}

.width-560 {
  max-width: 560px;
  margin-left: 100px;
  position: relative;
}

.width-560.test {
  position: relative;
}

.footer {
  background-color: #111;
  position: fixed;
  inset: 0;
}

.site-wrapper {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.site-wrapper.parallax {
  perspective: 1000px;
  position: absolute;
  inset: 0;
  overflow: scroll;
}

.div-block {
  height: 400px;
}

.white-bg {
  z-index: -10;
  background-color: #fff;
  position: absolute;
  inset: 0 0 150px;
}

.heading-3, .paragraph {
  display: inline-block;
}

.image {
  float: right;
  width: 100%;
  display: block;
}

.image-wrapper {
  float: right;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.container2323 {
  flex: 1;
  display: inline-block;
}

.div-block-2 {
  width: 100%;
  max-width: 480px;
}

.image-3 {
  display: block;
}

.imageeee {
  width: 100%;
  margin-top: -100px;
}

.flexbox {
  flex-basis: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flexbox.new-approach {
  padding-top: 150px;
  padding-bottom: 150px;
}

.flexbox.black {
  color: #bbb;
  padding-top: 150px;
  padding-bottom: 150px;
}

.flexbox.black.clients {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flexbox.black.clients.last {
  padding-bottom: 150px;
}

.flexbox.black.clients-top {
  padding-bottom: 60px;
}

.flexbox.black.footer-top {
  padding-bottom: 0;
}

.flexbox.black.footer-bottom {
  padding-top: 0;
}

.flex-padding-left {
  flex: 1 1 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-content {
  flex: 6 6 0;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-content.header {
  flex: 6 6 0;
  padding-top: 200px;
  padding-bottom: 150px;
}

.flex-content.image {
  flex: 1;
  min-width: 100%;
  padding-left: 20px;
}

.flex-content._9-columns {
  flex-grow: 9;
  flex-shrink: 9;
  padding-left: 0;
  padding-right: 0;
}

.flex-padding-right {
  flex: 3 3 0;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-240 {
  flex: 1;
  max-width: 240px;
  display: inline-block;
}

.link-button {
  margin-top: 40px;
  margin-left: -8px;
  display: inline-block;
  position: relative;
}

.link-button.colorchange {
  transition: opacity .2s;
}

.bg-button-blue-light {
  z-index: 10;
  opacity: .1;
  background-color: #3273ff1a;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
}

.bg-button-blue-light.colorchange-bg {
  background-color: #3273ff;
}

.text-in-button {
  z-index: 30;
  margin: 4px 8px;
  display: inline-block;
  position: relative;
  inset: 0;
}

.text-in-button.blue {
  margin: 0;
  padding: 8px 16px;
}

.bg-white {
  background-color: #fff;
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
}

.bg-button-white {
  z-index: 20;
  background-color: #f8f8f8;
  width: 0;
  height: 100%;
  position: absolute;
}

.container {
  z-index: 20;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container.imagesfs {
  max-width: none;
  display: block;
}

.container.image {
  max-width: 1200px;
  margin-right: 0;
}

.container.image._2 {
  max-width: 75%;
}

.container._11 {
  z-index: 11;
}

.wrapper {
  position: relative;
}

.wrapper.fixed {
  z-index: -100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.test-2 {
  display: none;
}

.important-text {
  color: #000;
  font-weight: 600;
}

.website-title {
  height: 180px;
}

.div-block-3, ._1440-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-1 {
  z-index: 20;
  float: right;
  width: 100%;
  position: relative;
}

.particles-js {
  position: absolute;
  inset: 0;
}

.test {
  z-index: 100;
  display: none;
}

.bg-black {
  z-index: -50;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.bg-black._100 {
  z-index: 10;
  margin-top: -100px;
}

.bg-black-title {
  color: #fff;
}

.bg-black-title.coffee {
  line-height: 36px;
}

.bg-button-black {
  z-index: 10;
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
}

.bg-button-dark {
  z-index: 20;
  background-color: #111;
  width: 0%;
  height: 100%;
  position: absolute;
}

.bg-dark {
  z-index: 11;
  background-color: #121212;
  margin-bottom: 100px;
  margin-right: 20px;
  position: absolute;
  inset: 0;
}

.image-4 {
  margin-bottom: 150px;
}

.button {
  color: #fff;
  background-color: #3173ff;
  margin-top: 40px;
  font-size: 18px;
  position: relative;
}

.button.ruimte-10 {
  margin-left: 20px;
}

.link-block {
  color: #3273ff;
}

.logo-column {
  padding-left: 20px;
  padding-right: 20px;
}

.logo-column.connect {
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  text-align: center;
  background-color: #111;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  transition: all .4s;
  position: static;
}

.link-block-2:hover {
  background-color: #000;
}

.link-block-2.intk {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hide {
  max-width: 100%;
}

.hide._20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hide.wincornixdorf {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bg-button-blue-normal {
  z-index: 20;
  clear: left;
  background-color: #3173ff;
  width: 0;
  height: 100%;
  position: absolute;
}

.bg-button-blue-dark {
  z-index: 10;
  background-color: #0003;
  width: 0;
  height: 100%;
  position: absolute;
}

.hover {
  font-weight: 600;
  display: inline-block;
}

.hover.colorchange {
  color: #3273ff;
  cursor: help;
  font-family: Overpass, sans-serif;
  display: inline-block;
}

.tail {
  z-index: 100;
  float: left;
  color: #fff;
  background-color: #000;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  display: none;
  position: absolute;
}

.tail-2 {
  z-index: 100;
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: none;
  position: absolute;
  overflow: hidden;
}

.hover-2 {
  cursor: default;
  font-weight: 600;
}

.hover-2.colorchange {
  color: #3273ff;
}

.html-embed {
  width: 300px;
}

.icon-fixed {
  z-index: 1000;
  margin-top: 40px;
  margin-left: 40px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -100px);
}

.icon-fixed-white {
  z-index: 14;
  opacity: 0;
  width: 45px;
  margin-top: 40px;
  margin-left: 40px;
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  width: 100%;
  height: 100%;
}

.text-span {
  background-color: #0098ff;
}

.label-icon {
  max-width: 36px;
  max-height: 36px;
  margin-bottom: 30px;
  display: block;
}

.text-span-2 {
  display: inline-block;
}

.crossed {
  text-decoration: line-through;
}

.big-text-white {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  transition: all .2s;
}

.big-text-white.facebook:hover {
  color: #3b5998;
}

.big-text-white.twitter:hover {
  color: #1da1f2;
}

.big-text-white.linkedin:hover {
  color: #0077b5;
}

.label-footer {
  color: #666;
  font-weight: 600;
}

.label-footer._2 {
  margin-top: 40px;
}

.social {
  display: block;
}

.height-20 {
  max-height: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.hover-3 {
  cursor: help;
}

.small {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.tail-3 {
  z-index: 100;
  float: left;
  color: #fff;
  background-color: #000;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  display: none;
  position: absolute;
}

.colorchange {
  color: #3273ff;
}

.mobile-show {
  display: none;
}

.dribbble:hover {
  color: #ea4c89;
}

.privacy {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 20px;
  display: block;
}

html.w-mod-js [data-ix="scroll-from-right"] {
  opacity: 0;
  transform: translate(80px);
}

html.w-mod-js [data-ix="scroll-from-right-bg"] {
  transform: translate(120px);
}

html.w-mod-js [data-ix="scroll-from-left"] {
  opacity: 0;
  transform: translate(-80px);
}

html.w-mod-js [data-ix="scroll-from-left-bg"] {
  transform: translate(-120px);
}

html.w-mod-js [data-ix="opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="scroll-from-bottom"] {
  opacity: 0;
  transform: translate(0, 80px);
}

@media screen and (max-width: 991px) {
  .bg-grey {
    background-color: #f5f5f5;
  }

  .site-wrapper {
    flex-flow: row;
  }

  .image-wrapper {
    width: 100%;
  }

  .flex-padding-left {
    flex: none;
  }

  .flex-padding-right {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .padding-240 {
    flex: 1;
  }

  .bg-button-white {
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  p {
    font-size: 18px;
    line-height: 36px;
  }

  .icon {
    width: 45px;
    margin-bottom: 80px;
  }

  .icon.white {
    margin-bottom: 40px;
  }

  .bg-grey {
    margin-left: 20px;
  }

  .flexbox.new-approach {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .flexbox.black {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flexbox.black.clients {
    width: 50%;
    padding: 0 20px 0 10px;
  }

  .flexbox.black.clients.last {
    display: none;
  }

  .flexbox.black.clients.left-align {
    float: left;
    padding: 0 10px 0 20px;
  }

  .flexbox.black.clients-top {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .flexbox.black.footer-bottom {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-padding-left {
    display: none;
  }

  .flex-content {
    padding-right: 40px;
  }

  .flex-content.header {
    padding: 40px 40px 100px;
  }

  .flex-padding-right {
    display: none;
  }

  .link-button.colorchange {
    font-size: 18px;
    line-height: 36px;
  }

  .container._11 {
    padding-bottom: 40px;
  }

  .website-title {
    height: 120px;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .bg-black._100 {
    margin-top: -80px;
  }

  .bg-dark {
    margin-right: 20px;
  }

  .button.colorchange-bg {
    font-size: 16px;
    line-height: 36px;
  }

  .logo-column {
    padding: 10px 0;
  }

  .logo-column.connect {
    flex-direction: column;
    margin-top: 40px;
  }

  .tail, .tail-2 {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .header-mobile {
    height: 100%;
    min-height: 300px;
    position: relative;
  }

  .big-text-white {
    font-size: 28px;
    line-height: 40px;
  }

  .tail-3 {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .colorchange.hide-mo {
    display: none;
  }

  .mobile-fullscreen {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .mobile-show {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  p {
    font-size: 18px;
    line-height: 36px;
  }

  .icon {
    width: 45px;
    margin-bottom: 120px;
  }

  .flexbox.black.clients {
    width: 100%;
    padding: 0 20px 40px;
  }

  .flexbox.black.clients.left-align {
    padding-right: 20px;
    display: flex;
  }

  .flex-content.header {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-button.colorchange {
    font-size: 18px;
    line-height: 36px;
  }

  .website-title {
    height: auto;
    min-height: 160px;
    font-size: 28px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .button.colorchange-bg {
    font-size: 16px;
    line-height: 36px;
  }

  .logo-column.hide-mobile {
    display: none;
  }

  .hide {
    max-width: 200px;
  }

  .header {
    width: 100vw;
    height: 100vh;
    position: relative;
    inset: 0;
  }

  .header-mobile {
    height: 100%;
    min-height: 500px;
    position: relative;
  }

  .big-text-white {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 36px;
  }

  .privacy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}