body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
:root {
  --clic-grijs: #EBEBEB;
  --click-grijs: #EBEBEB;
  --clic-groen: #03DB03;
  --click-groen: #03DB03;
  --clic-default-background: #2A2A2C;
  --clic-default-color: #FFF;
  --clic-accent-color: #9485F7;
}

*, body {
  font-family: "Graphik", Helvetica, Arial, Sans-Serif;
}

body {
  background-color: var(--clic-default-background);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: inherit;
}

.btn:active {
  background: #000 !important;
}

* {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}

a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  box-shadow: none !important;
}

h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 38px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 35px;
}

h3:first-child {
  margin-top: 59px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-fff {
  color: #FFF !important;
}

.btn-round {
  padding: 11px;
}

.btn-round svg path, .btn-round svg .st0 {
  fill: #FFF !important;
  transition: fill 500ms ease;
}

.btn-round:hover svg path, .btn-round:hover svg .st0 {
  fisll: var(--clic-groen) !important;
}

.invert {
  filter: invert(100%);
}

.arrow-right {
  transform: rotate(90deg);
  margin-left: -2px;
}

.arrow-down {
  transform: rotate(180deg);
  margin-left: -2px;
}

.arrow-left {
  transform: rotate(270deg);
}

.btn-grid {
  padding: 8px;
  margin-lseft: 1px;
}

.page-container {
  background: var(--clic-default-background);
  color: var(--clic-default-color);
}
@media (max-width: 991.98px) {
  .page-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page-container-white {
  background: #FFF;
  color: #000;
}

.page-container-no-passion-no-glory {
  background-color: #C799FC;
}
@media (max-width: 767.98px) {
  .page-container-no-passion-no-glory img {
    max-width: 70% !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 769px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .page-container h1 {
    margin-bottom: 25px;
  }
  .img-small-mobile {
    width: 100%;
  }
}
.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-container ul {
  padding: 0;
  margin-left: 17px;
  line-height: 30px;
}
.page-container ul li {
  font-size: 13px;
}

.page-content {
  max-width: 596px;
}
.page-content h4.black-label {
  background: #000;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.page-content h4.black-label.show {
  opacity: 1;
}

.page-content img:not(.ignore-sizing) {
  max-height: 100vh;
  max-width: 100%;
}

.btn-black {
  border-radius: 15px;
  background: #000;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  padding: 4px;
  line-height: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-black:hover {
  background: var(--clic-groen);
}

.btn-green {
  border-radius: 30px;
  background: var(--clic-accent-color);
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-green:hover {
  background: #000;
}

.btn-white {
  border-radius: 30px;
  background: #FFF;
  color: var(--clic-accent-color);
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  fpadding: 7px;
  fpadding-left: 15px;
  fpadding-right: 15px;
}

.btn-white:hover {
  background: #000;
  color: #FFF;
}

.btn-no-hover.btn-white:hover {
  background: #FFF;
  color: #000;
}

.btn-no-hover.btn-white-invert:hover {
  background: #000;
}

.btn-white-invert {
  border-radius: 30px;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  fpadding: 7px;
  fpadding-left: 15px;
  fpadding-right: 15px;
  transition: background 300ms ease-in-out;
}

.btn-white-invert .btn-pijltje:after {
  transition: filter 300ms ease-in-out;
}

.btn-white-invert:hover {
  background: #444444;
  color: #FFF;
}

.btn-white-invert:hover .btn-pijltje:after {
  filters: invert(100%);
}

.btn-white-color-black {
  color: #000;
}

.btn-btn-circle {
  border-radius: 50%;
  background: #FFF;
  color: #000;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: -8px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 16px;
}

.btn-pijltje, .btn-pijltje-small {
  width: 30px;
  display: inline-block;
}

.btn-pijltje-small {
  width: 18px;
}

.btn-pijltje:after {
  background-image: url("/img/btn-pijltje-white.svg");
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-top: -17px;
  margin-left: -2px;
  position: absolute;
  content: "";
}

.btn-pijltje-small:after {
  background-image: url("/img/btn-arrow-black.svg");
  filter: invert(100%);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-top: -10px;
  margin-left: 2px;
  position: absolute;
  content: "";
}

.btn-white .btn-pijltje:after {
  filter: invert(100%);
}

.btn-big {
  font-size: 14px;
  padding: 4px 20px 4px 20px;
  line-height: 36px;
  font-weight: 500;
}

.btn-big .btn-btn-circle {
  width: 20px;
  height: 20px;
}

@media (max-width: 769px) {
  .btn {
    font-weight: 600;
  }
  .btn-big {
    padding: 4px 20px 4px 20px;
  }
}
.no-up {
  text-transform: inherit;
}

.design-visie-list {
  padding: 0;
  margin: 0;
}
.design-visie-list li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  margin-bottom: 10px;
}
.design-visie-list li a {
  border-radius: 19px;
  background: #E8E8E8;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  height: 39px;
  line-height: 39px;
  padding: 0 18px;
}
.design-visie-list li a:hover {
  background: #000;
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .gallery-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
  }
  .gallery-section > div {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .gallery-section .page-other-side {
    padding: 80px 0;
  }
}

.page-gallery-side {
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
}
.page-gallery-side .gallery-container {
  overflow-y: hidden;
  max-width: 90%;
  height: 100vh;
  display: flex;
}
@media (max-width: 991.98px) {
  .page-gallery-side .gallery-container {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .page-gallery-side .gallery-container {
    height: 55vh;
  }
}
.page-gallery-side .gallery-container .gallery-col {
  flex: 1 0 50%;
  transition-property: margin-top;
  transition-duration: 70s;
  transition-timing-function: linear;
}
.page-gallery-side .gallery-container .gallery-col div.items {
  text-align: center;
}
.page-gallery-side .gallery-container .gallery-col div.items img {
  width: calc(100% - 15px);
  margin: 7.5px 0;
}
.page-gallery-side .gallery-container .gallery-col div.items img:first-child {
  margin-top: 15px;
}
.page-gallery-side .gallery-container .gallery-col div.items img:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 22px);
    margin: 11px 0;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 22px;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .page-gallery-side .gallery-container .gallery-col div.items img {
    width: calc(100% - 44px);
    margin: 22px 0;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:first-child {
    margin-top: 44px;
  }
  .page-gallery-side .gallery-container .gallery-col div.items img:last-child {
    margin-bottom: 44px;
  }
}

.page-other-side {
  background: #222224;
  color: #FFF;
}
.page-other-side .contact-form {
  width: 604px;
  max-width: 90%;
}
.page-other-side .contact-form .form-control {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #C799FC;
}
.page-other-side .contact-form h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
  margin: 0;
}
.page-other-side .contact-form p.adres {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0;
}
.page-other-side .contact-form p.adres a {
  color: #FFF;
}
.page-other-side .contact-form .realform .alert ul {
  margin: 0;
  padding: 0;
}
.page-other-side .contact-form .realform .alert ul li {
  font-size: 14px;
  list-style-type: none;
}
.page-other-side .contact-form .realform .volg-ons {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 15px;
}
.page-other-side .contact-form .realform .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}
.page-other-side .contact-form .realform .form-control {
  height: 47px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(245, 245, 245);
}
.page-other-side .contact-form .realform .btn-contact-form-submit {
  height: 47px;
  width: 178px;
  border-radius: 23.5px;
  background-color: rgb(155, 250, 175);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  transition: all 300ms;
}
@media (max-width: 991.98px) {
  .page-other-side .contact-form .realform .btn-contact-form-submit {
    width: 100%;
  }
}
.page-other-side .contact-form .realform .btn-contact-form-submit:hover {
  background-color: #000;
  color: rgb(155, 250, 175);
}

ul.contact-page-links {
  margin: 0;
  padding: 0;
  display: flex;
}
ul.contact-page-links li {
  list-style-type: none;
  display: inline-block;
}
ul.contact-page-links li .contact-page-link {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s, fill 0.3s;
}
@media (max-width: 991.98px) {
  ul.contact-page-links li .contact-page-link {
    font-size: 16px;
    font-weight: 400;
  }
}
ul.contact-page-links li .contact-page-link:hover {
  color: #A95BFF;
}
ul.contact-page-links li .contact-page-link:hover path {
  fill: #A95BFF;
}

@media (min-width: 768px) {
  body.scrolled section#top-menu {
    opacity: 0;
  }
}

section#top-menu {
  transition: opacity 0.3s;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 9990;
  text-align: right;
}
@media (max-width: 991.98px) {
  section#top-menu {
    display: none;
  }
}
section#top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section#top-menu ul li {
  display: inline-block;
}
section#top-menu ul li:last-of-type a {
  margin-right: 0;
}
section#top-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 56px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  padding: 0;
  padding-bottom: 8px;
  margin: 20px;
  border-bottom: solid 1px transparent;
  transition: border-bottom 0.6s ease;
}
section#top-menu ul li.active a {
  border-bottom: solid 1px #FFF;
}
section#top-menu ul li:hover a {
  font-style: italic;
}

