@charset "UTF-8";
/**
 * Destination  Responsive / Bootstrap
 * Version      1.0.5 (2015-05-19)
 * Copyright    Qtag & IXP
*/
img {
  max-width: 100%;
}
.img-fullResponsive {
  width: 100%;
}
table {
  width: 100%;
}
svg {
  fill: #3e3e3e;
}
.oswald {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
}
.crimson {
  font-family: 'Crimson Text', "Times New Roman", Times, serif;
  font-weight: 100;
}
.buttonTransition {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
body {
  background: #e2e2e2;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  color: #3e3e3e;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #3e3e3e;
}
a {
  color: #3e3e3e;
}
a:hover {
  color: #006bb6;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
p {
  font-family: 'Crimson Text', "Times New Roman", Times, serif;
  font-weight: 100;
  font-size: 1.6rem;
}
strong {
  font-weight: 400;
}
p strong {
  font-weight: 700;
}
p.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
td.align-left,
th.align-left,
li.align-left {
  text-align: left;
}
div.align-left,
ul.align-left,
ol.align-left,
table.align-left,
img.align-left {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
p.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
td.align-center,
th.align-center,
li.align-center {
  text-align: center;
}
div.align-center,
ul.align-center,
ol.align-center,
table.align-center,
img.align-center {
  margin: 0 auto 6px;
}
p.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
td.align-right,
th.align-right,
li.align-right {
  text-align: right;
}
div.align-right,
ul.align-right,
ol.align-right,
table.align-right,
img.align-right {
  float: right;
  margin-left: 6px;
  margin-bottom: 6px;
}
p.align-full,
h1.align-full,
h2.align-full,
h3.align-full,
h4.align-full,
h5.align-full,
h6.align-full,
td.align-full,
th.align-full,
li.align-full {
  text-align: justify;
}
div.align-full,
ul.align-full,
ol.align-full,
table.align-full,
img.align-full {
  width: 100%;
}
.green,
.blue,
.purple {
  color: #FFF;
}
.green .button,
.blue .button,
.purple .button {
  color: #FFF;
  border-color: #FFF;
}
.green p,
.blue p,
.purple p,
.green strong,
.blue strong,
.purple strong,
.green sup,
.blue sup,
.purple sup {
  color: #FFF;
}
.green a,
.blue a,
.purple a {
  color: #FFF;
  text-decoration: underline;
}
.green a:hover,
.blue a:hover,
.purple a:hover {
  text-decoration: underline;
}
.green a.button,
.blue a.button,
.purple a.button {
  text-decoration: none;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.green a.button:hover,
.blue a.button:hover,
.purple a.button:hover {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.green hr,
.blue hr,
.purple hr {
  border-color: #FFF;
}
.green {
  background: #63a70a;
}
.green a.button:hover {
  background: #84b74d;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.blue {
  background: #006bb6;
}
.blue a.button:hover {
  background: #18a0d6;
}
.purple {
  background: #93117e;
}
.purple a.button:hover {
  background: #c88abd;
}
a[data-disabled] {
  pointer-events: none;
  cursor: default;
}
.margin20top {
  margin-top: 20px;
}
*:focus {
  outline: none;
}
.border-top {
  border-top: 2px solid #d2d2d2;
}
.border-bottom {
  border-bottom: 2px solid #d2d2d2;
}
main ul,
main ol,
.container ul:not([class]),
.container ol:not([class]) {
  font-family: 'Crimson Text', "Times New Roman", Times, serif;
  font-weight: 100;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .menu .menu-items li.home {
    display: none;
  }
  .column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .column-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .column-2 > div.colblock,
  .column-3 > div.colblock {
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
  .profile:nth-child(2n) > div.col-md-6:nth-child(2n+1),
  .profile.single > div.col-md-6:nth-child(2n+1) {
    left: 50%;
  }
  .profile:nth-child(2n) > div.col-md-6:nth-child(2n),
  .profile.single > div.col-md-6:nth-child(2n) {
    right: 50%;
  }
}
@media (min-width: 1200px) {
  .column-2-lg {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .column-3-lg {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
input,
select,
textarea {
  border: 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  padding: 7px 10px 5px;
  margin-bottom: 10px;
  color: #3e3e3e;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 14px;
  background-color: #f0f0f0;
}
select {
  padding-right: 30px;
  background: #f0f0f0 url("../img/dropdown.png") center right 10px no-repeat;
  width: 100%;
}
select.selection {
  background: #ffffff url("../img/x.png") center right 10px no-repeat;
}
.tel,
.mobile,
.email,
.vcard,
.fax,
.web,
.pdf,
.skype {
  position: relative;
  display: block;
  line-height: 3.4rem;
  padding-left: 28px;
}
.tel:before,
.mobile:before,
.email:before,
.vcard:before,
.fax:before,
.web:before,
.pdf:before,
.skype:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}
.tel,
.mobile,
.fax {
  color: #3e3e3e;
}
.email,
.vcard,
.web,
.pdf,
.skype {
  color: #18a0d6;
}
.tel:before {
  background: url('../img/icon-telefoon.svg') 0 0 no-repeat;
}
.vcard:before {
  background: url('../img/icon-vcard.svg') 0 0 no-repeat;
}
.fax:before {
  background: url('../img/icon-fax.svg');
}
.mobile:before {
  background: url('../img/icon-mobilephone.svg') 0 0 no-repeat;
}
.skype:before {
  background: url('../img/icon-skype3.svg') 0 0 no-repeat;
}
.web:before {
  background: url('../img/icon-www.svg') 0 0 no-repeat;
}
.email:before {
  background: url('../img/icon-email.svg') 0 0 no-repeat;
}
.contact-table td {
  color: #FFF;
}
.contact-table td a {
  text-decoration: none;
}
.button {
  display: inline-block;
  color: #18a0d6;
  border: 1px solid #18a0d6;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  padding: 6px 24px 4px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 14px;
}
.lees-meer {
  display: inline-block;
  color: #18a0d6;
  border: 1px solid #18a0d6;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  padding: 6px 24px 4px;
  margin-right: 12px;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 7px 6px 4px;
  margin-top: 24px;
  margin-bottom: 12px;
  width: 140px;
  max-width: 80%;
  text-decoration: none;
}
.lees-meer:hover {
  text-decoration: underline;
}
.lined {
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  border-bottom: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block {
  position: relative;
  min-height: 290px;
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
}
.block.image {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.block.backimage {
  background-color: #3e3e3e;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.block h2,
.block h2,
.block h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
.block p {
  font-family: 'Crimson Text', "Times New Roman", Times, serif;
  font-weight: 100;
}
.block > div,
.block > a div {
  position: absolute;
  top: 35%;
  left: 12%;
  width: 75%;
  background: rgba(62, 62, 62, 0.7);
  color: #FFF;
  text-align: center;
  padding: 18px 12px 16px;
}
.block > div sup,
.block > a div sup {
  color: #FFF;
}
.block > div h2,
.block > a div h2,
.block > div h2,
.block > a div h2,
.block > div h3,
.block > a div h3 {
  margin-top: 0;
}
.block > div small,
.block > a div small {
  display: block;
  margin-top: 12px;
  color: #FFF;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.block > div .lees-meer,
.block > a div .lees-meer {
  position: absolute;
  right: 20px;
  bottom: -34px;
  background: #18a0d6;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.block > div .lees-meer:hover,
.block > a div .lees-meer:hover {
  background-color: #66c7ee;
  border-color: #66c7ee;
}
.event > .block > div .lees-meer,
.event > .block > a div .lees-meer {
  background: #18a0d6 url("../img/event-icon-neg.svg") no-repeat 3px 3px;
  background-size: 25px;
}
.event > .block > div .lees-meer:hover,
.event > .block > a div .lees-meer:hover {
  background-color: #66c7ee;
  border-color: #66c7ee;
}
.pull-down {
  position: absolute;
  left: 24px;
  bottom: 0;
}
.videoWrapper {
  position: relative;
  padding: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hideme {
  opacity: 0.2;
}
.container {
  background: #ffffff;
}
.search {
  position: relative;
}
.search input[type='search'] {
  position: relative;
  top: 0;
  width: 100%;
  height: 32px;
  background: #f0f0f0;
}
.search input[type='submit'] {
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
  height: 32px;
  background: transparent url("../img/icon-search.svg") center center no-repeat;
}
.search input[type='submit']:hover {
  background-color: #d2d2d2;
}
.header {
  position: relative;
  border-bottom: 2px solid #d2d2d2;
  padding-top: 24px;
  padding-bottom: 2px;
}
.header .logo {
  margin-bottom: 14px;
}
.header .logo span {
  display: none;
}
.header .language {
  position: absolute;
  right: 14px;
  top: 0;
  z-index: 200;
  margin-top: 22px;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 14px;
}
.header .language a {
  color: #6d6d6d;
  text-decoration: none;
}
.header .language a:hover {
  text-decoration: underline;
}
.header .language a.active {
  color: #d2d2d2;
}
.header .language .dropdown-toggle {
  cursor: default;
  padding: 10px 20px;
}
.header .language .dropdown-toggle:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.header .language .dropdown-menu {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
}
.header .language select {
  min-width: 140px;
}
.header .language > div > a {
  margin-right: 14px;
}
.header .search {
  margin-top: 46px;
}
.headercontainer {
  width: 100%;
  top: 0;
  z-index: 10;
  border-bottom: 2px solid #d2d2d2;
  background-color: #fff;
  position: absolute;
}
.headercontainer .header {
  border-bottom: 0 none;
}
@media (min-width: 992px) {
  .headercontainer {
    position: fixed;
  }
}
.menu {
  margin-top: 54px;
  padding-right: 0;
}
.menu .mobile-menu {
  display: none;
  border-bottom: 2px solid #d2d2d2;
}
.menu .mobile-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 44px;
  background: #18a0d6 url(../img/menu-icon.png);
  content: "";
}
.menu .menu-items {
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.menu .menu-items > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  z-index: 150;
  cursor: pointer;
}
.menu .menu-items > li:last-of-type {
  margin-right: 0;
}
.menu .menu-items > li:hover ul {
  display: inline-block;
}
.menu .menu-items > li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  color: #6d6d6d;
  background: #ffffff;
  font-size: 15px;
  height: 40px;
}
.menu .menu-items > li > a:hover {
  text-decoration: underline;
}
.menu .menu-items > li > a.active {
  color: #999b9e;
  text-decoration: underline;
}
.menu .menu-items > li ul {
  position: absolute;
  left: 0;
  top: 40px;
  width: 200px;
  display: none;
  margin: 0;
  padding: 10px 0;
}
.menu .menu-items > li ul li {
  list-style-type: none;
  padding: 8px;
  border-bottom: dotted 1px #ffffff;
}
.menu .menu-items > li ul li a {
  color: #ffffff;
  text-decoration: none;
}
.menu .menu-items > li ul li a:hover {
  color: #66c7ee;
  text-decoration: underline;
}
.menu .menu-items > li ul li a.active {
  color: #d2d2d2;
}
.menu-back {
  position: absolute;
  background: #3e3e3e;
  transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  top: 122px;
  left: 15px;
  width: 100%;
  z-index: 100;
}
ul.buttons {
  padding: 0;
}
ul.buttons li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .header .language {
    right: 0;
    margin-top: 0;
  }
  .header .language > div > a {
    margin-right: 0;
    display: block;
  }
  .header .language .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 16px;
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header .logo {
    max-width: 350px;
  }
  .header .search {
    margin: 16px 29px 6px;
  }
  .menu {
    margin-top: 0;
    padding: 0;
  }
  .menu.collectie-wrapper {
    margin-top: 45px;
  }
  .menu .mobile-menu {
    border-bottom: 0 none;
    display: block;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #FFF;
    background: #006bb6;
    cursor: pointer;
  }
  .menu .menu-items.menu-collectie {
    display: block;
    position: relative;
  }
  .menu .menu-items.menu-collectie li a {
    text-align: left;
    text-decoration: none !important;
  }
  .menu .menu-items.menu-collectie > li ul,
  .menu .menu-items.menu-collectie > li:hover ul {
    display: block;
  }
  .menu .menu-items {
    display: none;
  }
  .menu .menu-items li {
    background-color: #18a0d6;
    background-size: 20px 20px;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    margin-right: 0;
    border-bottom: 2px solid #d2d2d2;
    display: block;
    cursor: pointer;
  }
  .menu .menu-items li.c {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8vLy////4xj63gAAAAJ0Uk5T/wDltzBKAAAAGUlEQVR42mJgBAMGIICyaCJADUAXlwIEGABNkACRAzJVMQAAAABJRU5ErkJggg==");
  }
  .menu .menu-items li.c.o {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF8vLy////4xj63gAAAAJ0Uk5T/wDltzBKAAAAFklEQVR42mJgRAMMNBGgBqCLSwECDABnEADBZ+JO3AAAAABJRU5ErkJggg==");
  }
  .menu .menu-items li a {
    margin-left: 44px;
    display: block;
    margin-right: 0;
    padding: 10px 12px;
  }
  .menu .menu-items li a:hover {
    background: #f0f0f0;
    text-decoration: none;
  }
  .menu .menu-items li ul {
    margin-top: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .menu .menu-items li ul li {
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: none 0;
  }
  .menu .menu-items li ul li a {
    border-top: dotted 1px #d2d2d2;
    display: block;
    height: 40px;
    font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 100;
    text-transform: capitalize;
    color: #6d6d6d;
    background: #ffffff;
    font-size: 15px;
    margin-left: 44px;
    margin-right: 0;
    padding: 8px 12px;
  }
  .menu .menu-items li ul li a:hover {
    background: #f0f0f0;
    color: #18a0d6;
    text-decoration: none;
  }
  .menu .menu-items li ul li a.active {
    color: #18a0d6;
  }
  .menu .menu-items li ul li a:before {
    content: '- ';
  }
  .menu .menu-items li:hover ul {
    display: none;
  }
}
@media (min-width: 1200px) {
  ul.buttons {
    position: absolute;
    bottom: 25px;
  }
  ul.buttons li {
    float: left;
  }
}
.banner {
  background: #3e3e3e;
  text-align: center;
  padding: 28px 0px 34px;
  color: #ffffff;
  font-size: 24px;
}
.banner.banner-news {
  padding-bottom: 10px;
}
.banner h1,
.banner h2,
.banner h3 {
  font-size: 32px;
  letter-spacing: 1px;
}
.banner p,
.banner h1,
.banner h2,
.banner h3 {
  color: #FFF;
}
.banner p {
  font-size: 21px;
  padding-top: 12px;
}
.banner a {
  color: #66c7ee;
  font-size: 24px;
  padding: 0 10px;
  text-decoration: none;
}
.banner a:hover {
  text-decoration: underline;
}
.banner a.active {
  color: #ffffff;
}
.banner a.active:hover {
  text-decoration: none;
}
.banner a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.banner select {
  margin-top: 16px;
  margin-right: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 8px 56px 6px 40px;
}
.banner .search {
  margin: 0 auto;
  margin-top: 32px;
  width: 300px;
}
.banner .search input[type='search'] {
  display: block;
}
.banner .button {
  color: #66c7ee;
  border-color: #66c7ee;
  margin-right: 0;
  margin-left: 12px;
  margin-bottom: 0;
}
.banner .separator {
  color: #999b9e;
}
.banner-img {
  border-bottom: 3px solid #d2d2d2;
}
.search-banner {
  background: #999b9e;
}
.search-banner > div {
  color: #FFF;
  position: relative;
  border-top: 2px solid #d2d2d2;
}
.search-banner > div h2 {
  padding-bottom: 8px;
  font-size: 22px;
}
.search-banner > div .results {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #FFF;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 18px;
}
.search-result {
  border-bottom: 1px solid #d2d2d2;
}
.search-result .product h2 {
  font-size: 32px;
}
.search-result .product h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 300;
}
.search-result .product a {
  color: #3e3e3e !important;
}
.search-result .product a:hover {
  text-decoration: none !important;
}
.search-result .product small {
  color: #ffffff;
  display: block;
  margin-top: 12px;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.search-result .product table {
  margin-top: 24px;
  margin-bottom: 12px;
}
.search-result .product table tr td:first-of-type {
  font-weight: 400;
}
.search-result .product .product-img {
  text-align: center;
}
.search-result .product .product-img img {
  max-height: 290px;
}
.search-result .product .product-header {
  bottom: 20%;
  position: absolute;
  top: 35%;
  left: 12%;
  width: 75%;
  background: rgba(62, 62, 62, 0.7);
  color: #FFF;
  text-align: center;
  padding: 18px 12px 16px;
}
.search-result .product .product-header .lees-meer {
  position: absolute;
  right: 20px;
  bottom: -34px;
  background: #18a0d6;
  color: #FFF;
}
.search-collectie > div {
  margin-bottom: 20px;
}
.search-collectie > div > a {
  display: block;
  position: relative;
}
.search-collectie > div > a > h2 {
  margin: 3px 0 0;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-collectie > div > a > h2 > small {
  margin-top: 3px;
  display: block;
}
.toon-meer {
  position: relative;
  border-top: 1px solid #d2d2d2;
  text-align: center;
  height: 45px;
}
.toon-meer span {
  display: inline-block;
  margin-top: 8px;
  color: #18a0d6;
  border: 1px solid;
  padding: 3px 10px;
  cursor: pointer;
}
.toon-meer span:hover {
  color: #006bb6;
}
.profile {
  border: 1px solid #d2d2d2;
  border-top: 2px solid #d2d2d2;
  border-bottom: none;
  min-height: 290px;
}
.profile h1,
.profile h2,
.profile h3,
.profile h1 a,
.profile h2 a,
.profile h3 a {
  font-size: 32px;
  color: #18a0d6;
}
.profile .subtitle {
  display: block;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 16px;
}
.profile.woordigers {
  min-height: 0;
}
.profile.woordigers .block {
  min-height: 250px;
}
.product-img {
  padding: 0 0 2px 0;
  height: 100%;
}
.product-img img {
  max-height: 98%;
  max-height: calc(80%);
}
.content {
  padding: 15px;
  margin-top: 12px;
  margin-bottom: 36px;
}
.content h1,
.content h2 {
  margin-bottom: 12px;
}
.content h1:first-child,
.content h2:first-child {
  margin-top: 0;
}
.content p,
.content li {
  color: #6d6d6d;
  font-weight: 100;
}
.content a {
  text-decoration: underline;
}
.content.homepage {
  margin-bottom: 5px;
}
.content.centreren {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 48px;
}
.content.centreren h1 {
  font-size: 32px;
}
.content.centreren p,
.content.centreren a {
  font-size: 21px;
}
.content form {
  width: 60%;
  color: #6d6d6d;
}
.content form input[type="text"],
.content form input[type="email"],
.content form input[type="tel"],
.content form textarea {
  width: 100%;
}
.content form input[disabled],
.content form textarea[disabled],
.content form button[disabled] {
  cursor: not-allowed;
}
.content form textarea {
  height: 100px;
}
.content form .radio-wrapper {
  height: 36px;
  padding-top: 6px;
  padding-left: 10px;
}
.content form .radio-wrapper label[for] {
  padding-left: 0;
}
.content form .radio-wrapper label[for]:after {
  content: ':';
}
.content form .radio-wrapper label {
  margin-top: -4px;
  padding-left: 40px;
  font-weight: 100;
  padding-top: 0;
  display: inline-block;
}
.content form input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-progress-appearance: radio;
}
.content form .btn {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  display: block;
  position: relative;
  float: right;
  border-radius: 0;
  background: #18a0d6;
  color: #ffffff;
  font-weight: 100;
  padding-left: 25px;
  padding-right: 25px;
}
.content form .btn:hover {
  background: #66c7ee;
  color: #ffffff;
  border-color: #66c7ee;
}
.content form .btn.download {
  /*                border: 1px solid @blue-50;*/
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 52px;
  text-decoration: none;
}
.content form .btn.download:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 30px;
  height: 32px;
  background: #18a0d6 url('../img/icon-pdf-neg.svg') 2px no-repeat;
  background-size: 25px 25px;
}
.content form .btn.download:after {
  content: '';
  display: block;
  clear: both;
}
.content form .btn[disabled],
.content form .btn[disabled]:hover {
  background: #18a0d6;
  color: #999;
  border-color: inherit;
}
.content form:after {
  display: block;
  content: '';
  clear: both;
}
.content .download-button {
  position: relative;
  border: 1px solid #18a0d6;
  color: #66c7ee;
  display: block;
  width: 300px;
  max-width: 90%;
  height: 30px;
  margin-right: 5%;
  margin-bottom: 10px;
  padding: 2px 0 0 35px;
}
.content .download-button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 28px;
  height: 28px;
  background: #18a0d6 url('../img/icon-pdf-neg.svg') 2px no-repeat;
  background-size: 25px 25px;
}
.content .download-button:after {
  content: '';
  display: block;
  clear: both;
}
.content .downloads {
  position: relative;
  width: 300px;
  max-width: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 12px;
}
.content .downloads:after {
  content: '';
  display: block;
  clear: both;
}
.content .downloads li {
  position: relative;
  border: 1px solid #18a0d6;
  color: #66c7ee;
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  margin-right: 5%;
  margin-bottom: 10px;
  padding: 2px 0 0 35px;
  overflow: hidden;
}
.content .downloads li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 28px;
  height: 28px;
  background: #18a0d6 url('../img/icon-pdf-neg.svg') 2px no-repeat;
  background-size: 25px 25px;
}
.content .downloads li a {
  color: #18a0d6;
}
.content .feedback-ok {
  margin-top: 30px;
  font-weight: bold;
}
.content .feedback-fail {
  margin-top: 30px;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: bold;
}
.content .widget-download {
  margin-top: 20px;
}
.content .widget-download form {
  margin-bottom: 20px;
}
.social-content {
  padding-top: 12px;
}
.social-content a {
  margin: 0 5px;
}
.social-content a img {
  height: 25px;
}
.slider {
  padding: 0;
  margin-bottom: 0;
  border-left-width: 2px;
}
.slider .slick-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.slider .slick-prev,
.slider .slick-next {
  width: 60px;
  height: 110px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.3);
  top: 40%;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  display: block;
  width: 25px;
  height: 47px;
  margin-left: 12px;
  background: url(../img/slider-arrows.png) 0 0 no-repeat;
}
.slider .slick-prev {
  left: 12px;
}
.slider .slick-next {
  right: 12px;
}
.slider .slick-next:before {
  margin-left: 18px;
  background: url(../img/slider-arrows.png) -25px 0 no-repeat;
}
.slider .slick-dots {
  bottom: 0;
  text-align: right;
  padding-right: 12px;
}
.slider .slick-dots button {
  background: rgba(255, 255, 255, 0.3);
  width: 25px;
  height: 16px;
  border: 1px solid #FFF;
}
.slider .slick-dots button:before {
  content: "";
}
.slider .slick-dots li.slick-active button {
  border: 1px solid #006bb6;
}
.slider .block {
  min-height: 455px;
  background-size: cover;
}
.slider > .block {
  display: none;
}
.slider > .block:first-child {
  display: block;
}
.news .block {
  text-align: center;
  background: #FFF;
  color: #3e3e3e;
  position: relative;
  overflow: hidden;
}
.news .block:hover {
  text-decoration: none;
}
.news .block a > .lees-meer:hover {
  color: #006bb6;
  border: 1px solid #006bb6;
}
.news .block.event .lees-meer {
  background: url("../img/event-icon.png") no-repeat 3px 3px;
  background-size: 25px;
}
.news .block.event .lees-meer:hover {
  background: url("../img/event-icon-hover.png") no-repeat 3px 3px;
}
.news .block > h2 > small {
  display: block;
  margin-top: 12px;
  color: #3e3e3e;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.news .block time {
  color: #999b9e;
  position: absolute;
  bottom: 15px;
  right: 64px;
}
.news .block p {
  display: block;
  display: -webkit-box;
  height: 7em;
  font-size: 1.2em;
  line-height: 1.4em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-tel,
.contact-fax,
.contact-email,
.contact-kvk,
.contact-btw {
  display: block;
  height: 20px;
  margin-bottom: 5px;
}
.contact-tel:before,
.contact-fax:before,
.contact-email:before,
.contact-kvk:before,
.contact-btw:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin-right: 10px;
}
.contact-tel a,
.contact-fax a,
.contact-email a,
.contact-kvk a,
.contact-btw a {
  text-decoration: none;
  cursor: pointer;
}
.contact-tel a:hover,
.contact-fax a:hover,
.contact-email a:hover,
.contact-kvk a:hover,
.contact-btw a:hover {
  text-decoration: underline;
}
.contact-kvk {
  margin-top: 25px;
}
.contact-tel:before {
  background: url('../img/icon-telefoon-wit.png') 0 0 no-repeat;
}
.contact-fax:before {
  background: url('../img/icon-fax-wit.png') 0 0 no-repeat;
}
.contact-email:before {
  background: url('../img/icon-email-wit.png') 0 0 no-repeat;
}
.contact-kvk:before {
  top: 0px;
  content: "KVK:";
}
.contact-btw:before {
  top: 0px;
  content: "BTW:";
}
@media (min-width: 1200px) {
  .news .block {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .news .block {
    height: 240px;
  }
  .news .block p {
    height: 7em;
    -webkit-line-clamp: 5;
  }
}
.events {
  border-left: 0;
  border-right: 0;
}
.events.block {
  padding-bottom: 0;
}
.events h1,
.events h2,
.events h3 {
  color: #FFF;
}
.events a {
  text-decoration: none;
}
.events ul {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: none;
}
.events ul li {
  background: #93117e;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.events ul li:hover {
  background: #c88abd;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.events ul li a {
  position: relative;
  display: block;
  border: 1px solid #FFF;
  margin-bottom: 8px;
  color: #FFF;
  padding: 8px;
  padding-right: 35px;
  line-height: 1.2em;
}
.events ul li a strong {
  color: #FFF;
  display: block;
  font-weight: 400;
}
.events ul li a:hover {
  text-decoration: none;
}
.events ul li a:after {
  content: "";
  display: block;
  width: 25px;
  height: 27px;
  background: url("../img/icon-agenda-white.svg") no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.countries {
  border-top: 1px solid #d2d2d2;
  background: #999b9e;
}
.countries > .block {
  min-height: 0;
  background: #3e3e3e;
}
.countries > .block:nth-child(16n+1),
.countries > .block:nth-child(16n+7),
.countries > .block:nth-child(16n+10),
.countries > .block:nth-child(16n) {
  background: #93117e;
}
.countries > .block:nth-child(16n+2),
.countries > .block:nth-child(16n+8),
.countries > .block:nth-child(16n+9),
.countries > .block:nth-child(16n+15) {
  background: #63a70a;
}
.countries > .block:nth-child(16n+3),
.countries > .block:nth-child(16n+6),
.countries > .block:nth-child(16n+12),
.countries > .block:nth-child(16n+13) {
  background: #6d6d6d;
}
.countries > .block:nth-child(16n+4),
.countries > .block:nth-child(16n+5),
.countries > .block:nth-child(16n+11),
.countries > .block:nth-child(16n+14) {
  background: #006bb6;
}
.countries > .block > img {
  padding: 2%;
}
.countries > .block > div {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  top: auto;
  bottom: 20%;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .countries > .block:nth-child(12n+1),
  .countries > .block:nth-child(12n+6),
  .countries > .block:nth-child(12n+11) {
    background: #93117e;
  }
  .countries > .block:nth-child(12n+2),
  .countries > .block:nth-child(12n+7),
  .countries > .block:nth-child(12n) {
    background: #63a70a;
  }
  .countries > .block:nth-child(12n+5),
  .countries > .block:nth-child(12n+9),
  .countries > .block:nth-child(12n+10) {
    background: #6d6d6d;
  }
  .countries > .block:nth-child(12n+3),
  .countries > .block:nth-child(12n+4),
  .countries > .block:nth-child(12n+8) {
    background: #006bb6;
  }
}
@media (max-width: 767px) {
  .countries > .block:nth-child(8n+1),
  .countries > .block:nth-child(8n+6) {
    background: #93117e;
  }
  .countries > .block:nth-child(8n+2),
  .countries > .block:nth-child(8n+5) {
    background: #63a70a;
  }
  .countries > .block:nth-child(8n+3),
  .countries > .block:nth-child(8n) {
    background: #6d6d6d;
  }
  .countries > .block:nth-child(8n+4),
  .countries > .block:nth-child(8n+7) {
    background: #006bb6;
  }
}
.countries-details h2,
.countries-details h2 a {
  color: #18a0d6;
  font-size: 32px;
}
.countries-details h3 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
}
.countries-details .image > div.country-overlay {
  font-size: 24px;
  font-weight: 400;
  top: auto;
  bottom: 20%;
}
.countries-details .image > img {
  max-width: 95%;
  max-height: 95%;
}
.countries-details .image[style*="height"] {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.countries-details .image[style*="height"] > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countries-details .image:nth-child(8n + 1) {
  background-color: #006bb6;
}
.countries-details .image:nth-child(8n + 3) {
  background-color: #63a70a;
}
.countries-details .image:nth-child(8n + 5) {
  background-color: #3e3e3e;
}
.countries-details .image:nth-child(8n + 7) {
  background-color: #93117e;
}
.countries-details ul {
  list-style-type: none;
}
.countries-details ul.contact-details li {
  width: 100%;
}
.countries-details .product-col {
  min-height: 0;
}
.agent-details {
  padding: 20px;
}
.agent-country {
  background: #999b9e;
  padding: 15px;
  text-align: center;
}
.agent-country img {
  max-width: 100%;
  max-height: 100%;
}
.share {
  min-height: 52px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 6px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.share > a {
  min-height: 30px;
}
.share img {
  margin: 6px 0 8px 6px;
  height: 30px;
  width: 30px;
}
.news > .news-date:first-child {
  padding-top: 10px;
}
.news .news-banner {
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 16px;
}
.news h1 {
  margin-top: 0;
}
.news .onderschrift {
  font-size: 21px;
  display: block;
  margin-bottom: 24px;
}
.news .news-navigation {
  position: relative;
  margin-top: 12px;
  min-height: 55px;
}
.news .news-navigation .previous,
.news .news-navigation .next {
  display: inline-block;
  color: #18a0d6;
  border: 1px solid #18a0d6;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  padding: 6px 24px 4px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 14px;
  height: 35px;
  position: absolute;
  top: 12px;
  text-transform: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  margin-right: 0;
  text-decoration: none;
}
.news .news-navigation .previous:hover,
.news .news-navigation .next:hover {
  text-decoration: none;
}
.news .news-navigation .previous:after,
.news .news-navigation .next:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 5px;
  height: 11px;
  background: url("../img/blue-arrows.png") 0 0 no-repeat;
}
.news .news-navigation .next {
  right: 0;
  padding-left: 24px;
  padding-right: 28px;
}
.news .news-navigation .next:after {
  left: inherit;
  right: 10px;
  background: url("../img/blue-arrows.png") -5px 0 no-repeat;
}
.linkable {
  cursor: pointer;
}
.news-date {
  color: #6d6d6d;
}
.news-date .event {
  font-weight: 400;
  margin-right: 10px;
}
.news-date date {
  font-weight: 100;
}
.years {
  margin-right: 15px;
}
.years .button {
  margin-top: 12px;
  border: 0 none;
}
.archive {
  border-bottom: 1px solid #d2d2d2;
}
.archive > div {
  padding: 0;
  text-align: center;
}
.archive > div:hover {
  text-decoration: none;
}
.archive > div div.text {
  margin-top: 16px;
  min-height: 0;
}
.archive > div div.image img {
  width: 100%;
}
@media (max-width: 991px) {
  .archive > div div.text {
    min-height: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .archive > div div.image {
    min-height: 0;
  }
  .content form {
    width: 80%;
    margin-bottom: 20px;
  }
  .header .logo {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .content form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pagination {
  padding-top: 6px;
  width: 100%;
  text-align: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  color: #18a0d6;
  border: 1px solid #18a0d6;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
  padding: 6px 24px 4px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 14px;
  margin-right: 6px;
  border-color: #d2d2d2;
  color: #d2d2d2;
}
.pagination span {
  border-color: #f0f0f0;
  color: #f0f0f0;
  cursor: no-drop;
}
.pagination div {
  display: inline-block;
}
.pagination div a,
.pagination div span {
  padding: 6px 12px 4px;
}
.pagination a.prev,
.pagination a.next,
.pagination a.active,
.pagination a:hover {
  color: #18a0d6;
  border-color: #18a0d6;
}
.pagination a.next:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 18px;
  top: -2px;
  width: 5px;
  height: 11px;
  background: url("../img/blue-arrows.png") -5px 0 no-repeat;
}
.pagination a.prev:before {
  content: "";
  display: inline-block;
  position: relative;
  left: -18px;
  top: -2px;
  width: 5px;
  height: 11px;
  background: url("../img/blue-arrows.png") 0 0 no-repeat;
}
.mobile-sidemenu {
  color: #FFF;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  border-bottom: 1px solid #FFF;
  text-align: center;
}
.mobile-sidemenu .collectie-header,
.mobile-sidemenu .filter-header,
.mobile-sidemenu .archive {
  border-bottom: 2px solid #d2d2d2;
  height: 45px;
  padding: 12px;
}
.mobile-sidemenu .collectie-header {
  cursor: pointer;
  border-right: 2px solid #d2d2d2;
}
.mobile-sidemenu .collectie-header:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: 45px;
  background: #18a0d6 url(../img/collection-icon.svg);
  content: "";
}
.mobile-sidemenu .filter-header {
  cursor: pointer;
}
.mobile-sidemenu .filter-header:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: 45px;
  background: #84b74d url(../img/filter-icon.svg);
  content: "";
}
.assortiment-menu,
.archive-menu {
  position: relative;
  background: #63a70a;
  color: #FFF;
}
.assortiment-menu a,
.archive-menu a,
.assortiment-menu span,
.archive-menu span {
  text-decoration: none;
}
.assortiment-menu a > sup,
.archive-menu a > sup,
.assortiment-menu span > sup,
.archive-menu span > sup {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  font-size: 90%;
}
.assortiment-menu a:hover sup,
.archive-menu a:hover sup,
.assortiment-menu span:hover sup,
.archive-menu span:hover sup {
  text-decoration: none;
}
.assortiment-menu > h2,
.archive-menu > h2 {
  margin-top: 0;
  margin-bottom: 28px;
}
.assortiment-menu h2,
.archive-menu h2,
.assortiment-menu h3,
.archive-menu h3,
.assortiment-menu a,
.archive-menu a,
.assortiment-menu span,
.archive-menu span {
  color: #FFF;
}
.assortiment-menu h2,
.archive-menu h2,
.assortiment-menu h2 a,
.archive-menu h2 a {
  font-size: 24px;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  color: #FFF;
}
.assortiment-menu h2.inactive,
.archive-menu h2.inactive,
.assortiment-menu h2 a.inactive,
.archive-menu h2 a.inactive {
  font-weight: 300;
  color: #e2e2e2;
}
.assortiment-menu h3,
.archive-menu h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
.assortiment-menu p,
.archive-menu p {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
}
.assortiment-menu ul,
.archive-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.assortiment-menu ul li > a,
.archive-menu ul li > a,
.assortiment-menu ul li > span,
.archive-menu ul li > span {
  position: relative;
  display: inline-block;
  padding: 2px 0;
  padding-left: 16px;
  font-size: 15px;
}
.assortiment-menu ul li > a.active,
.archive-menu ul li > a.active,
.assortiment-menu ul li > span.active,
.archive-menu ul li > span.active {
  text-decoration: underline;
}
.assortiment-menu ul li > a.active:before,
.archive-menu ul li > a.active:before,
.assortiment-menu ul li > span.active:before,
.archive-menu ul li > span.active:before {
  position: absolute;
  left: -2px;
  top: 0px;
  background: #3e3e3e;
  display: inline-block;
  content: "";
  width: 2px;
  height: 100%;
}
.assortiment-menu > ul > li,
.archive-menu > ul > li {
  padding-bottom: 20px;
}
.assortiment-menu > ul li li a,
.archive-menu > ul li li a {
  padding-left: 32px;
}
.assortiment-menu > ul > li a,
.archive-menu > ul > li a,
.assortiment-menu > ul > li span,
.archive-menu > ul > li span {
  border-left: 2px solid #FFF;
}
.assortiment-menu > ul.top,
.archive-menu > ul.top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.assortiment-menu > ul:last-of-type > li:last-child,
.archive-menu > ul:last-of-type > li:last-child {
  padding-bottom: 0;
}
.assortiment-menu .contact,
.archive-menu .contact {
  padding-bottom: 12px;
}
.assortiment-menu .contact a:hover,
.archive-menu .contact a:hover {
  text-decoration: underline;
}
.assortiment-menu .select-assortiment,
.archive-menu .select-assortiment {
  color: #e2e2e2;
  font-size: 20px;
  margin-bottom: 6px;
}
.assortiment-menu .select-assortiment a,
.archive-menu .select-assortiment a {
  font-size: 22px;
  color: #e2e2e2;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
.assortiment-menu .select-assortiment h2,
.archive-menu .select-assortiment h2 {
  font-size: 24px;
  display: inline-block;
  color: #FFF;
}
@media (max-width: 991px) {
  .assortiment-menu,
  .archive-menu {
    display: none;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .assortiment-menu,
  .archive-menu {
    padding-top: 20px;
    padding-bottom: 45px;
    border-right: 2px solid #d2d2d2;
  }
  .assortiment-menu .contact,
  .archive-menu .contact {
    position: absolute;
    bottom: 0;
  }
  .assortiment-menu > ul + ul,
  .archive-menu > ul + ul {
    padding-top: 10px;
  }
}
.route {
  background: url("../img/route.jpg") center center no-repeat;
  text-align: center;
  height: 290px;
}
.route img {
  margin-top: 26px;
}
.contact-adres {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 12px;
}
.contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8em;
  margin-bottom: 12px;
}
.contact-details img {
  margin-right: 7px;
  height: 25px;
}
h1 .search-word {
  display: block;
  color: #FFF;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-top: 12px;
}
.filter-selection select {
  display: block;
  width: 100%;
}
.filter-selection > div {
  position: relative;
}
.filter-selection > div > div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #ffffff url("../img/x.png") center right 10px no-repeat;
  cursor: pointer;
  display: none;
}
.filter-selection > div > select[data-sel] {
  background-color: #fff;
}
.filter-selection > div > select[data-sel] + div {
  display: block;
}
.filter-selection button {
  width: 100%;
  border: 1px solid;
  background-color: #63a70a;
}
.filter-selection button:hover {
  background: #84b74d;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.filter-selection p {
  font-weight: 100;
}
.filter-selection-mobile {
  margin-top: 45px;
  padding: 15px;
  text-align: left;
}
.filter-selection-mobile select {
  display: block;
  width: 100%;
}
.filter-selection-mobile button {
  width: 100%;
  border: 1px solid;
  background-color: #84b74d;
}
.filter-selection-mobile p {
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 100;
  text-transform: none;
  font-size: 1.2rem;
}
.filter-selection-mobile > div > div > div {
  position: relative;
}
.filter-selection-mobile > div > div > div > div {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #ffffff url("../img/x.png") center right 10px no-repeat;
  cursor: pointer;
  display: none;
}
.filter-selection-mobile > div > div > div > select[data-sel] {
  background-color: #fff;
}
.filter-selection-mobile > div > div > div > select[data-sel] + div {
  display: block;
}
.info ul > li > a {
  border-left: 2px solid #FFF;
}
.product-page {
  position: relative;
  background-color: #63a70a;
}
.product-page main {
  background-color: #ffffff;
  border-left: 2px solid #d2d2d2;
}
.product-page aside {
  border-right: 0 none;
}
.single-product-page {
  position: relative;
}
.single-product-page main {
  background-color: #ffffff;
  border-left: 2px solid #d2d2d2;
}
.single-product-page aside {
  border-right: 0 none;
}
.product-intro {
  border-bottom: 2px solid #d2d2d2;
}
.product-intro .col-md-4 {
  padding: 0;
}
.product-intro .col-md-8 {
  padding-bottom: 12px;
}
.products > div.block {
  display: block;
  border-right: 1px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  border-top: none;
  padding: 0;
  text-align: center;
}
.products > div.block.active {
  border-bottom-style: dashed;
}
.products > div.block.active > div > a {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.products > div.block > div {
  top: auto;
  bottom: 15%;
  background-color: rgba(62, 62, 62, 0.6);
  padding-top: 12px;
  padding-bottom: 0;
}
.products > div.block > div > a {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.products > div.block img {
  max-width: 99%;
}
.products > div.block .details {
  display: none;
  text-align: left;
  padding: 0 12% 10px 12%;
  /*        display: none;*/
}
.products > div.block .details h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.products > div.block .details h2 > small {
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 20px;
}
.products > div.block .details h3 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 12px;
}
.products > div.block .details table {
  width: 80%;
}
.products > div.block .details th {
  font-weight: 400;
}
.products > .modal > .modal-dialog {
  width: 1000px;
}
.products > .modal > .modal-dialog .modal-body {
  text-align: center;
}
.noresults {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Crimson Text', "Times New Roman", Times, serif;
  font-weight: 100;
  font-size: 1.6rem;
}
.new:after {
  content: "";
  display: block;
  height: 80px;
  width: 80px;
  background: url("../img/nieuw-product-nl.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
html[lang="en"] .new:after {
  background-image: url("../img/nieuw-product-en.png");
}
html[lang="de"] .new:after {
  background-image: url("../img/nieuw-product-de.png");
}
html[lang="es"] .new:after {
  background-image: url("../img/nieuw-product-es.png");
}
html[lang="fr"] .new:after {
  background-image: url("../img/nieuw-product-fr.png");
}
.overlay,
.singleproduct {
  display: none;
  /*    height: 0px;*/
  /*    overflow: hidden;*/
  background: #fff;
  border-right: 1px solid #d2d2d2;
  border-bottom: 2px solid #d2d2d2;
  position: relative;
}
.overlay > .row,
.singleproduct > .row {
  position: relative;
}
.overlay > .row .product-details,
.singleproduct > .row .product-details {
  padding-bottom: 70px;
}
.overlay > .row .product-details > h2 > small,
.singleproduct > .row .product-details > h2 > small {
  padding-left: 1em;
}
.overlay > .row > .share,
.singleproduct > .row > .share {
  position: absolute;
  bottom: 20px;
  /*            left: 58.3333%;*/
  left: 0;
  right: 0;
  margin: 0 0;
  padding: 0;
  line-height: 46px;
  height: 46px;
  text-align: left;
}
.overlay div,
.singleproduct div {
  border: 0 none;
}
.overlay h2,
.singleproduct h2,
.overlay h3,
.singleproduct h3 {
  text-align: left;
}
.overlay h2,
.singleproduct h2 {
  font-size: 32px;
}
.overlay h3,
.singleproduct h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 300;
}
.overlay table,
.singleproduct table {
  width: auto;
  min-width: 60%;
  margin-top: 24px;
  margin-bottom: 12px;
}
.overlay table tbody,
.singleproduct table tbody {
  text-align: left;
}
.overlay table th,
.singleproduct table th {
  padding-right: 2em;
}
.overlay table tr td:first-of-type,
.singleproduct table tr td:first-of-type {
  /*            font-weight: 400;*/
}
.overlay .close-overlay,
.singleproduct .close-overlay {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #18a0d6;
  color: #fff;
  font-family: sans-serif;
  font-size: 21px;
  font-weight: 700;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.overlay .close-overlay:hover,
.singleproduct .close-overlay:hover {
  text-decoration: none;
  background: #006bb6;
}
.singleproduct {
  height: 500px;
}
.content.error {
  min-height: 250px;
}
.footer {
  background: #3e3e3e;
  color: #FFF;
  padding: 12px;
  border-top: 2px solid #d2d2d2;
}
.footer div,
.footer a {
  color: #d2d2d2;
  font-family: 'Oswald', "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 300;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .logo {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.footer .logo img {
  max-width: 90px;
}
.footer .text {
  margin-top: 18px;
  line-height: 1.8em;
}
.footer .social {
  padding-top: 26px;
  white-space: nowrap;
}
.footer .social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: url("../img/social-icons.png") 0 0 no-repeat;
}
.footer .social .twitter {
  background: url("../img/social-icons.png") 0 0 no-repeat;
}
.footer .social .facebook {
  background: url("../img/social-icons.png") -25px 0 no-repeat;
}
.footer .social .youtube {
  background: url("../img/social-icons.png") -50px 0 no-repeat;
}
.footer .social .linkedin {
  background: url("../img/social-icons.png") -75px 0 no-repeat;
}
.footer .social .pinterest {
  background: url(../img/social-icons.png) -100px 0 no-repeat;
}
.footer .footmenu {
  padding-top: 26px;
}
.footer .footmenu a {
  padding-right: 0.5em;
}
.footer .footmenu a:last-child {
  padding-right: 0;
}
.footercontainer {
  background: #3e3e3e;
  border-top: 2px solid #d2d2d2;
}
.footercontainer .footer {
  border-top: 0 none;
}
.maincontainer {
  background-color: #fff;
  padding-top: 241px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .maincontainer {
    padding-top: 255px;
  }
}
@media (min-width: 992px) {
  .maincontainer {
    padding-top: 122px;
  }
}
.maincontainer > .row {
  margin-left: 0;
  margin-right: 0;
}
.maincontainer .shadowbox h1 {
  font-size: 45px;
}
.maincontainer .shadowbox p {
  font-size: 18px;
}
.maincontainer .shadowbox .column-2 {
  column-gap: 50px;
}
@media (min-width: 992px) {
  .maincontainer .shadowbox {
    margin-top: -40px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .maincontainer .row.contact > .content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-collapse: collapse;
  }
  .maincontainer .row.contact > .content:first-child {
    border-right: 2px solid #d2d2d2;
    margin-right: -1px;
    padding-right: 30px;
  }
  .maincontainer .row.contact > .content:last-child {
    border-left: 2px solid #d2d2d2;
    margin-left: -1px;
    padding-left: 30px;
  }
  .maincontainer .row.contact > .content > form {
    width: 100%;
  }
}
.maincontainer .row.contact img.profiel {
  display: block;
  width: 100%;
}
.maincontainer .row.contact .name {
  color: #006bb6;
}
.maincontainer .slider .slick-prev,
.maincontainer .slider .slick-next {
  border: 0 none;
  background: none;
  top: 50%;
  margin-top: -50px;
}
.brandheader {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.brandimage {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 25%;
}
.brandheader > div,
.brandimage > div {
  background: #3e3e3e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.brandheader > div img,
.brandimage > div img {
  width: 100%;
}
.brandheader > div iframe,
.brandimage > div iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bluelink {
  display: block;
  margin-left: 0;
  background: #18a0d6;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.bluelink:hover {
  background-color: #66c7ee;
  border-color: #66c7ee;
  color: #FFF;
}
@media (min-width: 992px) {
  .footer .footmenu {
    padding-top: 46px;
  }
  .footer .footmenu a:last-child {
    padding-right: 1em;
  }
}
@media (max-width: 1199px) {
  .error {
    min-height: 100px;
  }
  .contact-details {
    width: 100%;
  }
  .contact-details:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .contact-details li {
    border: 1px solid #18a0d6;
    color: #66c7ee;
    float: left;
    display: block;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 10px;
  }
  .contact-details li.grey {
    border: 1px solid #6d6d6d;
    color: #6d6d6d;
  }
  .contact-details li a {
    color: #18a0d6;
  }
  .contact-details li.social {
    border: 0 none;
    width: 95%;
  }
  .contact-details.vestigingen li {
    width: 100%;
  }
  .mt20-sm {
    margin-top: 20px;
  }
  .tel,
  .vcard,
  .fax,
  .mobile,
  .web,
  .email,
  .skype {
    padding-left: 39px;
  }
  .tel:before {
    background: #18a0d6 url('../img/icon-telefoon-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .vcard:before {
    background: #18a0d6 url('../img/icon-vcard-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .fax:before {
    background: #6d6d6d url('../img/icon-fax-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .mobile:before {
    background: #18a0d6 url('../img/icon-mobilephone-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .skype:before {
    background: #18a0d6 url('../img/icon-skype3-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .web:before {
    background: #18a0d6 url('../img/icon-www-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .email:before {
    background: #18a0d6 url('../img/icon-email-neg.svg') 5px 5px no-repeat;
    background-size: 24px;
    top: 0px;
    height: 34px;
    width: 34px;
  }
  .green a.button {
    background: #84b74d;
  }
  .blue a.button {
    background: #18a0d6;
  }
  .purple a.button {
    background: #c88abd;
  }
}
@media print {
  .print-date {
    font-size: 16px;
    padding: 10px;
  }
  .singleproduct {
    border: 0 none !important;
  }
  li {
    list-style-type: none;
  }
  footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 16px;
  }
  .border-top {
    border-top: 1px solid #d2d2d2;
  }
  table {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .search-banner > div {
    background: #6d6d6d;
    height: 45px;
    cursor: pointer;
  }
  .search-banner > div h2 {
    padding: 0;
    margin-top: 10px;
  }
  .search-banner > div div {
    margin-top: -5px;
  }
  .countries-details {
    /*        .row {*/
    /*            background-color: @black-15;*/
    /*        }*/
  }
  .countries-details .image:nth-child(16n+1),
  .countries-details .image:nth-child(16n+11) {
    background: #006bb6;
  }
  .countries-details .image:nth-child(16n+3),
  .countries-details .image:nth-child(16n+9) {
    background: #63a70a;
  }
  .countries-details .image:nth-child(16n+5),
  .countries-details .image:nth-child(16n+15) {
    background: #6d6d6d;
  }
  .countries-details .image:nth-child(16n+7),
  .countries-details .image:nth-child(16n+13) {
    background: #93117e;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  .overlay .share img,
  .singleproduct .share img {
    width: 20px;
    height: 20px;
  }
  .overlay .product-details h2,
  .singleproduct .product-details h2 {
    margin-top: 60px;
  }
  .overlay > .row .slick-dots li,
  .singleproduct > .row .slick-dots li {
    height: 30px;
    width: 30px;
  }
  .contact-details li {
    width: 100%;
  }
  .block > div .lees-meer {
    width: 100px;
    right: 10px;
  }
  .mobile-sidemenu .collectie-header,
  .mobile-sidemenu .filter-header {
    text-align: left;
    padding-left: 60px;
  }
  .slider .slick-list {
    height: 250px;
  }
  .slider .slick-list .block {
    min-height: 250px;
  }
  .slider .slick-prev,
  .slider .slick-next {
    width: 40px;
    height: 55px;
  }
  .slider .slick-prev {
    left: 6px;
  }
  .slider .slick-prev:before {
    width: 18px;
    height: 26px;
    margin-left: 12px;
    margin-top: 10px;
    background-size: 36px 18px;
  }
  .slider .slick-next {
    right: 6px;
  }
  .slider .slick-next:before {
    width: 18px;
    height: 24px;
    margin-left: 12px;
    background-size: 42px 20px;
  }
  .slider .block > a div {
    top: 25%;
    left: 15%;
    width: 70%;
  }
  .countries > .block > div,
  .countries-details .country-overlay {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
