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;
}

::selection {
  background: transparent;
}

::-moz-selection {
  background: transparent;
}

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);
}

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

.page-container-no-passion-no-glory {
  background-color: #C799FC;
}

@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;
}

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