section.menu-fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  right: 0;
  bottom: 0;
}
section.menu-fullscreen .row {
  height: 100%;
}
section.menu-fullscreen .row .menu-col {
  display: flex;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100vh;
  transition: background 800ms ease-in-out;
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col {
    height: 20vh;
    background-size: 100vw auto;
  }
}
@media (min-width: 768px) {
  section.menu-fullscreen .row .menu-col:hover {
    background-size: auto 110vh;
  }
}
section.menu-fullscreen .row .menu-col a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: rgb(192, 192, 192) 1px solid;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(0.7rem, 2.5vw, 36px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 56px;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (min-width: 768px) {
  section.menu-fullscreen .row .menu-col a {
    background: rgb(255, 255, 255);
    color: #000;
  }
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col a {
    color: #FFF;
  }
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row .menu-col a {
    font-size: 1.5rem;
  }
}
section.menu-fullscreen .row .menu-col a:hover {
  background: transparent;
  color: #FFF;
}
section.menu-fullscreen .row #menu-col-services {
  background-image: url("/assets/menu/services.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-services {
    background-image: url("/assets/menu/mob/services.jpg");
  }
}
section.menu-fullscreen .row #menu-col-work {
  background-image: url("/assets/menu/work.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-work {
    background-image: url("/assets/menu/mob/work.jpg");
  }
}
section.menu-fullscreen .row #menu-col-about {
  background-image: url("/assets/menu/about.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-about {
    background-image: url("/assets/menu/mob/about.jpg");
  }
}
section.menu-fullscreen .row #menu-col-contact {
  background-image: url("/assets/menu/contact.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-contact {
    background-image: url("/assets/menu/mob/contact.jpg");
  }
}
section.menu-fullscreen .row #menu-col-lab {
  background-image: url("/assets/menu/lab.jpg");
}
@media (max-width: 991.98px) {
  section.menu-fullscreen .row #menu-col-lab {
    background-image: url("/assets/menu/mob/lab.jpg");
  }
}

