@charset "utf-8";
/* CSS Document */

/* FONTS */

/* GENERAL */
html {
  font-size: 18px;
}
body {
  line-height: 1.5rem;
}
strong {
  font-weight: bold;
}
a {
  -webkit-transition: color 0.14s linear, background 0.14s linear;
  -moz-transition: color 0.14s linear, background 0.14s linear;
  -ms-transition: color 0.14s linear, background 0.14s linear;
  -o-transition: color 0.14s linear, background 0.14s linear;
  transition: color 0.14s linear, background 0.14s linear;
}
/* via rem / em */
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  display: block;
  font-style: normal;
}
h1,
.h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 1.6em;
  line-height: 1.15em;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 1.25em;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.8em;
}
h6,
.h6 {
  font-size: 0.7em;
}
h7,
.h7 {
  font-size: 0.6em;
}
small,
.small {
  font-size: 0.75em;
}
.large {
  font-size: 1.25em;
}
/* LAYOUT ELEMENTS */
.container {
  max-width: 1400px;
  overflow: auto;
  width: 96%;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* COLORS */
.spot.white .color,
.txt-white {
  color: #fff;
}
.spot.black .color,
.txt-black {
  color: #000;
}
.spot.red .color,
.txt-red {
  color: #f00;
}
.spot.green .color,
.txt-green {
  color: #0f0;
}
.spot.blue .color,
.txt-blue {
  color: #00f;
}
.spot.grey .color,
.txt-grey {
  color: #888;
}
.outline-white {
  border-color: #fff;
}
.outline-black {
  border-color: #000;
}
.outline-red {
  border-color: #f00;
}
.outline-green {
  border-color: #0f0;
}
.outline-blue {
  border-color: #00f;
}
.outline-grey {
  border-color: #888;
}
.spot.white .bg-color,
.bg-white {
  background-color: #fff;
}
.spot.black .bg-color,
.bg-black {
  background-color: #000;
}
.spot.red .bg-color,
.bg-red {
  background-color: #f00;
}
.spot.green .bg-color,
.bg-green {
  background-color: #0f0;
}
.spot.blue .bg-color,
.bg-blue {
  background-color: #00f;
}
.spot.grey .bg-color,
.bg-grey {
  background-color: #888;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
/* TECHNICAL */
.no-float {
  float: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.centered {
  margin: 0 auto;
}
.h-center {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parent-fix {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.block {
  display: block;
}
.fit-all {
  display: block;
  width: 100%;
  height: 100%;
}
.fit-width {
  display: block;
  width: 100%;
}
.fit-height {
  display: block;
  height: 100%;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.pointer {
  cursor: pointer;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hide-overflow {
  overflow: hidden;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
.transparent {
  background-color: transparent;
}
.align-top {
  top: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
.align-right {
  right: 0;
}
/* UTILITIES */
.close {
}
.divider {
}
/* SEGMENTS - collapse */

/* GRID */
.row {
  width: 100%;
}
.row::after {
  content: "";
  display: table;
}
.col {
  clear: none;
  float: left;
  padding: 0.15rem;
}
.col.l1 {
  width: calc(1 * 100% / 12);
}
.col.l2 {
  width: calc(2 * 100% / 12);
}
.col.l3 {
  width: calc(3 * 100% / 12);
}
.col.l4 {
  width: calc(4 * 100% / 12);
}
.col.l5 {
  width: calc(5 * 100% / 12);
}
.col.l6 {
  width: calc(6 * 100% / 12);
}
.col.l7 {
  width: calc(7 * 100% / 12);
}
.col.l8 {
  width: calc(8 * 100% / 12);
}
.col.l9 {
  width: calc(9 * 100% / 12);
}
.col.l10 {
  width: calc(10 * 100% / 12);
}
.col.l11 {
  width: calc(11 * 100% / 12);
}
.col.l12 {
  width: calc(12 * 100% / 12);
}
.push-1 {
  margin-left: calc(1 * 100% / 12);
}
.push-2 {
  margin-left: calc(2 * 100% / 12);
}
.push-3 {
  margin-left: calc(3 * 100% / 12);
}
.push-4 {
  margin-left: calc(4 * 100% / 12);
}
.push-5 {
  margin-left: calc(5 * 100% / 12);
}
.push-6 {
  margin-left: calc(6 * 100% / 12);
}
.push-7 {
  margin-left: calc(7 * 100% / 12);
}
.push-8 {
  margin-left: calc(8 * 100% / 12);
}
.push-9 {
  margin-left: calc(9 * 100% / 12);
}
.push-10 {
  margin-left: calc(10 * 100% / 12);
}
.push-11 {
  margin-left: calc(11 * 100% / 12);
}
.push-12 {
  margin-left: calc(12 * 100% / 12);
}
.pull-1 {
  margin-left: calc(-1 * 100% / 12);
}
.pull-2 {
  margin-left: calc(-2 * 100% / 12);
}
.pull-3 {
  margin-left: calc(-3 * 100% / 12);
}
.pull-4 {
  margin-left: calc(-4 * 100% / 12);
}
.pull-5 {
  margin-left: calc(-5 * 100% / 12);
}
.pull-6 {
  margin-left: calc(-6 * 100% / 12);
}
.pull-7 {
  margin-left: calc(-7 * 100% / 12);
}
.pull-8 {
  margin-left: calc(-8 * 100% / 12);
}
.pull-9 {
  margin-left: calc(-9 * 100% / 12);
}
.pull-10 {
  margin-left: calc(-10 * 100% / 12);
}
.pull-11 {
  margin-left: calc(-11 * 100% / 12);
}
.pull-12 {
  margin-right: calc(-12 * 100% / 12);
}
/* divide in equal parts */
.col.full {
  width: calc(100% / 1);
}
.col.half {
  width: calc(100% / 2);
}
.col.third {
  width: calc(100% / 3);
}
.col.fourth {
  width: calc(100% / 4);
}
.col.fifth {
  width: calc(100% / 5);
}
.col.sixth {
  width: calc(100% / 6);
}
.col.seventh {
  width: calc(100% / 7);
}
.col.eighth {
  width: calc(100% / 8);
}
.col.ninth {
  width: calc(100% / 9);
}
.col.tenth {
  width: calc(100% / 10);
}
.col.eleventh {
  width: calc(100% / 11);
}
.col.twelfth {
  width: calc(100% / 12);
}
/* maintain aspect ratio */
.ratio {
  display: block;
  position: relative;
  overflow: hidden;
  object-fit: contain;
  aspect-ratio: 4 / 3;
}
.ratio::after {
  display: block;
  content: "";
}
.ratio-1-1::after {
  padding-top: calc(1 * 100% / 1);
}
.ratio-1-2::after {
  padding-top: calc(1 * 100% / 2);
}
.ratio-2-3::after {
  padding-top: calc(2 * 100% / 3);
}
.ratio-3-4::after {
  padding-top: calc(3 * 100% / 4);
}
.ratio-4-3::after {
  padding-top: calc(4 * 100% / 3);
}
.ratio-16-9::after {
  padding-top: calc(16 * 100% / 9);
}
.ratio-2-1::after {
  padding-top: calc(2 * 100% / 1);
}
.ratio div,
.ratio figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
/* list with equal division */
ul.equal li:nth-last-child(1):first-child,
ul.equal li:nth-last-child(1):first-child ~ li {
  width: calc(100% / 1);
}
ul.equal li:nth-last-child(2):first-child,
ul.equal li:nth-last-child(2):first-child ~ li {
  width: calc(100% / 2);
}
ul.equal li:nth-last-child(3):first-child,
ul.equal li:nth-last-child(3):first-child ~ li {
  width: calc(100% / 3);
}
ul.equal li:nth-last-child(4):first-child,
ul.equal li:nth-last-child(4):first-child ~ li {
  width: calc(100% / 4);
}
ul.equal li:nth-last-child(5):first-child,
ul.equal li:nth-last-child(5):first-child ~ li {
  width: calc(100% / 5);
}
ul.equal li:nth-last-child(6):first-child,
ul.equal li:nth-last-child(6):first-child ~ li {
  width: calc(100% / 6);
}
ul.equal li:nth-last-child(7):first-child,
ul.equal li:nth-last-child(7):first-child ~ li {
  width: calc(100% / 7);
}
ul.equal li:nth-last-child(8):first-child,
ul.equal li:nth-last-child(8):first-child ~ li {
  width: calc(100% / 8);
}
ul.equal li:nth-last-child(9):first-child,
ul.equal li:nth-last-child(9):first-child ~ li {
  width: calc(100% / 9);
}
ul.equal li:nth-last-child(10):first-child,
ul.equal li:nth-last-child(10):first-child ~ li {
  width: calc(100% / 10);
}
ul.equal li:nth-last-child(11):first-child,
ul.equal li:nth-last-child(11):first-child ~ li {
  width: calc(100% / 11);
}
ul.equal li:nth-last-child(12):first-child,
ul.equal li:nth-last-child(12):first-child ~ li {
  width: calc(100% / 12);
}
/* NAVIGATION & CO - list items */
nav {
  width: 100%;
}
nav > ul,
.breadcrumbs {
  position: relative;
  display: inline;
  list-style: outside none none;
  margin-left: 0;
}
nav > ul > li,
.breadcrumbs > li {
  display: inline-block;
  padding: 0 0.75rem;
}
nav ul > li::before {
  position: relative;
}
.appbar {
}
.sidenav {
}
/* CAROUSEL */

/* TEXT */
p {
  margin: 0 0 0.75em;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-justify {
  text-align: justify;
}
.txt-upper {
  text-transform: uppercase;
}
.txt-lower {
  text-transform: lowercase;
}
.txt-medium {
  font-size: 0.75em;
}
.txt-small {
  font-size: 0.5em;
}
/* DESIGN ELEMENTS */
.outline {
  border: solid 1px #000;
}
.rounded {
  border-radius: 4px;
}
.rounded.top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded.bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
/* BUTTONS - group? */
.btn {
  display: inline-block;
}
.btn-group {
}
.btn-group > .btn {
  float: left;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
/* FORM ELEMENTS */
label,
input,
select,
textarea {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
}
label {
}
input {
}
select {
}
textarea {
}
input[type="radio"] {
}
input[type="checkbox"] {
}
input[type="radio"].custom,
input[type="checkbox"].custom {
  display: none;
}
input[type="radio"].custom + label,
input[type="checkbox"].custom + label {
  background: rgba(0, 0, 0, 0) url("../images/checkbox.svg") no-repeat scroll
    left 4px;
  position: relative;
  cursor: pointer;
}
input[type="radio"].custom:checked + label {
  background-image: url("../images/checkedbox.svg");
}
input[type="checkbox"].custom:checked + label {
  background-image: url("../images/radioedbutton.svg");
}
.labelerror::before {
  border-bottom: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  top: -6px;
  width: 0;
}
.labelerror {
  background: #f00 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  font-size: 13px;
  margin-top: 4px !important;
  padding: 0 5px;
  position: absolute;
  text-align: center;
}
/* TABLE */
.table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}
.table > tbody > tr > th,
.table > tfoot > tr > th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
/* FIGURE / CAPTION */
figure {
  display: table;
  width: auto;
}
figure img {
  display: block;
  float: none;
  max-width: 100%;
}
figure figcaption {
  text-align: left;
  display: table-caption;
  caption-side: bottom;
  width: 100%;
  margin-bottom: 1.5rem;
}
figure figcaption::before {
  font-family: "arial_unicode_ms";
  content: "▲ ";
}
/* QUOTE / CITATION */
blockquote {
}
blockquote q {
}
blockquote cite {
}

/* herrekenen naar em's - 16px */
/* Large Devices, Wide Screens - 1200px */
@media only screen and (max-width: 75em) {
  html {
    font-size: 16px;
  }
  .container {
    padding: 0 1.2rem;
    width: 100%;
  }
  /*.col {
		padding: 0.5rem;
}*/
}

/* Medium Devices, Desktops - 992px */
@media only screen and (max-width: 62em) {
  html {
    /* font-size: px; */
  }
  .col.m1 {
    width: calc(1 * 100% / 12);
  }
  .col.m2 {
    width: calc(2 * 100% / 12);
  }
  .col.m3 {
    width: calc(3 * 100% / 12);
  }
  .col.m4 {
    width: calc(4 * 100% / 12);
  }
  .col.m5 {
    width: calc(5 * 100% / 12);
  }
  .col.m6 {
    width: calc(6 * 100% / 12);
  }
  .col.m7 {
    width: calc(7 * 100% / 12);
  }
  .col.m8 {
    width: calc(8 * 100% / 12);
  }
  .col.m9 {
    width: calc(9 * 100% / 12);
  }
  .col.m10 {
    width: calc(10 * 100% / 12);
  }
  .col.m11 {
    width: calc(11 * 100% / 12);
  }
  .col.m12 {
    width: calc(12 * 100% / 12);
  }
  .hide-m {
    display: none;
  }
  .show-m {
    display: block;
  }
  .no-padding-m {
    padding: 0 !important;
  }
}

/* Small Devices, Tablets - 768px */
@media only screen and (max-width: 48em) {
  html {
    /* font-size: px; */
  }
  nav > ul > li,
  .breadcrumbs > li {
    padding: 0 1rem;
  }
  .col.s1 {
    width: calc(1 * 100% / 12);
  }
  .col.s2 {
    width: calc(2 * 100% / 12);
  }
  .col.s3 {
    width: calc(3 * 100% / 12);
  }
  .col.s4 {
    width: calc(4 * 100% / 12);
  }
  .col.s5 {
    width: calc(5 * 100% / 12);
  }
  .col.s6 {
    width: calc(6 * 100% / 12);
  }
  .col.s7 {
    width: calc(7 * 100% / 12);
  }
  .col.s8 {
    width: calc(8 * 100% / 12);
  }
  .col.s9 {
    width: calc(9 * 100% / 12);
  }
  .col.s10 {
    width: calc(10 * 100% / 12);
  }
  .col.s11 {
    width: calc(11 * 100% / 12);
  }
  .col.s12 {
    width: calc(12 * 100% / 12);
  }
  .hide-s {
    display: none;
  }
  .show-s {
    display: block;
  }
  .unpush-s {
    margin-left: 0;
  }
  .no-padding-s {
    padding: 0 !important;
  }
}

/* Extra Small Devices, Phones - 480px */
@media only screen and (max-width: 30em) {
  html {
    font-size: 18px;
  }
  nav > ul > li,
  .breadcrumbs > li {
    padding: 0 1.5rem;
  }
  .container {
    padding: 0 0.4rem;
  }
  .col.xs1 {
    width: calc(1 * 100% / 12);
  }
  .col.xs2 {
    width: calc(2 * 100% / 12);
  }
  .col.xs3 {
    width: calc(3 * 100% / 12);
  }
  .col.xs4 {
    width: calc(4 * 100% / 12);
  }
  .col.xs5 {
    width: calc(5 * 100% / 12);
  }
  .col.xs6 {
    width: calc(6 * 100% / 12);
  }
  .col.xs7 {
    width: calc(7 * 100% / 12);
  }
  .col.xs8 {
    width: calc(8 * 100% / 12);
  }
  .col.xs9 {
    width: calc(9 * 100% / 12);
  }
  .col.xs10 {
    width: calc(10 * 100% / 12);
  }
  .col.xs11 {
    width: calc(11 * 100% / 12);
  }
  .col.xs12 {
    width: calc(12 * 100% / 12);
  }
  .xs12 {
    width: calc(12 * 100% / 12);
  }
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
  .unpush-xs {
    margin-left: 0;
  }
  .no-padding-xs {
    padding: 0 !important;
  }
}

/* Custom, iPhone Retina - 320px */
@media only screen and (max-width: 20em) {
  html {
    /* font-size: 18px; */
  }
}

/* Portrait */
@media screen and (orientation: portrait) {
  /* Portrait styles here */
}

/* Landscape */
@media screen and (orientation: landscape) {
  /* Landscape styles here */
}
