/* 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: 'museo-slab', sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #556a05;
  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: #05334B;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e5007d;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
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;
}
.bg-green {
  background-color: #0a939f;
}
.bg-orange {
  background-color: orange;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'museo-slab', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #05334B;
  font-weight: 700;
}
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: 'museo-slab', sans-serif;
}
.f2 {
  font-family: 'museo-slab', sans-serif;
}
.f3 {
  font-family: 'museo-slab', sans-serif;
}
.f4 {
  font-family: 'museo-slab', sans-serif;
  line-height: 1.2em;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: 'museo-slab', 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: #05334B;
}
.h-red {
  color: #5a2c34;
}
.h-mint {
  color: #0a939f;
}
.h-inline {
  display: inline-block;
}
.h-green {
  color: #b8ce00;
}
.h-dgreen {
  color: #556a05;
}
.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: #05334B;
  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: #05334B;
    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;
  }
}
.site-wrapper {
  overflow: hidden;
}
.container {
  position: relative;
}
.comp-logo {
  display: block;
  width: 200px;
  height: 93px;
  background: url(../img/sjaak-van-schie-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header .container {
  height: 145px;
}
.site-header .std-nav {
  position: absolute;
  top: 70px;
  left: 300px;
  z-index: 2;
}
.site-header .mainnav {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #556a05;
}
.site-header .mainnav li {
  float: left;
  margin-right: 40px;
}
.site-header .mainnav li.spacer {
  display: block;
  width: 260px;
  color: #fff !important;
}
.site-header .mainnav li.house {
  display: inline-block;
  font-size: 26px;
}
.site-header .mainnav li.house a {
  margin-top: -5px;
}
.site-header .mainnav a {
  display: block;
  color: #556a05;
}
.site-header .mainnav a:hover {
  color: #b8ce00;
}
@media (max-width: 1480px) {
  .site-header .std-nav {
    left: 200px;
  }
}
@media (max-width: 1280px) {
  .site-header .container {
    height: auto;
    padding-bottom: 15px;
  }
  .site-header .comp-logo {
    position: static;
    margin: 20px auto 15px;
    transform: translate(0, 0);
  }
  .site-header .std-nav {
    width: 100%;
    position: static;
    text-align: center;
  }
  .site-header .mainnav li {
    display: inline-block;
    float: none;
  }
  .site-header .mainnav li.spacer {
    display: none;
    width: 0;
  }
}
/* ==========================================================================
	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: #05334B;
  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 > li > 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 > li > a:hover {
  border-color: #fff;
}
.mobile-nav .left-side .mainnav > li.active > a {
  color: #05334B;
}
.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 > li {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-bottom: 40px;
}
.mobile-nav .right-side .mobile-submenu > li > 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 .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: #b8ce00;
}
.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
   ========================================================================== */