body.menu-mobile-open .mobile-menu-toggle .drawer__label, body.menu-mobile-open .mobile-menu-toggle .drawer__icon {
  background-color: #000 !important;
}

section.menu-mobile {
  width: 100vw;
  height: 100lvh;
  position: fixed;
  z-index: 9999;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 40px 0;
}
@media (min-width: 768px) {
  section.menu-mobile {
    display: none !important;
  }
}
section.menu-mobile img.mobile-menu-top-logo {
  max-width: 125px;
}
section.menu-mobile ul.mobile-menu-buttons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 270px;
  max-width: 80vw;
}
section.menu-mobile ul.mobile-menu-buttons li {
  padding: 5px 0;
}
section.menu-mobile ul.mobile-menu-buttons li a {
  display: block;
  text-align: center;
  width: 100%;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 600;
}
section.menu-mobile ul.mobile-menu-buttons li a:not(.selected) {
  background: #222224 !important;
}
section.menu-mobile div.mobile-menu-links {
  color: #444;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
section.menu-mobile div.mobile-menu-links a {
  color: #444;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.scrolled section.hamburger-menu {
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 768px) {
  body #menu-button {
    display: none !important;
  }
}

body.menu-fullscreen-open section.hamburger-menu .hamburger-line-top {
  top: 38% !important;
  transform: translateY(0.5rem) rotate(45deg);
}
body.menu-fullscreen-open section.hamburger-menu .hamburger-line-bottom {
  transform: translateY(-0.9rem) rotate(-45deg);
}
body.menu-fullscreen-open section.hamburger-menu .hamburger-line-middle {
  opacity: 0;
}

body.menu-dark section.hamburger-menu .hamburger-circle {
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s;
}
body.menu-dark section.hamburger-menu .hamburger-circle:hover {
  background-color: #000;
}
body.menu-dark section.hamburger-menu .hamburger-circle .line {
  background: #FFF;
}

section.hamburger-menu {
  transition: transform 0.4s cubic-bezier(0.36, 0, 0.66, 0);
  transform: translateY(0%) scale(0) rotate(0.001deg);
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10990;
}
section.hamburger-menu div.hamburger-circle {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 25px 0;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s, color 0.3s;
  transform: translate(0, 0);
}
section.hamburger-menu div.hamburger-circle:hover {
  background-color: #000;
}
section.hamburger-menu div.hamburger-circle:hover .line {
  background: #FFF;
}
section.hamburger-menu div.hamburger-circle .line {
  transition: all 0.3s ease-in-out;
  width: 55%;
  height: 2px;
  background: #000;
  position: absolute;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-top {
  top: 35%;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-middle {
  top: 50%;
}
section.hamburger-menu div.hamburger-circle .line.hamburger-line-bottom {
  top: 65%;
}

section.brands-ticker .brand-logos {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #161616;
  margin-top: 92px;
}
section.brands-ticker .brand-logos .brand-logo {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}
section.brands-ticker .brand-logos .brand-logo img {
  width: auto;
  display: inline-block;
  margin: 2px;
  height: 90px;
}
@media (min-width: 768px) {
  section.brands-ticker .brand-logos .brand-logo img {
    height: 170px;
  }
}

@media (max-width: 991.98px) {
  .gallery-hor-desk-ver-mob {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=clic.css.map */
