@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;531;600;700;800;900&display=swap");
.highlight-color {
  color: #F20519; }

@font-face {
  font-family: 'fontawsome';
  src: url("../fonts/fa-regular-400.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

/* p.fontsize by $design-width */
/* niet wijzigen */
/* scss hieronder niet wijzigen */
/* Set box-sizing globally to handle padding and border widths */
*,
*:after,
*:before {
  box-sizing: border-box; }

html {
  font-family: "Roboto Slab", sans-serif;
  color: #000000; }

/* Base*/
:root {
  --fontSize: calc(11.9488px + 0.698vw);
  /* The character count on */
  --lineHeight: calc(var(--fontSize) * 1.4);
  --letterSpacing: calc(var(--fontSize) * 0.0015);
  --fontMargin: var(--lineHeight); }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  margin-bottom: calc((11.9488px + 0.698vw)*0.8);
  -webkit-margin-before: 0;
          margin-block-start: 0; }

p, li, b, i, strong, a, mark, button {
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  letter-spacing: var(--letterSpacing);
  font-feature-settings: normal;
  font-family: "Roboto Slab", sans-serif; }

p, li, mark, a, blockquote {
  font-weight: 300; }

code {
  color: #000000;
  font-size: calc(var(--fontSize) * 1);
  line-height: var(--lineHeight);
  letter-spacing: var(--letterSpacing);
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif; }

mark {
  background: #F20519;
  /* The color is the native browser highlight text color, to make the appeal of importance and focus on specific areas of the text.*/
  padding: 0.05vw 0.4vw;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: calc(var(--fontSize) * 1);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  word-break: normal;
  font-family: "Roboto Slab", sans-serif; }

blockquote {
  background-color: #cccccc;
  color: #000000;
  font-size: calc(var(--fontSize) * 1);
  font-weight: 300;
  letter-spacing: var(--letterSpacing);
  border-left: 4px solid #F20519;
  border-radius: 2px;
  padding: 2.5vw;
  margin: 2%;
  font-style: italic;
  font-family: "Roboto Slab", sans-serif; }

a {
  color: #F20519;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-family: "Roboto Slab", sans-serif; }

a:hover {
  color: #000000; }

pre {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  margin: 0 0 1.5625em;
  border-radius: 4px;
  overflow: auto;
  padding: 1.5vw;
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  white-space: pre-wrap;
  word-break: normal;
  font-size: calc(var(--fontSize) * 1);
  font-weight: 300;
  letter-spacing: var(--letterSpacing);
  font-family: "Roboto Slab", sans-serif; }

h1 {
  color: #000000;
  font-size: calc(var(--fontSize) * 3);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

h2 {
  color: #000000;
  font-size: calc(var(--fontSize) * 2);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

h3 {
  color: #000000;
  font-size: calc(var(--fontSize) * 1.7272727273);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

h4 {
  color: #000000;
  font-size: calc(var(--fontSize) * 1.5);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

h5 {
  color: #000000;
  font-size: calc(var(--fontSize) * 1.2727272727);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

h6 {
  color: #000000;
  font-size: calc(var(--fontSize) * 1);
  letter-spacing: var(--letterSpacing);
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif; }

body {
  margin: 0;
  padding: 3vw;
  padding-top: 0; }

* {
  box-sizing: border-box; }

[class*="col-"] {
  width: 100%;
  float: left;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
  padding-top: 0.75vw;
  padding-bottom: 0.75vw;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1441px; }

.container-fluid {
  width: 100%; }

.header-offset {
  padding-top: 100px; }

@media only screen and (min-width: 100px) {
  .col-s-1 {
    width: 8.33%; }
  .col-s-2 {
    width: 16.66%; }
  .col-s-3 {
    width: 25%; }
  .col-s-4 {
    width: 33.33%; }
  .col-s-5 {
    width: 41.66%; }
  .col-s-6 {
    width: 50%; }
  .col-s-7 {
    width: 58.33%; }
  .col-s-8 {
    width: 66.66%; }
  .col-s-9 {
    width: 75%; }
  .col-s-10 {
    width: 83.33%; }
  .col-s-11 {
    width: 91.66%; }
  .col-s-12 {
    width: 100%; }
  .offset-s-0 {
    margin-left: 0; }
  .offset-s-1 {
    margin-left: 8.33%; }
  .offset-s-2 {
    margin-left: 16.66%; }
  .offset-s-3 {
    margin-left: 25%; }
  .offset-s-4 {
    margin-left: 33.33%; }
  .offset-s-5 {
    margin-left: 41.66%; }
  .offset-s-6 {
    margin-left: 50%; }
  .offset-s-7 {
    margin-left: 58.33%; }
  .offset-s-8 {
    margin-left: 66.66%; }
  .offset-s-9 {
    margin-left: 75%; }
  .offset-s-10 {
    margin-left: 83.33%; }
  .offset-s-11 {
    margin-left: 91.66%; }
  .offset-s-12 {
    margin-left: 100%; }
  .hide-s {
    display: none; }
  .show-s {
    display: inline; } }

@media only screen and (min-width: 768px) {
  .col-m-1 {
    width: 8.33%; }
  .col-m-2 {
    width: 16.66%; }
  .col-m-3 {
    width: 25%; }
  .col-m-4 {
    width: 33.33%; }
  .col-m-5 {
    width: 41.66%; }
  .col-m-6 {
    width: 50%; }
  .col-m-7 {
    width: 58.33%; }
  .col-m-8 {
    width: 66.66%; }
  .col-m-9 {
    width: 75%; }
  .col-m-10 {
    width: 83.33%; }
  .col-m-11 {
    width: 91.66%; }
  .col-m-12 {
    width: 100%; }
  .offset-m-0 {
    margin-left: 0; }
  .offset-m-1 {
    margin-left: 8.33%; }
  .offset-m-2 {
    margin-left: 16.66%; }
  .offset-m-3 {
    margin-left: 25%; }
  .offset-m-4 {
    margin-left: 33.33%; }
  .offset-m-5 {
    margin-left: 41.66%; }
  .offset-m-6 {
    margin-left: 50%; }
  .offset-m-7 {
    margin-left: 58.33%; }
  .offset-m-8 {
    margin-left: 66.66%; }
  .offset-m-9 {
    margin-left: 75%; }
  .offset-m-10 {
    margin-left: 83.33%; }
  .offset-m-11 {
    margin-left: 91.66%; }
  .offset-m-12 {
    margin-left: 100%; }
  .hide-m {
    display: none; }
  .show-m {
    display: inline; } }

@media only screen and (min-width: 1025px) {
  margin: 0;
  padding: 1.5vw;
  padding-top: 0;
  .col-l-1 {
    width: 8.33%; }
  .col-l-2 {
    width: 16.66%; }
  .col-l-3 {
    width: 25%; }
  .col-l-4 {
    width: 33.33%; }
  .col-l-5 {
    width: 41.66%; }
  .col-l-6 {
    width: 50%; }
  .col-l-7 {
    width: 58.33%; }
  .col-l-8 {
    width: 66.66%; }
  .col-l-9 {
    width: 75%; }
  .col-l-10 {
    width: 83.33%; }
  .col-l-11 {
    width: 91.66%; }
  .col-l-12 {
    width: 100%; }
  .offset-l-0 {
    margin-left: 0; }
  .offset-l-1 {
    margin-left: 8.33%; }
  .offset-l-2 {
    margin-left: 16.66%; }
  .offset-l-3 {
    margin-left: 25%; }
  .offset-l-4 {
    margin-left: 33.33%; }
  .offset-l-5 {
    margin-left: 41.66%; }
  .offset-l-6 {
    margin-left: 50%; }
  .offset-l-7 {
    margin-left: 58.33%; }
  .offset-l-8 {
    margin-left: 66.66%; }
  .offset-l-9 {
    margin-left: 75%; }
  .offset-l-10 {
    margin-left: 83.33%; }
  .offset-l-11 {
    margin-left: 91.66%; }
  .offset-l-12 {
    margin-left: 100%; }
  .hide-l {
    display: none; }
  .show-l {
    display: inline; } }

@media only screen and (min-width: 1440px) {
  .col-xl-1 {
    width: 8.33%; }
  .col-xl-2 {
    width: 16.66%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33%; }
  .col-xl-5 {
    width: 41.66%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33%; }
  .col-xl-8 {
    width: 66.66%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33%; }
  .col-xl-11 {
    width: 91.66%; }
  .col-xl-12 {
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33%; }
  .offset-xl-2 {
    margin-left: 16.66%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33%; }
  .offset-xl-5 {
    margin-left: 41.66%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33%; }
  .offset-xl-8 {
    margin-left: 66.66%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33%; }
  .offset-xl-11 {
    margin-left: 91.66%; }
  .offset-xl-12 {
    margin-left: 100%; }
  .hide-xl {
    display: none; }
  .show-xl {
    display: inline; } }

body {
  overflow-x: hidden;
  margin-bottom: 135px;
  background-color: #FFFFFF;
  opacity: 0; }

img {
  box-shadow: 0px 2px 4px 0px rgba(84, 3, 10, 0.65); }

/* no-space verwijderd onnodige 'word-space' rondom inline-block divs*/
.no-space {
  font-size: 0; }

img {
  width: 100%;
  height: auto; }

hr {
  margin-top: 4.5vw;
  margin-bottom: 4.5vw;
  border: none;
  border-bottom: 0.5px #D5D5D5 solid; }

p.bijschrift {
  font-size: calc(var(--fontSize) * 1);
  letter-spacing: var(--letterSpacing);
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif; }

h4.bijschrift {
  margin-bottom: 0; }

.fotograaf {
  font-size: calc(var(--fontSize) * 1); }

@media only screen and (min-width: 768px) {
  p.bijschrift {
    font-size: calc(var(--fontSize) * 0.7); } }

.button, input {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  color: #000000;
  font-size: calc(var(--fontSize) * 0.8181818182);
  font-weight: 300;
  letter-spacing: var(--letterSpacing);
  text-decoration: none;
  border: 2px solid #000000;
  border-radius: 6px 0 0 0;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-right: 3vw;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  transition: background-color 0.3s;
  min-width: 200px;
  height: 45px; }
  .button:focus, input:focus {
    outline: none !important; }
  @media only screen and (min-width: 768px) {
    .button, input {
      padding-left: 1.5vw;
      padding-right: 0.75vw;
      margin-right: 1.5vw;
      margin-top: 0.75vw;
      margin-bottom: 0.75vw; } }
  @media only screen and (min-width: 1440px) {
    .button, input {
      padding-left: 0.75vw;
      padding-right: 0.75vw;
      margin-right: 0.75vw;
      margin-top: 0.375vw;
      margin-bottom: 0.375vw; } }
input::-webkit-input-placeholder {
  color: #F20519; }
input::-moz-placeholder {
  color: #F20519; }
input:-ms-input-placeholder {
  color: #F20519; }
input::-ms-input-placeholder {
  color: #F20519; }
input::placeholder {
  color: #F20519; }

.button:after {
  float: right;
  font-family: 'fontawsome';
  font-size: 130%; }

.button:hover {
  background-color: #000000;
  color: #FFFFFF; }

.arrow:after {
  content: '\f061'; }

.basket:after {
  content: '\f290'; }

.mail:after {
  content: '\f1d8'; }

.phone:after {
  content: '\f098'; }

.navigatie {
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  border-bottom: 0.5px #D5D5D5 solid; }
  .navigatie .logo {
    margin-left: 0.75vw;
    display: inline; }
  .navigatie .menu {
    display: none;
    margin-top: -6px; }
    .navigatie .menu a {
      color: #000000;
      text-decoration: none; }
    .navigatie .menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background: #FFFFFF; }
      .navigatie .menu ul:last-child {
        margin-right: 0.75vw; }
    .navigatie .menu li {
      margin-left: 3vw;
      font-size: 32px;
      line-height: 85px;
      border-bottom: 0.5px #D5D5D5 solid;
      height: 85px;
      transition: 0.5s; }
    .navigatie .menu .empty {
      color: #cccccc; }
  .navigatie .menu-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 65px; }
  .navigatie .menu-zichtbaar {
    display: block; }
  @media only screen and (min-width: 100px) {
    .navigatie #ontwerpers {
      opacity: 1; } }
  @media only screen and (min-width: 768px) {
    .navigatie #ontwerpers {
      opacity: 1; }
    .navigatie .menu {
      margin-top: 0px;
      display: block;
      float: right; }
      .navigatie .menu ul {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0074+0,ffe100+40,0080ff+89 */
        background: #ff0074;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ff0074 0%, #ffe100 40%, #0080ff 89%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0074', endColorstr='#0080ff',GradientType=1 );
        /* IE6-9 */ }
      .navigatie .menu li {
        margin-left: 0;
        font-size: var(--fontSize);
        font-size: 19.5px;
        line-height: 60px;
        display: inline;
        float: left;
        width: 80px;
        text-align: center;
        height: 60px; }
        .navigatie .menu li:hover {
          background-color: rgba(255, 255, 255, 0);
          color: #FFFFFF; }
      .navigatie .menu .empty {
        color: #cccccc; }
        .navigatie .menu .empty:hover {
          background-color: white;
          color: #cccccc; }
    .navigatie .menu-button {
      display: none; }
    .navigatie li:not(.actief) {
      background-color: #FFFFFF;
      color: #000000; }
    .navigatie .actief {
      background-color: rgba(255, 255, 255, 0);
      color: #FFFFFF; } }
.footer .container {
  border-top: 2px solid #F20519; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px #D5D5D5 solid; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.email {
  width: 600px; }

.email-mobiel {
  width: 300px; }