a.button {
  display: inline-block;
  font-family: 'museo-slab', sans-serif;
  font-size: 15px;
  line-height: 34px;
  font-weight: 900;
  padding: 0 20px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  background: #5a2c34;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
}
a.button i {
  font-size: 80%;
  position: absolute;
  top: 6px;
  right: 12px;
}
a.button.w-auto {
  width: 100%;
}
a.button:hover {
  opacity: 0.9;
}
a.button.bg-white {
  background: #fff;
}
a.button.bg-mint {
  background: #0a939f;
}
a.button.bg-dark {
  background: #05334B;
}
a.button.b-white {
  border-color: #fff;
}
a.button.b-mint {
  border-color: #0a939f;
}
a.button.b-dark {
  border-color: #05334B;
}
a.button.t-white {
  color: #fff;
}
a.button.t-mint {
  color: #0a939f;
}
a.button.t-dark {
  color: #05334B;
}
a.button.t-red {
  color: #5a2c34;
}
a.button.medium {
  height: 38px;
  font-size: 35px;
  line-height: 1;
  padding: 10px 40px 15px;
}
@font-face {
  font-family: 'mycons';
  src: url('../font/mycons.eot?51918794');
  src: url('../font/mycons.eot?51918794#iefix') format('embedded-opentype'), url('../font/mycons.woff2?51918794') format('woff2'), url('../font/mycons.woff?51918794') format('woff'), url('../font/mycons.ttf?51918794') format('truetype'), url('../font/mycons.svg?51918794#mycons') 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: 'mycons';
    src: url('../font/mycons.svg?51918794#mycons') format('svg');
  }
}
*/
[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "mycons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  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); */
}
.icn-up-open:before {
  content: '\e800';
}
/* '' */
.icn-right-open:before {
  content: '\e801';
}
/* '' */
.icn-left-open:before {
  content: '\e802';
}
/* '' */
.icn-down-open:before {
  content: '\e803';
}
/* '' */
.icn-twitter-bird:before {
  content: '\e804';
}
/* '' */
.icn-left-open-1:before {
  content: '\e805';
}
/* '' */
.icn-down-open-1:before {
  content: '\e806';
}
/* '' */
.icn-right-open-1:before {
  content: '\e807';
}
/* '' */
.icn-up-open-1:before {
  content: '\e808';
}
/* '' */
.icn-circle:before {
  content: '\e809';
}
/* '' */
.icn-house:before {
  content: '\e80a';
}
/* '' */
.icn-clock:before {
  content: '\e80b';
}
/* '' */
.icn-graduation-cap:before {
  content: '\e80c';
}
/* '' */
.icn-location:before {
  content: '\e80d';
}
/* '' */
.icn-cancel:before {
  content: '\e80e';
}
/* '' */
.icn-cancel-1:before {
  content: '\e80f';
}
/* '' */
.icn-th-list:before {
  content: '\e810';
}
/* '' */
.icn-th:before {
  content: '\e811';
}
/* '' */
.icn-plus:before {
  content: '\e812';
}
/* '' */
.icn-sliders:before {
  content: '\e849';
}
/* '' */
.icn-filter:before {
  content: '\f0b0';
}
/* '' */
.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%;
}
/* ==========================================================================
	HOMEPAGE
   ========================================================================== */
