﻿@import "base/normalize.css";
/**
 * Breakpoints 
**/
/* 768px */
/**
 * Spacing
**/
/**
 * Font weights
**/
/**
 * Font weights
**/
.transition {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* 0.15 */
}
.transform {
  -moz-transform: scale(1.05) translateX(0px) translateY(-1px);
  -webkit-transform: scale(1.05) translateX(0px) translateY(-1px);
  -o-transform: scale(1.05) translateX(0px) translateY(-1px);
  -ms-transform: scale(1.05) translateX(0px) translateY(-1px);
  transform: scale(1.05) translateX(0px) translateY(-1px);
}
.boxshadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.boxshadow-darker {
  -webkit-box-shadow: 0 2px 5px 0 #000000;
  box-shadow: 0 2px 5px 0 #000000;
}
/**
 * Brand specific fonts
 **/
.close-toggle {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.close-toggle > span {
  display: none;
}
@media screen and (min-width: 576px) {
  .close-toggle {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .nav-container,
  .cart-container {
    height: 100vh;
    overflow-y: scroll;
    padding-top: 3em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
}
/**
  * Form items
**/
.aflever-adres {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-bottom: 1em;
  background-color: #fafafa;
  border: 1px solid #dadada;
}
.f-item-wrapper {
  padding: 1rem;
}
.f-item {
  margin-bottom: 0.625em;
}
@media screen and (min-width: 769px) {
  .f-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.f-item label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.f-item--textarea {
  align-items: flex-start;
}
.f-item__title {
  margin-bottom: 0.25em;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .f-item__title {
    flex: 0 0 30%;
  }
}
@media screen and (min-width: 769px) {
  .f-item__field {
    flex: 0 1 70%;
  }
}
.f-item__field > input[type="text"],
.f-item__field > select,
.f-item__field > textarea {
  width: calc(100% - 2em);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.f-item__field--check > span,
.f-item__field--radio > ul > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}
.f-item__field--check > span > input,
.f-item__field--radio > ul > li > input {
  flex: 0 0 1.5em;
}
.f-item__field--check > span {
  width: 100%;
  flex: 0 1 100%;
}
.f-item__field--radio > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.f-item--textrow {
  padding-top: 1em;
  font-weight: 600;
}
.sv-button {
  display: inline-block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.125em;
  padding-right: 1.125em;
  font-size: 1em;
  line-height: 1.125;
  font-weight: 600;
  text-decoration: none;
  background-color: #cd0000;
  color: #fff;
}
.sv-button:hover {
  background-color: #af0000;
}
.sv-button svg {
  width: 100%;
  height: 100%;
  max-width: 1em;
  max-height: 1em;
  vertical-align: bottom;
}
.sv-button--icon-left {
  padding-left: 0.75em;
}
.sv-button--icon-left svg {
  margin-right: 0.125em;
}
/* tables */
.table--tracklisting td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.125em;
  padding-right: 0.125em;
}
.table--cart {
  width: 100%;
}
.table--cart th,
.table--cart td {
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.table--cart thead th {
  font-weight: bold;
  border-bottom: 2px solid #333;
}
.table--cart tbody td {
  border-bottom: 1px solid #666;
}
.table--cart th.num-value,
.table--cart td.num-value {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.table--cart td.afbeelding img {
  max-width: 30px;
}
@media screen and (min-width: 769px) {
  .table--cart td.afbeelding img {
    width: 80px;
    max-width: 80px;
  }
}
@media screen and (max-width: 769px) {
  .table--cart td,
  .table--cart th {
    font-size: 0.875em;
    background-color: salmon;
  }
}
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart-amount--mobile {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: red;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  min-width: 0.75em;
  position: absolute;
  right: 2em;
  top: 0.5em;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .contentblock.tablelist.table-test table thead {
    display: none;
  }
  .contentblock.tablelist.table-test table tbody tr {
    display: block;
    margin-bottom: 1rem;
  }
  .contentblock.tablelist.table-test table tbody td:not(.backtotop) {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dadada;
  }
  .contentblock.tablelist.table-test table tbody td:not(.backtotop):before {
    min-width: 12ch;
    margin-right: 0.25em;
  }
  .contentblock.tablelist.table-test table tbody td:not(.backtotop):nth-child(1):before {
    content: "Artiest: ";
  }
  .contentblock.tablelist.table-test table tbody td:nth-child(2):before {
    content: "Titel: ";
  }
  .contentblock.tablelist.table-test table tbody td:nth-child(3):before {
    content: "Formaat: ";
  }
  .contentblock.tablelist.table-test table tbody td:nth-child(4):before {
    content: "Herkomst: ";
  }
  .contentblock.tablelist.table-test table tbody td:nth-child(5):before {
    content: "Releasedatum: ";
  }
  .contentblock.tablelist.table-test table tbody td:nth-child(6):before {
    content: "Prijs: ";
  }
}
@media screen and (max-width: 769px) {
  .contentblock.tablelist td.rptSalesArticles_td2_release,
  .contentblock.tablelist td.rptSalesArticles_td1_release {
    border-right: none;
  }
}
/* components */
@media screen and (max-width: 576px) {
}
@media screen and (max-width: 576px) {
  .mobile-nav-container,
  .mobile-cart-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #dedede;
    z-index: 2000;
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0.75) translateX(100%);
  }
}
@media screen and (max-width: 576px) {
  .js-mobile-nav-container--active,
  .js-mobile-cart-container--active {
    transform: scaleX(1) translateX(0);
    transition: transform 0.2s ease-out;
  }
}
/**
 * Navigation
**/
nav,
.nav-secondary {
  margin-bottom: 10px;
}
nav ul,
.nav-secondary ul {
  background-color: #fff;
  /*margin: 0 10px 0 0;*/
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  list-style-type: none;
}
nav li {
  margin-bottom: 3px;
}
nav a,
.nav-secondary a {
  text-decoration: none;
  display: block;
  color: #000;
  /*text-transform: lowercase;*/
}
nav a {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  nav a {
    font-size: 1.2em;
  }
}
nav li li a {
  font-weight: normal;
}
.nav-secondary a {
  font-size: 0.9em;
  padding: 2px 0;
}
nav a:hover,
.nav-secondary a:hover {
  color: #af0000;
}
.article-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 0.625em;
  grid-row-gap: 0.625em;
  margin-bottom: 2em;
  /*
  display: -ms-grid;
  display: grid;
  //grid-row-gap: 0.625em;
  margin-bottom: 2em;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  */
}
@media screen and (min-width: 576px) {
  .article-list {
    grid-template-columns: repeat(3, calc(33.33333% - 0.41666em));
  }
}
@media screen and (min-width: 769px) {
  .article-list {
    grid-template-columns: repeat(4, calc(25% - 0.46876em));
  }
}
.article-list .divPaging {
  clear: none;
  grid-column-start: 1;
  grid-column-end: -1;
}
.article {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
}
.article a {
  height: 100%;
  padding-bottom: 10px;
}
.article .imgcrop {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.article img {
  width: 100%;
  max-width: none;
}
.article h3 {
  text-align: center;
  padding: 0 8px;
  margin: 0;
  font-size: 0.875em;
}
@media screen and (min-width: 769px) {
  .article h3 {
    font-size: 1em;
    padding: 0 10px;
  }
}
.article h3.artist {
  margin-top: 15px;
}
.article h3.title {
  margin-bottom: 15px;
  font-weight: normal;
}
.special-releases {
  margin-bottom: 2em;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 769px) {
  .special-releases {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.special-releases .contentblock {
  flex: 0 0 calc(33.3333% - 6px);
  margin-bottom: 1em;
}
.special-release .contentblock div a:first-child {
  width: 100%;
}
.special-release .contentblock div a img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .special-release .contentblock div p:first-child {
    width: 50%;
    float: left;
    margin-right: 1em;
  }
}
.product-wrapper {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .product-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .product__image {
    width: 40%;
  }
}
@media screen and (min-width: 1030px) {
  .product__image {
    width: 50%;
  }
}
.product__specs {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 769px) {
  .product__specs {
    width: 60%;
  }
}
@media screen and (min-width: 1030px) {
  .product__specs {
    width: 50%;
  }
}
.add-item {
  display: flex;
  flex-wrap: wrap;
}
.add-item__price {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 0.875em;
  line-height: 1.125;
  font-weight: 600;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  margin-right: 2px;
}
.add-item__add-to-cart a {
  font-size: 0.875em;
}
.add-item__confirmation {
  flex: 0 1 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.875em;
  padding-right: 0.875em;
  font-size: 0.875em;
  line-height: 1.125;
  font-weight: 500;
  background-color: #ededed;
  margin-top: 2px;
}
.order-credentials {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .order-credentials {
    grid-template-columns: 1fr 1fr;
  }
}
.contentblock {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.contentblock.black,
.contentblock--black {
  background-color: #000;
  color: #fff;
}
.nieuwsbrief-aanmelding {
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  background-color: transparent;
}
.search-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 576px) {
  .search-container {
    justify-content: flex-end;
  }
}
.search__fields {
  display: flex;
}
.searchinput {
  background-color: #fff;
}
.searchinput input {
  border: none;
  background-color: #fff;
  color: #222;
  padding: 10px 0 10px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 0;
}
.searchinput select {
  border: none;
  width: 90px;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #222;
}
.searchsubmit {
  min-width: calc(25% - 10px);
  margin-left: 10px;
}
.searchsubmit a {
  border: none;
  background-color: #cd0000;
  color: #fff;
  padding: 11px 10px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
.album-van-de-week .contentblock {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .album-van-de-week .contentblock {
    margin-bottom: 0;
  }
}
.album-van-de-week .contentblock div a {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .album-van-de-week .contentblock div a {
    display: block;
    width: 50%;
    float: left;
  }
}
.album-van-de-week .contentblock div img {
  width: 100% !important;
  max-width: none;
}
.album-van-de-week .contentblock div h3,
.album-van-de-week .contentblock div p {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 769px) {
  .album-van-de-week .contentblock div h3,
  .album-van-de-week .contentblock div p {
    width: 50%;
    float: right;
  }
}
.album-van-de-week .contentblock div:after {
  content: "";
  display: table;
  clear: both;
}
/**
  inherited
*/
/**
 * Test voor sidenav
**/
.side-bar {
  /* mobile */
  display: none;
  background-color: darkolivegreen;
  /* larger */
}
@media screen and (min-width: 769px) {
  .side-bar {
    display: block;
    width: 4em;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: seagreen;
    z-index: 100;
  }
}
@media screen and (min-width: 1030px) {
  .side-bar {
    width: 25%;
    position: relative;
    height: 100vh;
    float: left;
    background-color: aqua;
  }
}
.main-bar {
  background-color: yellow;
}
@media screen and (min-width: 769px) {
  .main-bar {
    width: calc(100% - 4em);
    float: left;
    background-color: bisque;
  }
}
@media screen and (min-width: 1030px) {
  .main-bar {
    width: 75%;
    float: left;
    background-color: gold;
  }
}
.test-test {
  position: fixed;
  top: 0;
  left: 0;
  width: 4em;
  height: 100vh;
  background-color: salmon;
  background: linear-gradient(217deg, #ed4c67, #833471 70.71%), linear-gradient(127deg, #b53471, #833471 70.71%), linear-gradient(336deg, #6f1e51, #833471 70.71%);
}
@media screen and (min-width: 769px) {
  .test-test {
    width: 15rem;
  }
}
/* header, flexbox style, small screen first */
/* move this to compositions */
.site-header {
  display: block;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header > div {
  flex: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
}
.site-header__brand {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
}
@media screen and (min-width: 769px) {
  .site-header__brand {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row: span 2;
  }
}
.site-header__logo {
  width: 100%;
  min-width: 50px;
  max-width: 120px;
}
.site-header__navigation {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
}
@media screen and (min-width: 769px) {
  .site-header__navigation {
    max-width: none;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row: span 2;
  }
}
/* move this */
.navigation-toggle {
  display: inline-block;
  padding: 0.5em;
  background-color: transparent;
  color: aqua;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation-toggle:hover {
  color: aqua;
  background-color: salmon;
}
.site-header__user {
  grid-column-start: 4;
}
@media screen and (min-width: 769px) {
  .site-header__user {
    font-size: 1em;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.site-header__cart {
  grid-column-start: 5;
}
@media screen and (min-width: 769px) {
  .site-header__cart {
    grid-row: span 2;
  }
}
.site-header__search {
  width: 100%;
  grid-column: span 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media screen and (min-width: 769px) {
  .site-header__search {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.nav ul {
  padding: 0;
}
.--nav--primary li {
  position: relative;
}
.--nav--primary a:hover + ul,
.--nav--primary a:focus + ul {
  background-color: salmon;
}
.--nav--primary li:hover > ul {
  display: block;
  position: absolute;
  background-color: seagreen;
}
/*.nav > ul > li > a {
  display: inline-block;
  padding-left:   @spacing-sm;
  padding-right:  @spacing-sm;
}*/
.nav--language {
  font-size: 1em;
}
/**
 * Pagination
**/
.pagination-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
}
.pagination__control {
  padding: 2px;
  min-width: 18%;
}
.pagination__control:first-child {
  text-align: left;
}
.pagination__control:last-child {
  text-align: right;
}
.pagination__pages {
  padding: 2px;
}
.pagination__item {
  display: inline-block;
  font-weight: 700;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.25em;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
  height: 2em;
}
.pagination__item svg {
  vertical-align: middle;
  height: 0.875em;
  width: 0.875em;
}
.pagination__item--current-page {
  color: aqua;
}
/**
 * modal
**/
/*.modal-container {
  position: fixed;
  top:    0;
  bottom: 0;
  left:   0;
  right:  0;
  z-index: 1100;
  background-color: rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;


  // testing

  width: 100%;
  height: 100vh;
}*/
.modal {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background-color: bisque;
  z-index: 2000;
  width: 600px;
  max-width: 90%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* 0.15 */
}
.modal:after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 400%;
  height: 4000%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modal {
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 2px 5px 0 #000000;
    box-shadow: 0 2px 5px 0 #000000;
  }
}
@media screen and (max-width: 769px) {
  .modal-sm {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: bisque;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 600px;
    max-width: 90%;
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    /* 0.15 */
  }
}
.body--modal-active {
  overflow-x: hidden;
  height: 100vh;
}
.modal--active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.modal__closer {
  position: absolute;
  top: 1em;
  right: 1em;
  display: inline-block;
  z-index: 1300;
}
.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  overflow: auto;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1200;
  /*
  padding-top:    2em;
  padding-bottom: 2em;
  padding-left:   1.5em;
  padding-right:  1.5em;

  max-height: 90vh;
  overflow-y: auto;
  */
}
.modal--user {
  background-color: bisque;
}
.modal--user a:not(.button) {
  color: inherit;
}
.modal--user .input-text {
  color: inherit;
  border-color: currentColor;
}
.modal--user .modal__content {
  background-color: inherit;
  color: inherit;
}
@media screen and (max-width: 769px) {
  .modal__content-sm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    overflow: auto;
    box-sizing: border-box;
  }
}
/* social media */
.social-media {
  padding-top: 1em;
  padding-bottom: 1em;
}
.social-media__link {
  display: inline-block;
}
.social-media__link img {
  width: auto;
  max-width: none;
}
/* shopping cart */
.cart-contents {
  background-color: yellow;
}
.cart__items td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-size: 1em;
}
/**
 * Orderlist components
**/
.article__amount {
  display: flex;
  flex-direction: row;
}
.amount__field {
  margin-right: 0.5em;
}
.amount__adjuster {
  display: flex;
  flex-direction: column;
}
.adjuster__link {
  display: block;
  flex: 1;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  width: 1em;
  height: 1em;
  color: #fff;
  margin-bottom: 2px;
  line-height: 1;
  vertical-align: middle;
  background-color: aqua;
}
.adjuster__link:hover {
  cursor: pointer;
}
.nieuwscontentcontainer table {
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.nieuwscontentcontainer table td,
.nieuwscontentcontainer table th {
  padding: 3px;
}
.nieuwscontentcontainer table img {
  max-width: none;
}
/* top 5 */
table.top5 {
  padding-bottom: 10px;
  background-image: url('../img/body_bg.jpg');
  border-collapse: separate;
  border-spacing: 3px 3px;
}
@media screen and (max-width: 769px) {
  table.top5 tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }
}
@media screen and (min-width: 769px) {
  table.top5 td:first-child {
    width: 160px;
  }
}
table.top5 td {
  vertical-align: top;
  background-color: #fff;
}
table.top5 td h3 {
  margin-bottom: 1.25em;
  font-size: 1.5em;
}
table.top5 td ol {
  padding: 0;
  margin-bottom: 1em;
  margin-left: 30px;
}
@media screen and (min-width: 769px) {
  table.top5 td ol {
    margin-bottom: 0;
  }
}
table.top5 td a {
  color: #000;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  table.top5 td a {
    padding-left: 50px;
  }
}
table.top5 td li {
  font-weight: bold;
}
table.top5 td span.t5title {
  font-weight: normal;
}
.contentblock.normal table.top5 td img {
  width: 100%;
}
/*
.nieuwscontentcontainer table {

  @media screen and (max-width: @breakpoint--md) {

    width: auto !important;
    height: auto !important;

    tr {
      display: flex;
      flex-direction: column;
    }

  }

}
*/
/* compositions */
header {
  /* testing 
  */
  z-index: 1600;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  header {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .opener {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 0.625em;
    /* 10px */
  }
}
.site-header--grid {
  display: grid;
  grid-template-columns: 5em 1fr 1fr 5em 5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 0.125em;
}
@media screen and (min-width: 769px) {
  .site-header--grid {
    grid-template-columns: 120px 2fr 1fr;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.site-header--grid > div {
  align-self: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.navigation-wrapper {
  background-color: #3e285f;
  /* test */
  background-color: bisque;
}
.navigation-wrapper a {
  color: #d5cee0;
  color: aqua;
}
@media screen and (min-width: 769px) {
  .navigation-wrapper {
    background-color: transparent;
    color: #3e285f;
  }
}
.nav--language {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .nav--language {
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav--language ul {
    margin: 0;
  }
}
.nav--language a {
  display: inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .nav--language a {
    color: aqua;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    margin-right: 1em;
  }
}
#nav {
  /* container */
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
/* first level */
#nav > ul > li {
  height: 100%;
}
/* second level */
@media screen and (min-width: 769px) {
  #nav li ul {
    display: none;
    position: absolute;
    top: 100%;
  }
}
#nav li:hover ul {
  display: block;
}
/*
  @media only screen and ( max-width: 40em )  {
    #nav {
      position: relative;
    }

      #nav > a {
      }
          
      #nav:not( :target ) > a:first-of-type,
      #nav:target > a:last-of-type {
        display: block;
      }
 


    //first level
 
    #nav > ul {
      height: auto;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
    }

      #nav:target > ul {
        display: block;
      }

      #nav > ul > li {
        width: 100%;
        float: none;
      }
 
      // second level
 
      #nav li ul {
        position: static;
      }
  }
      */
.nav--primary {
  margin-right: 1.25em;
  /* so closer won't overlap on scroll */
}
.nav--primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav--primary ul li {
  display: block;
}
@media screen and (min-width: 769px) {
  .nav--primary ul li {
    display: inline-block;
    margin-right: 1em;
  }
}
.nav--primary ul ul li {
  display: block;
  min-width: 10em;
}
.nav--primary a {
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav--primary a {
    color: aqua;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav--primary a:before {
  content: " ";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 2em;
  height: 0.25em;
  background-color: salmon;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* 0.15 */
}
@media screen and (min-width: 769px) {
}
.nav--primary a:hover:before,
.nav--primary a.p-current:before {
  left: 0;
  transform: translateX(1em);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 769px) {
  .nav--primary ul li ul {
    background-color: bisque;
    z-index: 500;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    /* 0.15 */
  }
}
.nav--primary ul li ul a {
  padding-left: 1.25em;
  font-size: 1em;
  margin-left: 1.25em;
}
@media screen and (min-width: 769px) {
  .nav--primary ul li ul a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1em;
    margin-left: 0;
  }
}
/* test voor dropdown marker */
.nav--primary li a:first-child:not(:last-child):after {
  content: " ";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  vertical-align: middle;
  margin-left: 0.375em;
  border-right: 0.125em solid aqua;
  border-bottom: 0.125em solid aqua;
  -moz-transform: rotate(45deg) translateX(-0.125em) translateY(-0.125em);
  -webkit-transform: rotate(45deg) translateX(-0.125em) translateY(-0.125em);
  -o-transform: rotate(45deg) translateX(-0.125em) translateY(-0.125em);
  -ms-transform: rotate(45deg) translateX(-0.125em) translateY(-0.125em);
  transform: rotate(45deg) translateX(-0.125em) translateY(-0.125em);
}
/* splitting the main area */
.main-wrapper {
  display: block;
}
@media screen and (min-width: 769px) {
  .main-wrapper {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .tst-main {
    width: 75%;
  }
}
.tst-aside {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .tst-aside {
    width: 30%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
/* breadcrumb navigation */
.breadcrumbs-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumbs__path {
  font-size: 1em;
  font-weight: 300;
  color: aqua;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 769px) {
  .breadcrumbs__path {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.breadcrumbs__path a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.product__header {
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.product__media,
.product__information {
  padding: 0.5em;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .product__media,
  .product__information {
    padding: 1em;
  }
}
.product__media {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 1em;
}
.product__image {
  position: relative;
}
.product__image img {
  width: 100%;
}
.product__image-wrapper {
  position: relative;
}
.product__enlarge {
  margin-top: 0.25em;
  display: inline-block;
  position: absolute;
  bottom: 0.25em;
  right: 0.25em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 1.75em;
  padding-top: 0.25em;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* 0.15 */
}
.product__enlarge:hover {
  background-color: salmon;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.product__alt-image {
  display: block;
  margin-bottom: 0.5em;
}
.product__information + div {
  clear: left;
}
.product__information {
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #f2f2f2;
}
.product__attibutes {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px aqua;
}
.attribute-list {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
.attribute-list li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.attribute-item--inhoud {
  color: aqua;
}
.product__articles {
  clear: left;
}
.articles__header {
  margin-top: 1.75em;
  margin-bottom: 1em;
}
.articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: aqua;
}
.product__extra-information {
  padding: 0.5em;
}
@media screen and (min-width: 769px) {
  .product__extra-information {
    padding: 1em;
  }
}
.bak-article {
  margin-bottom: 1em;
  width: 33.3333%;
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .bak-article {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .bak-article {
    width: 20%;
  }
}
@media screen and (min-width: 1030px) {
  .bak-article {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 1200px) {
  .bak-article {
    width: 14.28571429%;
  }
}
.article__content {
  border: 1px solid aqua;
  padding: 0.25em;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .article__content {
    padding: 0.5em;
  }
}
.article__image-wrapper {
  text-align: center;
}
.article__image-wrapper a {
  display: block;
}
.article__image {
  width: auto;
  max-width: 100%;
}
.article__info {
  padding-top: 0.5em;
  display: flex;
  align-items: center;
  font-size: 1em;
  min-height: 3em;
}
.article__color-code {
  flex: 1;
  padding-right: 0.5em;
}
.article__color-code span {
  display: inline-block;
  font-size: 0.875em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: aqua;
  border-radius: 0.5em;
}
.article__color-code .article-marked {
  background-color: aqua;
  color: #fff;
}
.article__order-amount {
  flex: 2;
  display: flex;
}
/* cart */
.cart {
  background-color: #f4f4f4;
}
.cart__item {
  padding-bottom: 0.5em;
}
.cart-contents {
  background-color: #e8e8e8;
}
.product-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-list-wrapper .product--rundown {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  text-align: center;
  width: 50%;
  flex: 0 0 auto;
}
@media screen and (min-width: 576px) {
  .product-list-wrapper .product--rundown {
    width: 25%;
  }
}
@media screen and (min-width: 1030px) {
  .product-list-wrapper .product--rundown {
    width: 20%;
  }
}
.product-rd-wrapper-test {
  background-color: #fff;
  border: 1px solid aqua;
}
.product__thumbnail {
  width: 100%;
}
.product__thumbnail a {
  display: block;
  overflow: hidden;
}
.product__thumbnail a img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  /* 0.15 */
}
.product__thumbnail a:hover img {
  -moz-transform: scale(1.05) translateX(0px) translateY(-1px);
  -webkit-transform: scale(1.05) translateX(0px) translateY(-1px);
  -o-transform: scale(1.05) translateX(0px) translateY(-1px);
  -ms-transform: scale(1.05) translateX(0px) translateY(-1px);
  transform: scale(1.05) translateX(0px) translateY(-1px);
}
.product__thumbnail img {
  width: 100%;
}
.product__info {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
}
.product__more-info {
  padding-bottom: 0.5em;
}
/* 

  ** temp notepad voor copy/paste

          <div class="f-item">
            <div class="f-item__title">
              <label>
               
              </label>
            </div>
            <div class="f-item__field">

            </div>
          </div>





          <div class="f-item">
            <div class="f-item__title">

            </div>
            <div class="f-item__field">

            </div>
          </div>





*/
.sv-section {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 576px) {
  .grid-outer {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-template-areas: "side-a main-content";
    column-gap: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .grid-outer {
    grid-template-columns: 4fr 12fr;
  }
}
.header {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-template-rows: minmax(20px, max-content) 1fr;
  grid-template-areas: "brand mobile-nav" "search search";
  column-gap: 1.5em;
}
@media screen and (min-width: 576px) {
  .header {
    grid-template-areas: "brand search";
  }
}
@media screen and (min-width: 769px) {
  .header {
    grid-template-columns: 4fr 12fr;
  }
}
.header__brand {
  grid-area: brand;
}
.header__nav-mobile {
  display: inline-flex;
  grid-area: mobile-nav;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .header__nav-mobile {
    display: none;
  }
}
.socialmedia--mobile {
  float: none;
  padding: 0;
  margin-right: 2em;
}
.mobile-nav {
  display: flex;
}
.mobile-nav__link {
  display: block;
  width: 2em;
  height: 2em;
  color: #fff;
  text-decoration: none;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
  position: relative;
}
.mobile-nav__link > span:not(.cart-amount--mobile) {
  display: none;
}
.header__search {
  grid-area: search;
  align-self: center;
}
@media screen and (min-width: 576px) {
  .header-sub {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    column-gap: 1.5em;
    grid-template-areas: "brand social cart";
  }
}
@media screen and (min-width: 769px) {
  .header-sub {
    grid-template-columns: 4fr 8fr 4fr;
  }
}
.header-sub__brand {
  grid-area: brand;
}
@media screen and (max-width: 769px) {
  .header-sub__brand {
    display: none;
  }
}
.header-sub__social-media {
  grid-area: social;
}
@media screen and (max-width: 576px) {
  .header-sub__social-media {
    display: none;
  }
}
.header-sub__cart {
  grid-area: cart;
}
@media screen and (min-width: 576px) {
  .main {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-template-rows: minmax(20px, max-content) 1fr;
    grid-template-areas: "side-a main-content" "side-b main-content";
    column-gap: 1.5em;
    /*
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 1.5em 8fr;
    grid-template-columns: 4fr 8fr;
    -ms-grid-rows: minmax(20px, -webkit-max-content) 1fr;
    -ms-grid-rows: minmax(20px, max-content) 1fr;
    grid-template-rows: minmax(20px, -webkit-max-content) 1fr;
    grid-template-rows: minmax(20px, max-content) 1fr;
        grid-template-areas:
      "side-a main-content"
      "side-b main-content"
    ;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    */
  }
}
@media screen and (min-width: 769px) {
  .main {
    grid-template-columns: 4fr 12fr;
  }
}
.sv-side {
  grid-area: side-a;
  margin-top: 29px;
}
.sv-main {
  grid-area: main-content;
  margin-bottom: 29px;
}
.sv-extra {
  grid-area: side-b;
  margin-bottom: 29px;
}
.grid-9-1 {
  display: block;
}
@media screen and (min-width: 769px) {
  .grid-9-1 {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 0.625em;
  }
}
@media screen and (min-width: 769px) {
  .product-detail-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: repeat(5, auto);
    column-gap: 1em;
    grid-template-areas: "specs banner" "omschrijving banner" "omschrijving ." "tracklisting backcover" "meer-artiest .";
  }
}
.product-detail-wrapper .contentblock {
  margin-bottom: 1em;
}
.product__details {
  grid-area: specs;
}
.product__omschrijving {
  grid-area: omschrijving;
}
.product__tracklisting {
  grid-area: tracklisting;
}
.product__backcover {
  grid-area: backcover;
}
.product__meer-van-deze-artiest {
  grid-area: meer-artiest;
}
.product__banner {
  grid-area: banner;
  margin-top: 29px;
}
@media screen and (min-width: 576px) {
  .footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "brand . ." "menu snel-naar contact";
    column-gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-template-areas: "brand menu snel-naar contact";
  }
}
.footer__brand {
  grid-area: brand;
}
.footer__menu {
  grid-area: menu;
}
.footer__snel-naar {
  grid-area: snel-naar;
}
.footer__contact {
  grid-area: contact;
}
/*
.footer__nieuwsbrief {
  grid-area: nieuwsbrief;
}
*/
/**
 * The grid 
**/
/**
 * styles for grid 
**/
/* 0 */
/* 576px */
/* 768px */
/* 992px */
/* 1200px */
/* grid container */
.grid-container {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
/* grid row */
.grid-row {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.grid-row--product__detail {
  margin-left: 0;
  margin-right: 0;
}
/* grid columns */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.grid-row--no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.grid-row--no-gutters [class*="col-"] .grid-panel-test {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.col {
  flex-basis: 0;
  flex-grow: 0;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: 100%;
}
/* mixins generating column settings for media queries */
/* make it so */
@media (min-width: 0) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
  }
  .col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1030px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 0;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
/* test voor hide / show on screen size */
@media (max-width: 769px) {
  .hide-on-md {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hide-on-md-and-up {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .show-on-md {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 0.875em;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 1.125em;
  }
}
html {
  /* smoopth anchor scrolling */
}
body {
  color: #000;
  font-family: 'DIN Next W01 Regular';
}