<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* uitgangspunten mozaic */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #1a171b;
  font-weight: normal;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #1a171b;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c5a55;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.1);
}
.plx {
  pointer-events: none;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.indented {
  margin: 0 20px;
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.bg-grey {
  background-color: #f8f8f8;
}
.bg-white {
  background-color: #fff;
}
.bg-mint {
  background-color: #0a939f;
}
.bg-red {
  background-color: #5a2c34;
}
.bg-dark {
  background-color: #1a171b;
}
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#88cc6f+0,6bc4e8+100 */
  background: #88cc6f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #88cc6f 0%, #6bc4e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cc6f', endColorstr='#6bc4e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-purple {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b1549+0,67bbe1+100 */
  background: #3b1549;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #3b1549 0%, #67bbe1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b1549', endColorstr='#67bbe1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-green {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cf8a+0,50aa3f+100 */
  background: #a7cf8a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #a7cf8a 0%, #50aa3f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cf8a', endColorstr='#50aa3f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-red {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee755e+0,e84038+100 */
  background: #ee755e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ee755e 0%, #e84038 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee755e', endColorstr='#e84038', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-gr-yellow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbbc41+0,ffdd86+100 */
  background: #fbbc41;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #fbbc41 0%, #ffdd86 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbc41', endColorstr='#ffdd86', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.bg-dark-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+0,0+95 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.bg-dark-bot {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+5,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.bg-mint-top {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bcaad+0,8bcaad+100&amp;1+0,0+95 */
  background: -moz-linear-gradient(top, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8bcaad 0%, rgba(139, 202, 173, 0) 95%, rgba(139, 202, 173, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bcaad', endColorstr='#008bcaad', GradientType=0);
  /* IE6-9 */
}
.bg-mint-bot {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bcaad+0,8bcaad+99&amp;0+5,1+65 */
  background: -moz-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(139, 202, 173, 0) 0%, rgba(139, 202, 173, 0) 5%, #8bcaad 65%, #8bcaad 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bcaad', endColorstr='#8bcaad', GradientType=0);
  /* IE6-9 */
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #1a171b;
  font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  font-weight: bold;
}
.f1 {
  font-family: 'Montserrat', sans-serif;
}
.f2 {
  font-family: 'Montserrat', sans-serif;
}
.f3 {
  font-family: 'Montserrat', sans-serif;
}
.f4 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2em;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
h0,
.h0 {
  font-size: 40px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 34px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
.h-white {
  color: #fff;
}
.h-dark {
  color: #1a171b;
}
.h-red {
  color: #5a2c34;
}
.h-mint {
  color: #0a939f;
}
.h-inline {
  display: inline-block;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #5a2c34;
}
.article-output h1 {
  font-size: 30px;
}
.article-output h2 {
  font-size: 20px;
}
.article-output h3 {
  font-size: 18px;
}
.article-output h4 {
  font-size: 16px;
}
.article-output p {
  margin-bottom: 20px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #1a171b;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #1a171b;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .article-output h1 {
    font-size: 32px;
  }
  .article-output h2 {
    font-size: 28px;
  }
  .article-output h3 {
    font-size: 22px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-output h1 {
    font-size: 30px;
  }
  .article-output h2 {
    font-size: 26px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-output h1 {
    font-size: 28px;
  }
  .article-output h2 {
    font-size: 24px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
}
.container {
  position: relative;
}
.main-content {
  padding: 80px 0 80px;
}
.tpl-volg .main-content {
  padding-top: 0;
}
@media (max-width: 1280px) {
  .main-content {
    padding: 60px 0;
  }
  .tpl-volg .main-content {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .main-content {
    padding: 40px 0;
  }
  .tpl-volg .main-content {
    padding-top: 0;
  }
}
.comp-logo,
.comp-logo-staal {
  display: block;
  width: 250px;
  height: 100px;
  background-image: url(../img/hoberg-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  transition: all 0.3s ease-in-out 0s;
}
.comp-logo-staal {
  height: 60px;
  background-image: url(../img/hoberg-staal-logo.png);
}
.main-body {
  padding-top: 236px;
}
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .container {
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .top-bar {
  transition: all 0.3s ease-in-out 0s;
}
.site-header .top-bar .container {
  height: 50px;
}
.site-header .top-bar .quickmenu {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .top-bar .quickmenu li {
  float: left;
  margin-left: 20px;
}
.site-header .top-bar .quickmenu a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.site-header .logo-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
  background: #fff;
}
.site-header .logo-bar .container {
  height: 135px;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .logo-bar .nav-toggle {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .mod-search {
  width: 600px;
  position: absolute;
  left: 320px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .mod-search input {
  width: 100%;
  height: 50px;
  border: 0;
  background: #d8dada;
  padding-left: 10px;
}
.site-header .mod-search button {
  width: 50px;
  height: 50px;
  border: 0;
  background: #5a2c34;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .mod-search button i {
  color: #fff;
  font-size: 36px;
  top: 6px;
  left: auto;
  right: 7px;
}
.site-header .mod-search button i:before {
  margin: 0;
}
.site-header .menu-bar {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-header .menu-bar .container {
  height: 50px;
}
.site-header .mainnav li {
  float: left;
  margin-right: 50px;
  position: relative;
}
.site-header .mainnav li a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
}
.site-header .mainnav li:nth-child(1):before {
  display: block;
  content: "";
  width: 100%;
  height: 54px;
  background: #0a939f;
  position: absolute;
  top: -2px;
  left: 0;
}
.site-header .mainnav li:nth-child(1) a {
  color: #fff;
  padding: 0 30px 0 60px;
}
.site-header .mainnav li:nth-child(1) a .icon {
  display: block;
  width: 24px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.site-header .mainnav li:nth-child(1) a .icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-header .comp-logo,
.site-header .comp-logo-staal {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .comp-logo-staal {
  left: 25px;
}
.scrolled .site-header,
.shownav .site-header {
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .top-bar {
  margin-top: -50px;
}
.scrolled .site-header .logo-bar .container {
  height: 100px;
}
.scrolled .site-header .logo-bar .comp-logo {
  height: 70px;
}
.scrolled .site-header .menu-bar {
  margin-top: -80px;
}
.staal-site .site-header .mainnav li:nth-child(1) a {
  padding-left: 30px;
}
.staal-site .site-header .mainnav li:nth-child(1) .icon {
  display: none;
}
@media (max-width: 1280px) {
  .site-header .mod-search {
    width: 460px;
  }
}
@media (max-width: 991px) {
  .main-body {
    padding-top: 70px;
  }
  .site-header {
    background: #5a2c34;
  }
  .site-header .top-bar,
  .site-header .mod-search,
  .site-header .menu-bar {
    display: none;
  }
  .site-header .logo-bar {
    background: none;
  }
  .site-header .logo-bar .container {
    height: 70px;
  }
  .site-header .comp-logo {
    width: 180px !important;
    height: 50px !important;
    left: 10px;
    background-image: url(../img/hoberg-logo-wit.png);
  }
  .site-header .comp-logo-staal {
    height: 38px !important;
    background-image: url(../img/hoberg-staal-logo-wit.png);
  }
  .site-header .nav-toggle {
    color: #fff;
  }
  .site-header .nav-icon:before,
  .site-header .nav-icon:after,
  .site-header .nav-icon div {
    background-color: #fff;
  }
  .scrolled .site-header,
  .shownav .site-header {
    background: #5a2c34;
  }
  .scrolled .site-header .logo-bar .container,
  .shownav .site-header .logo-bar .container {
    height: 70px;
  }
}
.site-footer {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.site-footer .container {
  padding-top: 60px;
  position: relative;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}
.site-footer .comp-logo,
.site-footer .comp-logo-staal {
  width: 210px;
  height: 80px;
  background-image: url(../img/hoberg-logo-wit.png);
}
.site-footer .comp-logo-staal {
  background-image: url(../img/hoberg-staal-logo-wit.png);
}
.site-footer .box {
  margin-bottom: 60px;
}
.site-footer .contact-info strong {
  display: block;
}
.site-footer .contact-info .action {
  padding-top: 20px;
}
.site-footer .quicklinks {
  margin-bottom: 40px;
}
.site-footer .socials {
  padding-top: 10px;
  font-size: 46px;
}
.site-footer .socials i:before {
  margin: 0;
}
@media (max-width: 560px) {
  .site-footer .box {
    width: 100%;
    clear: both;
    margin-bottom: 40px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-toggle {
  width: 105px;
  height: 40px;
  position: absolute;
}
.nav-toggle span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #1a171b;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
  background: rgba(40, 46, 46, 0.98);
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  line-height: 2.2em;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav a:hover {
  color: #fff;
  opacity: 0.8;
}
.mobile-nav .top-bar {
  height: 236px;
  position: relative;
}
.mobile-nav .top-bar .comp-logo,
.mobile-nav .top-bar .comp-logo-staal {
  background-image: url(../img/hoberg-logo-wit.png);
  position: absolute;
  left: 80px;
  top: 50%;
}
.mobile-nav .top-bar .comp-logo-staal {
  top: 38%;
  background-image: url(../img/hoberg-staal-logo-wit.png);
}
.mobile-nav .top-bar .nav-toggle {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.mobile-nav .primary-nav-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .left-side,
.mobile-nav .right-side {
  float: left;
  position: relative;
  z-index: 2;
}
.mobile-nav .title-box .menu-title {
  width: 25%;
  text-align: right;
  padding-right: 20px;
  font-size: 30px;
  margin-bottom: 35px;
}
.mobile-nav .left-side {
  width: 30%;
  text-align: right;
}
.mobile-nav .left-side li a:hover {
  color: #fff;
}
.mobile-nav .left-side .mainnav &gt; li &gt; a {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.mobile-nav .left-side .mainnav &gt; li &gt; a:hover {
  border-color: #fff;
}
.mobile-nav .left-side .mainnav &gt; li.active &gt; a {
  color: #fff;
  background: #5a2c34;
}
.mobile-nav .right-side {
  width: 70%;
}
.mobile-nav .right-side .mobile-submenu {
  font-size: 16px;
  padding-top: 5px;
  overflow: hidden;
}
.mobile-nav .right-side .mobile-submenu &gt; li {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-bottom: 40px;
}
.mobile-nav .right-side .mobile-submenu &gt; li &gt; a {
  display: block;
  background: #5a2c34;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.mobile-nav .right-side .mobile-submenu a {
  display: block;
  padding-left: 15px;
}
.mobile-nav .right-side .mobile-submenu li.current a {
  background-color: #5a2c34;
}
.mobile-nav .side-boxes {
  padding-top: 12px;
}
.mobile-nav .side-box {
  margin-bottom: 20px;
}
.mobile-nav .side-box h3 {
  margin-bottom: 15px;
}
.mobile-nav .big-nav {
  margin-bottom: 60px;
}
.mobile-nav .big-nav a {
  display: block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.mobile-nav .qck-nav {
  margin-bottom: 60px;
}
.mobile-nav .qck-nav a {
  display: block;
}
.shownav .mobile-nav {
  top: 0;
  transition: all 0.6s ease 0s;
}
.shownav .mobile-nav .before {
  top: 0;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .mobile-nav .container {
    padding-top: 100px;
  }
  .mobile-nav .left-side,
  .mobile-nav .right-side {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav .right-side {
    display: none;
  }
  .mobile-nav .left-side .mainnav ul.hover {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-nav .primary-nav-content {
    padding-top: 20px;
  }
  .mobile-nav .main-box,
  .mobile-nav .side-boxes {
    width: 100%;
    clear: both;
  }
  .mobile-nav .left-side {
    text-align: left;
    margin-bottom: 40px;
  }
  .mobile-nav .left-side li {
    margin-bottom: 0;
  }
  .mobile-nav .left-side .mainnav ul {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .nav-trigger-mz .nav-icon {
    top: 29px;
    left: 27px;
  }
}
@media (max-width: 991px) {
  .nav-trigger-mz .nav-icon {
    width: 40px;
    top: 22px;
    left: 20px;
  }
  .nav-trigger-mz .nav-icon:before,
  .nav-trigger-mz .nav-icon:after,
  .nav-trigger-mz .nav-icon div {
    height: 3px;
    margin: 7px 0;
  }
}
@media (max-height: 750px) {
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease 0s;
}
.search-panel .before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  opacity: 0.97;
  transition: all 0.4s ease 0s;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #003978;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  width: 80px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0 8px 8px 0;
  background: #91c462;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}
.search-panel .search-results {
  padding: 40px 0 40px;
}
.search-panel .search-results .item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.search-panel .search-results .item .article-output h1,
.search-panel .search-results .item .article-output h2,
.search-panel .search-results .item .article-output h3,
.search-panel .search-results .item .article-output h4 {
  display: none;
}
.search-panel .search-results .item .article-actions {
  margin-top: 15px;
}
.ajax-loader {
  height: 200px;
  background: url(../img/loader.gif) center center no-repeat;
}
.showsearch .search-panel {
  left: 0;
  transition: all 0.4s ease 0s;
}
.showsearch .search-panel .before {
  left: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1280px) {
  .search-panel .mod-search {
    margin: 30px 5%;
  }
}
@media (max-width: 991px) {
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
button,
a.button {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 34px;
  font-weight: 900;
  padding: 0 20px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  border: none;
  background: #5a2c34;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
}
button i,
a.button i {
  font-size: 80%;
  position: absolute;
  top: 6px;
  right: 12px;
}
button.w-auto,
a.button.w-auto {
  width: 100%;
}
button:hover,
a.button:hover {
  opacity: 0.9;
}
button.bg-white,
a.button.bg-white {
  background: #fff;
}
button.bg-mint,
a.button.bg-mint {
  background: #0a939f;
}
button.bg-dark,
a.button.bg-dark {
  background: #1a171b;
}
button.b-white,
a.button.b-white {
  border-color: #fff;
}
button.b-mint,
a.button.b-mint {
  border-color: #0a939f;
}
button.b-dark,
a.button.b-dark {
  border-color: #1a171b;
}
button.t-white,
a.button.t-white {
  color: #fff;
}
button.t-mint,
a.button.t-mint {
  color: #0a939f;
}
button.t-dark,
a.button.t-dark {
  color: #1a171b;
}
button.t-red,
a.button.t-red {
  color: #5a2c34;
}
button.medium,
a.button.medium {
  height: 38px;
  font-size: 35px;
  line-height: 1;
  padding: 10px 40px 15px;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?59763557c');
  src: url('../font/fontello.eot?59763557c#iefix') format('embedded-opentype'), url('../font/fontello.woff2?59763557c') format('woff2'), url('../font/fontello.woff?59763557c') format('woff'), url('../font/fontello.ttf?59763557c') format('truetype'), url('../font/fontello.svg?59763557c#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59763557#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-phone:before {
  content: '\e800';
}
/* 'î&nbsp;€' */
.icon-search:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.icon-mail:before {
  content: '\e802';
}
/* 'î&nbsp;‚' */
.icon-email:before {
  content: '\e803';
}
/* 'î&nbsp;ƒ' */
.icon-left-open-1:before {
  content: '\e804';
}
/* 'î&nbsp;„' */
.icon-right-open-1:before {
  content: '\e805';
}
/* 'î&nbsp;…' */
.icon-cancel:before {
  content: '\e824';
}
/* 'î&nbsp;¤' */
.icon-arrow-btn:before {
  content: '\e825';
}
/* 'î&nbsp;¥' */
.icon-right-open:before {
  content: '\f006';
}
/* 'ï€†' */
.icon-left-open:before {
  content: '\f007';
}
/* 'ï€‡' */
.icon-instagram:before {
  content: '\f16d';
}
/* 'ï…­' */
.icon-facebook-official:before {
  content: '\f230';
}
/* 'ïˆ°' */
.icon-linkedin-rect:before {
  content: '\f312';
}
/* 'ïŒ’' */
@font-face {
  font-family: 'GardenGrownCaps-Regular';
  src: url('../font/3A4770_0_0.eot');
  src: url('../font/3A4770_0_0.eot?#iefix') format('embedded-opentype'), url('../font/3A4770_0_0.woff2') format('woff2'), url('../font/3A4770_0_0.woff') format('woff'), url('../font/3A4770_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'GardenGrown-Regular';
  src: url('../font/3A4770_1_0.eot');
  src: url('../font/3A4770_1_0.eot?#iefix') format('embedded-opentype'), url('../font/3A4770_1_0.woff2') format('woff2'), url('../font/3A4770_1_0.woff') format('woff'), url('../font/3A4770_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Light';
  src: url('../font/3A87CE_0_0.eot');
  src: url('../font/3A87CE_0_0.eot?#iefix') format('embedded-opentype'), url('../font/3A87CE_0_0.woff2') format('woff2'), url('../font/3A87CE_0_0.woff') format('woff'), url('../font/3A87CE_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'CeraPRO-Bold';
  src: url('../font/3A87CE_1_0.eot');
  src: url('../font/3A87CE_1_0.eot?#iefix') format('embedded-opentype'), url('../font/3A87CE_1_0.woff2') format('woff2'), url('../font/3A87CE_1_0.woff') format('woff'), url('../font/3A87CE_1_0.ttf') format('truetype');
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.rsform-contact ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #1a171b;
}
.rsform-contact :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1a171b;
  opacity: 1;
}
.rsform-contact ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1a171b;
  opacity: 1;
}
.rsform-contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1a171b;
}
.rsform-contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1a171b;
}
.rsform-contact ::placeholder {
  /* Most modern browsers support this now. */
  color: #1a171b;
}
.rsform-contact .rsform h2 {
  display: none;
}
.rsform-contact .rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.rsform-contact .rsform input[type="text"] {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background: none;
  border: 1px solid #0a939f;
}
.rsform-contact .rsform .formDescription,
.rsform-contact .rsform .formRequired {
  display: none;
}
.rsform-contact .rsform .rsform-block-naam,
.rsform-contact .rsform .rsform-block-bedrijf,
.rsform-contact .rsform .rsform-block-telefoonnummer,
.rsform-contact .rsform .rsform-block-email,
.rsform-contact .rsform .rsform-block-name,
.rsform-contact .rsform .rsform-block-company,
.rsform-contact .rsform .rsform-block-telephone {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.rsform-contact .rsform .rsform-block-naam .formBody,
.rsform-contact .rsform .rsform-block-bedrijf .formBody,
.rsform-contact .rsform .rsform-block-telefoonnummer .formBody,
.rsform-contact .rsform .rsform-block-email .formBody,
.rsform-contact .rsform .rsform-block-name .formBody,
.rsform-contact .rsform .rsform-block-company .formBody,
.rsform-contact .rsform .rsform-block-telephone .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-contact .rsform .rsform-block-naam .formValidation,
.rsform-contact .rsform .rsform-block-bedrijf .formValidation,
.rsform-contact .rsform .rsform-block-telefoonnummer .formValidation,
.rsform-contact .rsform .rsform-block-email .formValidation,
.rsform-contact .rsform .rsform-block-name .formValidation,
.rsform-contact .rsform .rsform-block-company .formValidation,
.rsform-contact .rsform .rsform-block-telephone .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.rsform-contact .rsform .rsform-block-naam,
.rsform-contact .rsform .rsform-block-telefoonnummer,
.rsform-contact .rsform .rsform-block-name,
.rsform-contact .rsform .rsform-block-telephone {
  padding-right: 15px;
}
.rsform-contact .rsform .rsform-block-bedrijf,
.rsform-contact .rsform .rsform-block-email,
.rsform-contact .rsform .rsform-block-company {
  padding-left: 15px;
}
.rsform-contact .rsform .rsform-block-bericht,
.rsform-contact .rsform .rsform-block-message {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.rsform-contact .rsform .rsform-block-bericht .formBody,
.rsform-contact .rsform .rsform-block-message .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.rsform-contact .rsform .rsform-block-bericht .formValidation,
.rsform-contact .rsform .rsform-block-message .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.rsform-contact .rsform .rsform-block-bericht textarea,
.rsform-contact .rsform .rsform-block-message textarea {
  width: 100%;
  height: 140px;
  background: none;
  border: 1px solid #0a939f;
  padding: 10px;
}
.rsform-contact .rsform .rsform-block-submit {
  clear: both;
  overflow: hidden;
  float: none;
}
.rsform-contact .rsform button {
  background: #0a939f;
  color: #fff;
  padding-top: 2px;
}
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #1a171b;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1a171b;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1a171b;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1a171b;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1a171b;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #1a171b;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #1a171b;
  border: 1px solid #5a2c34;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #5a2c34;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #5a2c34;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #5a2c34;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #1a171b;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.mod-article-images {
  margin-bottom: 20px;
}
.mod-article-images .title {
  margin-bottom: 20px;
}
.mod-article-images .article-images {
  overflow: hidden;
}
.mod-article-images .article-images a {
  float: left;
  width: 18%;
  margin: 0 2% 20px 0;
}
.mod-article-images .article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 1480px) {
  .mod-article-images .article-images a {
    width: 23%;
    margin: 0 2% 20px 0;
  }
}
@media (max-width: 1280px) {
  .mod-article-images .article-images a {
    width: 31%;
    margin: 0 2% 20px 0;
  }
}
@media (max-width: 620px) {
  .mod-article-images .article-images a {
    width: 48%;
    margin: 0 2% 20px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section-detail-description .container {
  padding-top: 250px;
}
.section-detail-description .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.section-detail-description .mozaic-image img {
  display: none;
}
.section-detail-description .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 120px;
  background: #0c5a55;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.section-detail-description .col-left {
  padding-bottom: 80px;
}
.section-detail-description.type-b .mozaic-image {
  bottom: 120px;
}
@media (max-width: 1280px) {
  .section-detail-description .bgbefore {
    display: block;
    content: "";
    height: 103px;
    left: 100%;
    bottom: 0;
  }
  .section-detail-description .mozaic-image {
    width: 309px;
    height: 309px;
  }
  .section-detail-description.type-b .bgbefore {
    bottom: 103px;
  }
  .section-detail-description.type-b .mozaic-image {
    width: 412px;
    height: 412px;
    bottom: 103px;
  }
}
.section-detail-images {
  background: #0c5a55;
}
.section-detail-images .container {
  min-height: 400px;
  overflow: hidden;
}
.section-detail-images .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
}
.section-detail-images .mozaic-image img {
  display: none;
}
@media (max-width: 1280px) {
  .section-detail-images .mz-image-1 {
    width: 412px;
    height: 412px;
  }
  .section-detail-images .mz-image-2 {
    width: 206px;
    height: 206px;
  }
  .section-detail-images .mz-image-3 {
    width: 206px;
    height: 206px;
  }
}
.section-detail-info {
  background: #0c5a55;
}
.section-detail-info .mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.section-detail-info .mozaic-image .bgbefore {
  display: block;
  content: "";
  width: 1600px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.section-detail-info .mozaic-image img {
  display: none;
}
.section-detail-info .col-left {
  min-height: 480px;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .section-detail-info .col-left {
    min-height: 412px;
  }
  .section-detail-info .col-left .inner {
    padding-right: 50px;
  }
}
.section-wat-we-bieden {
  position: relative;
  z-index: 10;
}
.section-wat-we-bieden .bg {
  position: relative;
}
.section-wat-we-bieden .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
}
.section-wat-we-bieden .col-left .inner {
  padding: 60px 0 40px;
  background: #fbe200;
}
.section-wat-we-bieden .col-right {
  margin-top: -120px;
  position: relative;
}
.section-wat-we-bieden .col-right:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #0c5a55;
  position: absolute;
  top: 0;
  left: 0;
}
.section-wat-we-bieden .col-right .inner {
  padding: 60px 30px 40px 30px;
  background: #0c5a55;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 1280px) {
  .section-wat-we-bieden .col-right {
    margin-top: -103px;
  }
}
.section-solliciteren .bg {
  padding: 60px 0;
  position: relative;
}
.section-solliciteren .bg:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #fbe200;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.section-solliciteren .mod-header {
  max-width: 45%;
}
.section-solliciteren .sollicitatieform {
  min-height: 300px;
  margin-right: 60px;
  background: rgba(0, 0, 0, 0.3);
}
.section-navigation {
  padding: 80px 0 20px;
  overflow: hidden;
}
.section-navigation .prev,
.section-navigation .next {
  width: 50%;
  float: left;
  background: #fbe200;
  position: relative;
}
.section-navigation .prev:hover .bgimg:before,
.section-navigation .next:hover .bgimg:before {
  right: -600px;
  opacity: 0.5;
}
.section-navigation .box {
  width: 300px;
  position: relative;
}
.section-navigation .bgimg {
  height: 300px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-navigation .bgimg:before {
  display: block;
  content: "";
  width: 1200px;
  height: 1200px;
  background: #fbe200;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-navigation .goto {
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.section-navigation .goto .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/btn-dgreen.svg);
  background-size: 100px 100px;
}
.section-navigation .goto .text {
  position: absolute;
  top: 50%;
  line-height: 1.1em;
  transform: translateY(-50%);
}
.section-navigation .goto .text strong {
  display: block;
}
.section-navigation .goto:hover {
  opacity: 0.8;
}
.section-navigation .prev {
  border-right: 40px solid #fff;
}
.section-navigation .prev .box {
  float: right;
}
.section-navigation .prev .goto {
  left: 0;
  transform: translate(-50%, -50%);
}
.section-navigation .prev .goto .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-navigation .prev .goto .text {
  left: -90px;
  text-align: right;
}
.section-navigation .next {
  float: right;
  border-left: 40px solid #fff;
}
.section-navigation .next .goto {
  right: 0;
  transform: translate(50%, -50%);
}
.section-navigation .next .goto .text {
  right: -90px;
}
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
/* ==========================================================================
	VOLG
   ========================================================================== */
.article-banner {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.article-banner .article-image {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-banner .article-image img {
  display: none;
}
.article-banner .article-image .button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.article-banner .article-meta {
  float: right;
  width: 30%;
  min-height: 500px;
  background: #282e2e;
  border-left: 50px solid #fff;
  padding: 50px;
  color: #fff;
}
.article-banner .article-meta .meta {
  font-size: 18px;
  margin-bottom: 20px;
}
.article-banner .article-meta .meta strong {
  display: block;
  text-transform: uppercase;
}
.article-banner .price-notice {
  display: block;
  line-height: 1.4em;
  font-size: 11px;
}
.article-banner.full .article-image {
  width: 100%;
  height: 500px;
  position: static;
}
.article-photo-trigger {
  display: none;
}
@media (max-width: 1480px) {
  .article-banner.full .article-image {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .article-banner .article-image {
    width: 60%;
  }
  .article-banner .article-meta {
    width: 40%;
    min-height: 400px;
    border-left: 40px solid #fff;
    padding: 40px;
  }
  .article-banner .article-meta .meta {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article-banner.full .article-image {
    height: 420px;
  }
}
@media (max-width: 991px) {
  .article-banner {
    position: relative;
  }
  .article-banner .article-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .article-banner .article-image .button {
    right: auto;
    left: 30px;
  }
  .article-banner .article-meta {
    width: 40%;
    padding: 30px;
    border: 0;
    background: rgba(40, 46, 46, 0.8);
    position: relative;
    z-index: 10;
  }
  .article-banner.full .article-image {
    height: 380px;
  }
}
@media (max-width: 680px) {
  .article-banner .article-meta {
    width: 270px;
  }
  .article-banner.full .article-image {
    height: auto;
  }
  .article-banner.full .article-image img {
    display: block;
  }
}
@media (max-width: 600px) {
  .tpl-volg .article-banner .article-image .button {
    display: none;
  }
  .tpl-volg .article-photo-trigger {
    display: block;
    margin-top: -20px;
    margin-bottom: 40px;
  }
}
.tpl-volg.view-article .article-header {
  margin-bottom: 40px;
  position: relative;
}
.tpl-volg.view-article .article-header .h1 {
  margin-right: 180px;
}
.tpl-volg.view-article .article-header .return {
  display: block;
  position: absolute;
  top: -7px;
  right: 0;
}
.tpl-volg.view-article .article-header .return .text {
  display: block;
  float: left;
  line-height: 45px;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a9abab;
}
.tpl-volg.view-article .article-header .return .icon {
  display: block;
  width: 45px;
  height: 45px;
  background: #a9abab;
  float: right;
  text-align: center;
  line-height: 45px;
  font-size: 28px;
  color: #fff;
}
.tpl-volg.view-article .article-header .return:hover {
  opacity: 0.8;
}
.tpl-volg.view-article .article-intro {
  font-weight: bold;
}
.tpl-volg.view-article .article-output {
  margin-bottom: 40px;
}
.tpl-volg.view-article .article-output a {
  color: #0a939f;
  border-bottom: 1px solid #0a939f;
}
.tpl-volg.view-article .article-output a:hover {
  border-color: #fff;
}
.tpl-volg.view-article .article-actions {
  overflow: hidden;
}
.tpl-volg.view-article .article-actions .button {
  float: left;
  margin: 0 15px 15px 0;
}
@media (max-width: 600px) {
  .tpl-volg.view-article .article-header .return {
    display: inline-block;
    position: static;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .tpl-volg.view-article .article-header .return .text {
    float: right;
  }
  .tpl-volg.view-article .article-header .return .arrow {
    float: left;
  }
  .tpl-volg.view-article .article-header .h1 {
    margin-right: 0;
  }
}
/* ==========================================================================
	BANNERS/ HEADERS
   ========================================================================== */
.mod-usps-primary,
.mod-usps-secondary {
  padding: 60px 0 10px;
}
.mod-usps-primary .item,
.mod-usps-secondary .item {
  margin-bottom: 50px;
}
.mod-usps-secondary {
  padding: 100px 0 50px;
}
@media (max-width: 1280px) {
  .mod-usps-primary .item,
  .mod-usps-secondary .item {
    margin-bottom: 25px;
  }
  .mod-usps-secondary {
    padding: 80px 0 55px;
  }
}
@media (max-width: 991px) {
  .mod-usps-secondary {
    padding: 60px 0 35px;
  }
}
@media (max-width: 767px) {
  .mod-usps-primary,
  .mod-usps-secondary {
    padding: 25px 0 0;
  }
}
@media (max-width: 620px) {
  .mod-usps-primary .item,
  .mod-usps-secondary .item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.mod-products-featured {
  padding: 100px 0 70px;
  background: #3c4444;
  overflow: hidden;
  position: relative;
}
.mod-products-featured .container:before {
  display: block;
  content: "";
  width: 600px;
  height: 200%;
  background: #fff;
  position: absolute;
  top: -100px;
  left: -630px;
}
.mod-products-featured.full-dark {
  padding: 100px 0 90px;
  background: #282e2e;
}
.mod-products-featured.full-dark .container:before {
  display: none;
}
.mod-products-featured .mod-header {
  margin-bottom: 60px;
  position: relative;
}
.mod-products-featured .mod-header .button {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-products-featured .mod-header .slick-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod-groups-featured {
  padding: 100px 0 0;
  position: relative;
}
.mod-groups-featured.has-padding {
  padding: 80px 0;
}
.mod-groups-featured:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #282e2e;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-groups-featured.grey-right {
  background: #3c4444;
}
.mod-groups-featured.grey-right:before {
  display: none;
}
.mod-groups-featured.grey-right .container:before {
  display: block;
  content: "";
  width: 920px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -80px;
  left: -950px;
}
.mod-groups-featured.grey-right .container:after {
  display: block;
  content: "";
  width: 920px;
  height: 50%;
  background: #282e2e;
  position: absolute;
  bottom: -80px;
  left: -950px;
}
.mod-groups-featured .container {
  position: relative;
}
.mod-groups-featured .mod-header {
  margin-bottom: 60px;
  position: relative;
}
.mod-groups-featured .mod-header .button {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-groups-featured .mod-header .slick-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mod-groups-featured .mod-header.no-nav .button {
  right: 0;
}
@media (max-width: 991px) {
  .mod-products-featured .mod-header,
  .mod-groups-featured .mod-header {
    margin-bottom: 30px;
  }
  .mod-products-featured .mod-header h2,
  .mod-groups-featured .mod-header h2 {
    margin-bottom: 20px;
  }
  .mod-products-featured .mod-header .button,
  .mod-groups-featured .mod-header .button {
    position: static;
    transform: translateY(0);
  }
  .mod-products-featured .mod-header .slick-nav,
  .mod-groups-featured .mod-header .slick-nav {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
  .mod-groups-featured {
    background: #282e2e;
  }
  .mod-groups-featured:before {
    display: none;
  }
}
@media (max-width: 500px) {
  .mod-products-featured .mod-header .slick-nav,
  .mod-groups-featured .mod-header .slick-nav {
    display: none;
  }
}
.mod-teasers {
  position: relative;
  color: #fff;
}
.mod-teasers.top-margin {
  margin-top: 60px;
}
.mod-teasers .bgimg {
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.mod-teasers .bgimg.bg-left {
  left: 0;
}
.mod-teasers .bgimg.bg-right {
  right: 0;
}
.mod-teasers .col-left,
.mod-teasers .col-right {
  width: 50%;
  float: left;
}
.mod-teasers .col-left .bgimg,
.mod-teasers .col-right .bgimg {
  display: none;
}
.mod-teasers .col .teaser-item {
  padding: 80px 0;
  position: relative;
}
.mod-teasers .col:nth-child(2) .teaser-item {
  padding: 80px 0 80px 100px;
}
.mod-teasers .content .article-actions {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .mod-teasers .col .teaser-item {
    padding: 60px 40px 60px 0;
  }
  .mod-teasers .col:nth-child(2) .teaser-item {
    padding: 60px 0 60px 40px;
  }
  .mod-teasers .content .article-actions {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .mod-teasers .col-left,
  .mod-teasers .col-right {
    width: 100%;
    float: none;
    position: relative;
  }
  .mod-teasers .col-left .bgimg,
  .mod-teasers .col-right .bgimg {
    display: block;
    width: auto;
    height: 100%;
    left: -25px;
    right: -25px;
  }
  .mod-teasers .col .teaser-item {
    padding: 60px 0;
  }
  .mod-teasers .col:nth-child(2) .teaser-item {
    padding: 60px 0;
  }
  .mod-teasers .content .article-actions {
    margin-top: 30px;
  }
}
.mod-groups {
  padding: 80px 0 80px;
  position: relative;
  background: #d8dada;
}
.mod-groups:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #282e2e;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-groups .container {
  position: relative;
}
.mod-groups .col {
  width: 50%;
  float: left;
  column-count: 2;
  column-gap: 40px;
}
.mod-groups .col a {
  display: block;
  color: #3c4444;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1a171b;
}
.mod-groups .col-left {
  padding: 0 100px 0 0;
}
.mod-groups .col-left a {
  color: #fff;
}
.mod-groups .col-right {
  padding: 0 0 0 100px;
}
.mod-groups .mod-actions {
  clear: both;
  padding-top: 60px;
}
@media (max-width: 1280px) {
  .mod-groups .col-left {
    padding: 0 60px 0 0;
  }
  .mod-groups .col-right {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 991px) {
  .mod-groups .col {
    column-count: 1;
    column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .mod-groups .col-left {
    padding: 0 40px 0 0;
  }
  .mod-groups .col-right {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 600px) {
  .mod-groups:before {
    display: none;
  }
  .mod-groups .col-left,
  .mod-groups .col-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .mod-groups .col-left a,
  .mod-groups .col-right a {
    color: #3c4444;
  }
}
.mod-banner-home {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.mod-banner-home .box-lg {
  display: block;
  height: 600px;
  background: #f8f8f8;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-banner-home .box-lg .title {
  display: block;
  max-width: 500px;
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 160px;
  left: 100px;
}
.mod-banner-home .box-lg .greybar {
  background: #282e2e;
  line-height: 45px;
  padding-left: 100px;
  padding-right: 90px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 0;
}
.mod-banner-home .box-lg .greybar .icon {
  width: 45px;
  height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.mod-banner-home .box-lg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #1a171b;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0.3;
}
.mod-banner-home .box-lg:hover .greybar {
  background-color: #0a939f;
}
.mod-banner-home .box-lg:hover:before {
  background-color: #5a2c34;
  opacity: 0.65;
}
.mod-banner-home .side-box {
  position: relative;
}
.mod-banner-home .side-box .box-sm {
  display: block;
  min-height: 200px;
  background: #f8f8f8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  left: 25px;
}
.mod-banner-home .side-box .box-sm:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #1a171b;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0.3;
}
.mod-banner-home .side-box .box-sm .title {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-banner-home .side-box .box-sm:nth-child(1) {
  top: 0;
  bottom: 50%;
  border-bottom: 25px solid #fff;
}
.mod-banner-home .side-box .box-sm:nth-child(2) {
  top: 50%;
  bottom: 0;
  border-top: 25px solid #fff;
}
.mod-banner-home .side-box .box-sm:hover:before {
  background-color: #5a2c34;
  opacity: 0.65;
}
@media (max-width: 1280px) {
  .mod-banner-home .box-lg {
    height: 400px;
  }
  .mod-banner-home .box-lg .title {
    font-size: 26px;
    bottom: 120px;
    left: 50px;
  }
  .mod-banner-home .box-lg .greybar {
    padding-left: 50px;
    padding-right: 80px;
    font-size: 18px;
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .box-lg {
    height: 360px;
  }
  .mod-banner-home .box-lg .title {
    max-width: 380px;
    font-size: 22px;
    bottom: 100px;
    left: 40px;
  }
  .mod-banner-home .box-lg .greybar {
    padding-left: 40px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 40px;
    bottom: 40px;
  }
  .mod-banner-home .box-lg .greybar .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .mod-banner-home {
    padding-top: 25px;
  }
  .mod-banner-home .box-lg {
    margin-bottom: 25px;
  }
  .mod-banner-home .side-box {
    height: 200px;
  }
  .mod-banner-home .side-box .box-sm {
    height: 100%;
  }
  .mod-banner-home .side-box .box-sm:nth-child(1) {
    top: 0;
    right: 50%;
    bottom: 0;
    left: 25px;
    border-bottom: none;
    border-right: 25px solid #fff;
  }
  .mod-banner-home .side-box .box-sm:nth-child(2) {
    top: 0;
    right: 25px;
    bottom: 0;
    left: 50%;
    border-top: none;
    border-left: 25px solid #fff;
  }
}
@media (max-width: 520px) {
  .mod-banner-home .box-lg {
    height: 400px;
    margin-bottom: 25px;
  }
  .mod-banner-home .side-box {
    height: auto;
  }
  .mod-banner-home .side-box .box-sm {
    position: static;
    width: 100%;
    height: 240px;
    position: relative;
  }
  .mod-banner-home .side-box .box-sm:nth-child(1) {
    border: none;
    margin-bottom: 25px;
    top: 0;
    left: 0;
    right: 0;
  }
  .mod-banner-home .side-box .box-sm:nth-child(2) {
    border: none;
    top: 0;
    left: 0;
    right: 0;
  }
}
.mod-breadcrumbs {
  padding: 40px 0;
}
.mod-breadcrumbs ul {
  overflow: hidden;
}
.mod-breadcrumbs ul li {
  float: left;
}
.mod-breadcrumbs ul li:first-child .divider {
  display: none;
}
.mod-breadcrumbs ul a {
  display: inline-block;
}
.mod-breadcrumbs ul .divider {
  display: inline-block;
  margin: 0 8px 0 4px;
}
.mod-page-intro {
  margin-bottom: 40px;
}
.mod-page-intro .page-intro {
  margin-top: 20px;
}
.mod-page-intro .page-intro p:last-child {
  margin-bottom: 0;
}
/* ==========================================================================
	SLIDERS
   ========================================================================== */
.slick-outer {
  width: 1430px;
  overflow: hidden;
}
.slick-outer .slick-inner {
  width: 1480px;
}
.slick-outer .slick-inner .item {
  display: block !important;
}
.slick-outer .slick-inner .inner {
  margin-right: 50px;
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1480px) {
  .slick-outer {
    width: 1230px;
  }
  .slick-outer .slick-inner {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .slick-outer {
    width: 910px;
  }
  .slick-outer .slick-inner {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .slick-outer {
    width: 690px;
  }
  .slick-outer .slick-inner {
    width: 740px;
  }
}
@media (max-width: 767px) {
  .slick-outer {
    width: calc(100% + 50px);
  }
  .slick-outer .slick-inner {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .slick-outer {
    width: 100%;
  }
  .slick-outer .slick-inner {
    width: 100%;
  }
  .slick-outer .slick-inner .inner {
    margin-right: 0;
  }
}
.slick-nav a {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  line-height: 34px;
  text-align: center;
  margin-left: 10px;
  background: #1a171b;
  color: #fff;
}
.slick-nav a:hover {
  opacity: 0.8;
}
.slick-nav a.mint {
  background-color: #0a939f;
}
.slick-groups .item .inner,
.slick-groups-2 .item .inner {
  display: block;
  height: 200px;
  position: relative;
}
.slick-groups .item .inner:before,
.slick-groups-2 .item .inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5a2c34;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.slick-groups .item .inner .title,
.slick-groups-2 .item .inner .title {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
.slick-groups .item .inner:hover:before,
.slick-groups-2 .item .inner:hover:before {
  opacity: 0.6;
}
.slick-groups .item.lg .inner,
.slick-groups-2 .item.lg .inner {
  height: 300px;
}
.slick-groups .item.lg .inner .title,
.slick-groups-2 .item.lg .inner .title {
  font-size: 30px;
}
.usp-box,
a.usp-box {
  display: block;
  padding: 20px 30px 20px 70px;
  border: 1px solid #ddd;
  color: #5a2c34;
  position: relative;
}
.usp-box .icon,
a.usp-box .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 46px;
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.usp-box .icon i,
a.usp-box .icon i {
  opacity: 0;
}
.usp-box .title,
a.usp-box .title,
.usp-box .subtitle,
a.usp-box .subtitle {
  display: block;
  font-size: 16px;
  line-height: 1.3em;
}
.usp-box .title,
a.usp-box .title {
  font-weight: bold;
}
.cat-item .bgimg {
  height: 220px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cat-item .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5a2c34;
  transition: opacity 0.3s ease-in-out 0s;
  opacity: 0;
}
.cat-item .bgimg .actionbar {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #282e2e;
  line-height: 40px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.cat-item .bgimg .actionbar .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}
.cat-item .bgimg .actionbar.grey {
  background: #3c4444;
}
.cat-item .title-box {
  padding: 20px 0 0;
}
.cat-item .title-box h2 {
  font-size: 16px;
  line-height: 1.4em;
}
.cat-item .title-box .goto {
  display: none;
}
.cat-item:hover .bgimg:before {
  opacity: 0.6;
}
.cat-item:hover .bgimg .actionbar {
  background-color: #0a939f;
}
.c-pagination {
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.c-pagination ul {
  display: inline-block;
}
.c-pagination ul li {
  display: inline-block;
  padding: 0 8px;
}
.c-pagination ul a {
  color: #1a171b;
}
.c-pagination ul a:hover {
  color: #5a2c34;
}
.c-pagination ul span.pagenav {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #5a2c34;
}
.cat-grid .cat-item {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .cat-grid .cat-item {
    width: 100%;
    float: none;
  }
  .cat-grid .cat-item .inner {
    height: 300px;
  }
}
/* ==========================================================================
	MOZAIC
   ========================================================================== */
.mozaic {
  background-size: contain;
  background-color: rgba(12, 56, 125, 0);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 12;
  pointer-events: none;
}
/* WIDTHS */
.mzw-1 {
  width: 120px;
}
.mzw-2 {
  width: 240px;
}
.mzw-3 {
  width: 360px;
}
.mzw-4 {
  width: 480px;
}
.mzw-5 {
  width: 600px;
}
.mzw-6 {
  width: 720px;
}
.mzw-7 {
  width: 840px;
}
.mzw-8 {
  width: 960px;
}
/* HEIGHTS */
.mzh-1 {
  height: 120px;
}
.mzh-2 {
  height: 240px;
}
.mzh-3 {
  height: 360px;
}
.mzh-4 {
  height: 480px;
}
.mzh-5 {
  height: 600px;
}
.mzh-6 {
  height: 720px;
}
.mzh-7 {
  height: 840px;
}
.mzh-8 {
  height: 960px;
}
@media (max-width: 1280px) {
  /* WIDTHS */
  .mzw-1 {
    width: 103px;
  }
  .mzw-2 {
    width: 206px;
  }
  .mzw-3 {
    width: 309px;
  }
  .mzw-4 {
    width: 412px;
  }
  .mzw-5 {
    width: 515px;
  }
  .mzw-6 {
    width: 618px;
  }
  .mzw-7 {
    width: 721px;
  }
  .mzw-8 {
    width: 824px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 103px;
  }
  .mzh-2 {
    height: 206px;
  }
  .mzh-3 {
    height: 309px;
  }
  .mzh-4 {
    height: 412px;
  }
  .mzh-5 {
    height: 515px;
  }
  .mzh-6 {
    height: 618px;
  }
  .mzh-7 {
    height: 721px;
  }
  .mzh-8 {
    height: 824px;
  }
}
@media (max-width: 991px) {
  /* WIDTHS */
  .mzw-1 {
    width: 80px;
  }
  .mzw-2 {
    width: 160px;
  }
  .mzw-3 {
    width: 240px;
  }
  .mzw-4 {
    width: 320px;
  }
  .mzw-5 {
    width: 400px;
  }
  .mzw-6 {
    width: 480px;
  }
  .mzw-7 {
    width: 560px;
  }
  .mzw-8 {
    width: 640px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 80px;
  }
  .mzh-2 {
    height: 160px;
  }
  .mzh-3 {
    height: 240px;
  }
  .mzh-4 {
    height: 320px;
  }
  .mzh-5 {
    height: 400px;
  }
  .mzh-6 {
    height: 480px;
  }
  .mzh-7 {
    height: 560px;
  }
  .mzh-8 {
    height: 640px;
  }
}
@media (max-width: 767px) {
  /* WIDTHS */
  .mzw-1 {
    width: 70px;
  }
  .mzw-2 {
    width: 140px;
  }
  .mzw-3 {
    width: 210px;
  }
  .mzw-4 {
    width: 280px;
  }
  .mzw-5 {
    width: 350px;
  }
  .mzw-6 {
    width: 420px;
  }
  .mzw-7 {
    width: 490px;
  }
  .mzw-8 {
    width: 560px;
  }
  /* HEIGHTS */
  .mzh-1 {
    height: 120px;
  }
  .mzh-2 {
    height: 240px;
  }
  .mzh-3 {
    height: 360px;
  }
  .mzh-4 {
    height: 480px;
  }
  .mzh-5 {
    height: 600px;
  }
  .mzh-6 {
    height: 720px;
  }
  .mzh-7 {
    height: 840px;
  }
  .mzh-8 {
    height: 960px;
  }
}
/* BACKGROUNDS */
.mz-a {
  background-image: url(../img/svg/mz-a.svg);
}
.mz-b {
  background-image: url(../img/svg/mz-b.svg);
}
.mz-c {
  background-image: url(../img/svg/mz-c.svg);
}
.mz-d {
  background-image: url(../img/svg/mz-d.svg);
}
.mz-e {
  background-image: url(../img/svg/mz-e.svg);
}
.mz-f {
  background-image: url(../img/svg/mz-f.svg);
}
.mz-g {
  background-image: url(../img/svg/mz-g.svg);
}
.mz-h {
  background-image: url(../img/svg/mz-h.svg);
}
.mz-i {
  background-image: url(../img/svg/mz-i.svg);
}
.mz-j {
  background-image: url(../img/svg/mz-j.svg);
}
.mz-k {
  background-image: url(../img/svg/mz-k.svg);
}
.mz-l {
  background-image: url(../img/svg/mz-l.svg);
}
.mz-m {
  background-image: url(../img/svg/mz-m.svg);
}
/* MOZAIC IMAGE TILES*/
.mozaic-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  overflow: hidden;
}
.mozaic-image img {
  display: none;
}
.mozaic-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0c5a55;
  opacity: 0.5;
  transition: all 0.3s ease-in-out 0s;
}
.mozaic-image.tr-yellow:after {
  display: block;
  content: "";
  width: 300%;
  height: 300%;
  background: #fbe200;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mozaic-image:hover:before {
  opacity: 0;
  transform: scale(0.7);
}
.mod-banner-home .mz-m {
  left: 50%;
  top: 0;
  transform: translate(360px, 0);
}
.mod-info .mz-h {
  left: 50%;
  top: 0;
  transform: translate(-120px, -240px);
}
.mod-banner-detail .mozaic {
  left: 50%;
  bottom: 0;
}
.mod-banner-detail .mz-a,
.mod-banner-detail .mz-k {
  transform: translate(-480px, 240px);
}
.mod-banner-detail .mz-b,
.mod-banner-detail .mz-l {
  transform: translate(0, 360px);
}
.mod-banner .mz-i {
  left: 50%;
  bottom: 0;
  transform: translate(600px, 0);
}
.mod-banner-volg .mz-j {
  left: 50%;
  bottom: 0;
  transform: translate(-600px, 0);
  margin-left: 10px;
}
.mod-about .mozaic-wall {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20px, 240px);
}
.mod-about .mz-f {
  left: 0;
  top: 0;
  transform: translate(-240px, -240px);
}
.mod-about .mz-g {
  left: 0;
  bottom: 0;
  transform: translate(-240px, 120px);
}
.section-detail-info .mozaic-image {
  transform: translate(120px, 0);
}
.section-detail-info .mz-e {
  left: 50%;
  bottom: 0;
  transform: translate(600px, -360px);
}
.section-detail-description .mz-c {
  left: 50%;
  bottom: 0;
  transform: translate(360px, 0);
}
.section-detail-description.type-b .mz-c {
  transform: translate(360px, -120px);
}
.section-detail-images .mz-image-1 {
  margin-right: 120px;
}
.section-detail-images .mz-d {
  left: 50%;
  bottom: 0;
  transform: translate(-360px, 0);
}
.section-wat-we-bieden .mz-e {
  right: 0;
  bottom: 0;
  transform: translate(120px, 0);
}
@media (max-width: 1480px) {
  .mod-banner .mz-i {
    transform: translate(498px, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 62px;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 18px;
  }
}
@media (max-width: 1280px) {
  .mod-banner-home .mz-m {
    transform: translate(309px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-103px, -206px);
  }
  .mod-banner .mz-i {
    transform: translate(0, 0);
  }
  .mod-banner-volg .mz-j {
    margin-left: 75px;
  }
  .mod-banner-detail .mz-a,
  .mod-banner-detail .mz-k {
    transform: translate(-412px, 206px);
  }
  .mod-banner-detail .mz-b,
  .mod-banner-detail .mz-l {
    transform: translate(0, 309px);
  }
  .mod-about .mozaic-wall {
    transform: translate(20px, 206px);
  }
  .mod-about .mz-f {
    transform: translate(-206px, -206px);
  }
  .mod-about .mz-g {
    transform: translate(0, 103px);
  }
  .section-detail-description .mozaic-image {
    transform: translate(206px, 0);
    margin-left: -59px;
  }
  .section-detail-description .mz-c {
    transform: translate(309px, 0);
    margin-left: 44px;
  }
  .section-detail-description.type-b .mozaic-image {
    transform: translate(0, 0);
    margin-left: 0;
  }
  .section-detail-description.type-b .mz-c {
    transform: translate(309px, -103px);
    margin-left: 0;
  }
  .section-detail-images .mz-image-1 {
    margin-right: 0;
  }
  .section-detail-images .mz-d {
    transform: translate(-309px, 0);
    margin-left: 44px;
  }
  .section-wat-we-bieden .mz-e {
    transform: translate(103px, 0);
  }
  .section-detail-info .mozaic-image {
    transform: translate(103px, 0);
    margin-left: -59px;
  }
  .section-detail-info .mz-e {
    transform: translate(515px, -309px);
    margin-left: -59px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .mz-m {
    transform: translate(160px, 0);
  }
  .mod-info .mz-h {
    transform: translate(-80px, -160px);
  }
  .mod-banner-volg .mz-j {
    margin-left: 90px;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 60px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.tpl-volg-search .page-header {
  margin-bottom: 40px;
}
.tpl-volg-search .search-form-box {
  margin: 30px 10% 0;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  color: #1a171b;
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  width: 50px;
  height: 50px;
  border: none;
  background: #5a2c34;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 6px;
  right: 0;
  color: #fff;
  font-size: 36px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 60px 0 20px;
  background: #f5f5f5;
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.tpl-volg-search .search-result-list .item:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tpl-volg-search .search-result-list .item .result-category {
  display: block;
  color: #5a2c34;
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: #be0e0e;
}
/*# sourceMappingURL=screen.css.map */</pre></body></html>