.scroll-container [data-scroll-container] {
  min-height: 100vh;
}
.scroll-container [data-scroll-section] {
  min-height: 100vh;
  background-color: red;
}
.c-header_title_line span {
  display: inline-block;
}
/* ==========================================================================
	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-meta {
  float: right;
  width: 30%;
  min-height: 400px;
  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;
}
@media (max-width: 1480px) {
  .article-banner.full .article-image {
    height: 460px;
  }
}
@media (max-width: 1280px) {
  .article-banner .article-image {
    width: 60%;
  }
  .article-banner .article-meta {
    width: 40%;
    min-height: 300px;
    border-left: 40px solid #fff;
    padding: 40px;
  }
  .article-banner .article-meta .meta {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article-banner.full .article-image {
    height: 380px;
  }
}
@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-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: 340px;
  }
}
@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;
  }
}
.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;
  }
}
.mod-intro {
  padding: 60px 0 0 0;
}
.mod-intro .box {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}
.mod-intro .box p {
  color: #556a05;
}
.mod-infograph {
  padding-bottom: 400px;
}
.mod-infograph .container {
  padding-top: 400px;
}
.mod-infograph .container .inner {
  position: relative;
  height: 6500px;
}
.mod-infograph .container .inner:before {
  display: block;
  content: "";
  width: 1000px;
  height: 7100px;
  position: absolute;
  top: -360px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/slinger-sjaak.png) top center no-repeat;
  background-size: contain;
  opacity: 0.7;
}
.mod-infograph .article {
  width: 460px;
  position: absolute;
  cursor: pointer;
}
.mod-infograph .article .art-image {
  position: relative;
  z-index: -5;
}
.mod-infograph .article .art-image .c {
  position: relative;
}
.mod-infograph .article .art-image .c:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #556a05;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: center center;
  transform: scale(0.3);
  opacity: 0;
}
.mod-infograph .article .art-image .c .plus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  font-size: 60px;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  top: 70%;
}
.mod-infograph .article:hover .art-image .c:after {
  transform: scale(1);
  opacity: 0.5;
}
.mod-infograph .article:hover .art-image .c .plus {
  opacity: 1;
  top: 50%;
}
.mod-infograph .article .art-line {
  width: 240px;
  height: 2px;
  background-color: #e5007d;
  position: absolute;
  top: 150px;
  right: -200px;
}
.mod-infograph .article .art-line:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-infograph .article .art-year {
  font-family: 'museo-slab', sans-serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 900;
  position: absolute;
}
.mod-infograph .article .art-year.top-left {
  top: -120px;
  left: -30px;
}
.mod-infograph .article .art-year.top-center {
  top: -140px;
  left: 30%;
}
.mod-infograph .article .art-year.top-right {
  top: -120px;
  right: -30px;
}
.mod-infograph .article .art-year.bottom-left {
  bottom: -60px;
  left: -60px;
}
.mod-infograph .article .art-year.bottom-center {
  bottom: -60px;
  left: 30%;
}
.mod-infograph .article .art-year.bottom-right {
  bottom: -60px;
  right: -60px;
}
.mod-infograph .article .art-info {
  position: absolute;
  bottom: -100px;
  right: -40px;
}
.mod-infograph .article .art-info.bottom-left {
  bottom: -100px;
  left: -40px;
  right: auto;
}
.mod-infograph .article .art-info.bottom-center {
  bottom: -100px;
  left: 30%;
  right: auto;
}
.mod-infograph .article .art-info.bottom-right {
  bottom: -100px;
  right: -40px;
}
.mod-infograph .article .art-info .tbox {
  font-size: 22px;
  color: #556a05;
}
.mod-infograph .article .art-info .tbox strong {
  display: block;
  margin-bottom: 3px;
}
.mod-infograph .article .art-info .circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: rgba(85, 106, 5, 0.7);
  position: relative;
}
.mod-infograph .article .art-info .circle.large {
  width: 240px;
  height: 240px;
}
.mod-infograph .article .art-info .circle .inside {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.mod-infograph .article .art-info .circle .inside strong {
  display: block;
}
.mod-infograph .article:nth-child(even) .art-line {
  right: auto;
  left: -200px;
}
.mod-infograph .article:nth-child(even) .art-line:after {
  right: auto;
  left: 0;
}
.mod-infograph .article {
  /* 1980 */
  /* 1983 */
  /* 1985 */
  /* 1991 */
  /* 1993 */
  /* 2005 */
  /* 2011 */
  /* 2018 */
  /* 2019 */
  /* 2020 */
}
.mod-infograph .article.art-1 {
  left: 0;
  top: 0;
}
.mod-infograph .article.art-2 {
  right: 0;
  top: 500px;
}
.mod-infograph .article.art-2 .art-info {
  bottom: -120px;
}
.mod-infograph .article.art-3 {
  left: 0;
  top: 860px;
}
.mod-infograph .article.art-3 .art-year {
  bottom: -98px;
  right: 20px;
}
.mod-infograph .article.art-4 {
  right: 0;
  top: 1360px;
}
.mod-infograph .article.art-5 {
  left: 0;
  top: 1720px;
}
.mod-infograph .article.art-5 .art-info {
  bottom: -115px;
  left: 14%;
}
.mod-infograph .article.art-6 {
  right: 0;
  top: 2220px;
}
.mod-infograph .article.art-7 {
  left: 0;
  top: 2580px;
}
.mod-infograph .article.art-8 {
  right: 0;
  top: 3080px;
}
.mod-infograph .article.art-8 .art-info {
  bottom: -120px;
  left: -50px;
}
.mod-infograph .article.art-9 {
  left: 0;
  top: 3440px;
}
.mod-infograph .article.art-10 {
  right: 0;
  top: 3940px;
}
.mod-infograph .article.art-10 .art-info {
  bottom: -110px;
  left: 11%;
}
.mod-infograph .article.art-11 {
  left: 0;
  top: 4300px;
}
.mod-infograph .article.art-11 .art-info {
  bottom: -130px;
  left: 20%;
}
.mod-infograph .article.art-12 {
  right: 0;
  top: 4800px;
}
.mod-infograph .article.art-13 {
  left: 0;
  top: 5160px;
}
.mod-infograph .article.art-14 {
  right: 0;
  top: 5660px;
}
.mod-infograph .article.art-15 {
  left: 0;
  top: 6020px;
}
.mod-infograph .article.art-15 .art-info {
  bottom: -66px;
  left: 12%;
}
.mod-infograph .article.art-16 {
  right: 0;
  top: 6520px;
}
.mod-infograph .article.art-17 {
  left: 0;
  top: 6880px;
}
.mod-infograph .article.art-18 {
  right: 0;
  top: 7380px;
}
.mod-infograph .article.art-19 {
  left: 0;
  top: 7740px;
}
.mod-infograph .article.art-20 {
  right: 0;
  top: 8240px;
}
.area-51 {
  display: none;
}
.popup-info {
  min-width: 300px;
  max-width: 800px;
  padding: 40px;
}
.popup-info h2 {
  font-family: 'museo-slab', sans-serif;
  font-size: 50px;
  line-height: 1em;
  font-weight: 900;
  margin-bottom: 30px;
  color: #b8ce00;
}
@media (max-width: 600px) {
  .popup-info {
    min-width: 280px;
    max-width: 500px;
    padding: 30px;
  }
}
@media (max-width: 1480px) {
  .mod-infograph {
    padding-bottom: 400px;
  }
  .mod-infograph .container {
    padding-top: 400px;
  }
  .mod-infograph .container .inner {
    height: 5840px;
  }
  .mod-infograph .container .inner:before {
    width: 830px;
    height: 6200px;
    top: -360px;
  }
  .mod-infograph .article .art-line {
    width: 340px;
    right: -280px;
  }
  .mod-infograph .article:nth-child(odd) {
    transform-origin: left center;
    transform: scale(0.85) translateZ(0);
  }
  .mod-infograph .article:nth-child(even) {
    transform-origin: right center;
    transform: scale(0.85) translateZ(0);
  }
  .mod-infograph .article:nth-child(even) .art-line {
    left: -280px;
  }
  .mod-infograph .article .art-image {
    transform: translateZ(-5px) !important;
  }
  .mod-infograph .article .art-image img {
    mix-blend-mode: multiply;
  }
  .mod-infograph .article {
    /* 1980 */
    /* 1983 */
    /* 1985 */
    /* 1991 */
    /* 1993 */
    /* 2005 */
    /* 2011 */
    /* 2018 */
    /* 2019 */
    /* 2020 */
  }
  .mod-infograph .article.art-1 {
    left: 0;
    top: 0;
  }
  .mod-infograph .article.art-2 {
    top: 400px;
  }
  .mod-infograph .article.art-3 {
    top: 760px;
  }
  .mod-infograph .article.art-4 {
    top: 1160px;
  }
  .mod-infograph .article.art-5 {
    top: 1520px;
  }
  .mod-infograph .article.art-6 {
    top: 1800px;
  }
  .mod-infograph .article.art-6 .art-line {
    width: 240px;
    left: -200px;
  }
  .mod-infograph .article.art-7 {
    top: 2280px;
  }
  .mod-infograph .article.art-8 {
    top: 2680px;
  }
  .mod-infograph .article.art-9 {
    top: 3040px;
  }
  .mod-infograph .article.art-10 {
    top: 3440px;
  }
  .mod-infograph .article.art-11 {
    top: 3800px;
  }
  .mod-infograph .article.art-12 {
    top: 4200px;
  }
  .mod-infograph .article.art-13 {
    top: 4560px;
  }
  .mod-infograph .article.art-14 {
    top: 4960px;
  }
  .mod-infograph .article.art-15 {
    top: 5320px;
  }
  .mod-infograph .article.art-16 {
    top: 5720px;
  }
  .mod-infograph .article.art-17 {
    top: 6080px;
  }
  .mod-infograph .article.art-18 {
    top: 6480px;
  }
  .mod-infograph .article.art-19 {
    top: 6840px;
  }
  .mod-infograph .article.art-20 {
    top: 7240px;
  }
}
@media (max-width: 1280px) {
  .mod-infograph {
    padding-bottom: 400px;
  }
  .mod-infograph .container {
    padding-top: 400px;
  }
  .mod-infograph .container .inner {
    height: 5840px;
  }
  .mod-infograph .container .inner:before {
    width: 830px;
    height: 6200px;
    top: -360px;
  }
  .mod-infograph .article .art-line {
    width: 340px;
    right: -280px;
  }
  .mod-infograph .article:nth-child(odd) {
    transform-origin: left center;
    transform: scale(0.7) translateZ(0);
  }
  .mod-infograph .article:nth-child(even) {
    transform-origin: right center;
    transform: scale(0.7) translateZ(0);
  }
  .mod-infograph .article:nth-child(even) .art-line {
    left: -280px;
  }
}
@media (max-width: 991px) {
  .mod-infograph {
    padding-bottom: 100px;
  }
  .mod-infograph .container {
    padding-top: 300px;
  }
  .mod-infograph .container .inner {
    height: 6800px;
  }
  .mod-infograph .container .inner:before {
    left: 80px;
    top: -260px;
    width: 900px;
    height: 7100px;
    background-size: auto 100%;
    background-position: top right;
  }
  .mod-infograph .article .art-line {
    right: auto;
    left: -280px;
  }
  .mod-infograph .article .art-line:after {
    right: auto;
    left: 0;
    transform: translateY(-50%);
  }
  .mod-infograph .article:nth-child(even) {
    transform-origin: right center;
  }
  .mod-infograph .article:nth-child(odd) {
    transform-origin: right center;
  }
  .mod-infograph .article {
    /* 1980 */
    /* 1983 */
    /* 1985 */
    /* 1991 */
    /* 1993 */
    /* 2005 */
    /* 2011 */
    /* 2018 */
    /* 2019 */
    /* 2020 */
  }
  .mod-infograph .article.art-1 {
    left: auto;
    right: 70px;
    top: 0;
  }
  .mod-infograph .article.art-2 {
    left: auto;
    right: 120px;
    top: 450px;
  }
  .mod-infograph .article.art-3 {
    left: auto;
    right: 65px;
    top: 900px;
  }
  .mod-infograph .article.art-4 {
    left: auto;
    right: 0;
    top: 1350px;
  }
  .mod-infograph .article.art-5 {
    left: auto;
    right: 40px;
    top: 1800px;
  }
  .mod-infograph .article.art-6 {
    left: auto;
    right: 0;
    top: 2250px;
  }
  .mod-infograph .article.art-7 {
    left: auto;
    right: 60px;
    top: 2700px;
  }
  .mod-infograph .article.art-8 {
    left: auto;
    right: 100px;
    top: 3150px;
  }
  .mod-infograph .article.art-9 {
    left: auto;
    right: 0;
    top: 3600px;
  }
  .mod-infograph .article.art-10 {
    left: auto;
    right: 90px;
    top: 4050px;
  }
  .mod-infograph .article.art-11 {
    left: auto;
    right: 0;
    top: 4550px;
  }
  .mod-infograph .article.art-12 {
    left: auto;
    right: 90px;
    top: 4950px;
  }
  .mod-infograph .article.art-13 {
    left: auto;
    right: 0;
    top: 5400px;
  }
  .mod-infograph .article.art-14 {
    left: auto;
    right: 70px;
    top: 5850px;
  }
  .mod-infograph .article.art-15 {
    left: auto;
    right: 0px;
    top: 6300px;
  }
}
@media (max-width: 767px) {
  .mod-infograph .article .art-year {
    font-size: 80px;
    top: -120px;
    right: 0;
  }
  .mod-infograph .article .art-year.top-left {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-year.top-center {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-year.top-right {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-year.bottom-left {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-year.bottom-center {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-year.bottom-right {
    top: -120px;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .mod-infograph .article .art-line {
    width: 120px !important;
    left: -80px !important;
  }
  .mod-infograph .article .art-info.is-tbox {
    top: auto;
    right: auto;
    left: 0;
    bottom: -75px;
  }
  .mod-infograph .article .art-info .tbox {
    font-size: 27px;
  }
  .mod-infograph .article .art-info .tbox strong {
    margin-bottom: 10px;
  }
  .mod-infograph .article.art-1,
  .mod-infograph .article.art-2,
  .mod-infograph .article.art-3,
  .mod-infograph .article.art-4,
  .mod-infograph .article.art-5,
  .mod-infograph .article.art-6,
  .mod-infograph .article.art-7,
  .mod-infograph .article.art-8,
  .mod-infograph .article.art-9,
  .mod-infograph .article.art-10,
  .mod-infograph .article.art-11,
  .mod-infograph .article.art-12,
  .mod-infograph .article.art-13,
  .mod-infograph .article.art-14,
  .mod-infograph .article.art-15 {
    right: 0;
  }
}
/*# sourceMappingURL=screen.css.map */