/*
Theme Name: Submarine Channel
Theme URI: https://submarinechannel.com
Author: Submarine Channel
Author URI: https://submarinechannel.com/
Description: Submarine Channel 2016 theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: submarinechannel
*/
@import "circular.css";
/* Browser reset */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1.2;
}
p {
  margin-bottom: 2em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
.page {
  width: 100%;
  overflow-x: hidden;
  background-color: #232326;
}
html body {
  background-color: #232326;
  color: #ccc;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.04rem;
  line-height: 1.65;
  font-weight: 400;
  font-size: 22px;
  font-weight: 300;
}
html body a {
  color: #fff;
}
@media (max-width: 1024px) {
  html body {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  html body {
    font-size: 18px;
  }
}
html body div.main {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #232326;
}
html body div.main a.logolink {
  display: none;
  width: 8%;
  z-index: 17;
  max-width: 220px;
  min-width: 80px;
  position: absolute;
  top: 33px;
  left: 41px;
}
html body div.main a.logolink img.logo {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.1));
  /* Same syntax as box-shadow */
}
@media (max-width: 1024px) {
  html body div.main a.logolink {
    left: 14px;
    top: 19px;
  }
}
@media (max-width: 600px) {
  html body div.main a.logolink {
    display: none !important;
  }
}
html body div.main header {
  position: fixed;
  top: 0px;
  transition: top 0.5s;
  padding: 1px 10px 0 10px;
  z-index: 20;
  width: 100%;
  max-width: 1920px;
  background-color: rgba(0, 0, 0, 0.81);
}
html body div.main header h1.site-title {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 0px;
  padding-top: 0;
  letter-spacing: 1px;
  margin-left: 30px;
  font-weight: 500;
  margin-bottom: 0px;
}
html body div.main header h1.site-title a {
  padding-right: 35px;
  color: #74716d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  border-right: 1px solid #74716d;
}
html body div.main header h1.site-title a.homelink {
  color: #fff;
}
html body div.main header .topnavcontainer {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  /* margin-left: 25px; */
  font-weight: 500;
}
@media (max-width: 1024px) {
  html body div.main header .topnavcontainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
  }
  html body div.main header .topnavcontainer.active {
    width: 100%;
    height: 100vh;
  }
}
html body div.main header nav.topnav {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  margin-left: 25px;
  font-weight: 500;
}
html body div.main header nav.topnav .menuitemcontainer {
  display: inline-block;
  position: relative;
  margin: 0 0 0 0px;
}
html body div.main header nav.topnav .menuitemcontainer > a,
html body div.main header nav.topnav .menuitemcontainer .topnavparentitem {
  padding: 9px 11px 11px 11px;
  color: #74716d;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout {
  display: none;
  background-color: rgba(0, 0, 0, 0.81);
  border-top: 2px solid #fff;
  padding: 20px 8px;
  position: absolute;
  width: 200px;
  height: auto;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li a {
  padding: 11px 13px 11px 13px;
  color: #aaaaaa;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
  height: 34px;
  text-decoration: none;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li a:hover {
  color: #fff;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li h3 a {
  padding: 11px 13px 11px 13px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  height: 34px;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li div.links,
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li.menu-item {
  line-height: 20px;
  height: 34px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 4px 13px 4px 0px;
  color: #74716d;
  font-weight: bold;
  width: 239px;
  display: inline-block;
  vertical-align: top;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li div.links:hover,
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li.menu-item:hover {
  color: #fff;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li ul.rechts {
  position: absolute;
  border-left: 2px solid #74716d;
  padding-left: 31px;
  display: none;
  top: 25px;
  left: 279px;
  overflow: hidden;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li ul.rechts li a {
  position: relative;
  top: -11px;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li ul.rechts li a:hover {
  color: #fff;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li.hover ul.rechts {
  display: block;
}
@media (max-width: 1024px) {
  html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li.hover ul.rechts {
    display: none;
  }
}
html body div.main header nav.topnav .menuitemcontainer:hover {
  background-color: rgba(255, 255, 255, 0.11);
}
html body div.main header nav.topnav .menuitemcontainer:hover a {
  color: #fff;
}
html body div.main header nav.topnav .menuitemcontainer:hover .menuflyout {
  display: block;
}
html body.page-template-page-home div.main a.logolink,
html body.page-template-page-home1 div.main a.logolink,
html body.page-template-page-home2 div.main a.logolink {
  display: block;
}
.categorierows {
  background-color: #1c1c1f;
  padding-top: 2.2vw;
}
.categorieblok,
.bannerblok {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 338px;
  padding-bottom: 2.2vw;
  background-color: #1c1c1f;
}
.categorieblok .imgcontainer,
.bannerblok .imgcontainer {
  position: relative;
  margin-top: 0;
  height: 15.4vw;
  width: 100%;
  overflow: hidden;
  display: block;
}
.categorieblok .imgcontainer img,
.bannerblok .imgcontainer img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .categorieblok .imgcontainer,
  .bannerblok .imgcontainer {
    height: 25.4vw;
  }
  .categorieblok .imgcontainer img,
  .bannerblok .imgcontainer img {
    opacity: 0.6;
    width: auto;
    height: 100%;
    margin-left: -30%;
  }
}
.categorieblok:hover img,
.bannerblok:hover img {
  transition: all 0.5s;
  transform: scale(1.04, 1.04);
}
.categorieblok h2,
.bannerblok h2 {
  font-weight: 600;
  position: absolute;
  text-shadow: 0px 0 32.8px #000000;
  bottom: 39%;
  left: 0;
  z-index: 2;
  font-size: 5.6vw;
  width: 100%;
  text-align: center;
}
.categorieblok h2 a,
.bannerblok h2 a {
  display: block;
  text-decoration: none;
}
@media (max-width: 600px) {
  .categorieblok h2,
  .bannerblok h2 {
    font-size: 7.6vw;
  }
}
@media (min-width: 1920px) {
  .categorieblok h2,
  .bannerblok h2 {
    font-size: 107px;
    bottom: 115px;
  }
}
.categorieblok h4,
.bannerblok h4 {
  font-weight: 400;
  z-index: 2;
  position: absolute;
  text-shadow: 0px 0 32.8px #000000;
  text-transform: uppercase;
  font-size: 1.6vw;
  bottom: 15%;
  width: 100%;
  left: 0;
  text-align: center;
}
.categorieblok h4 a,
.bannerblok h4 a {
  display: block;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .categorieblok h4,
  .bannerblok h4 {
    font-size: 2.2vw;
    bottom: 18%;
  }
}
@media (max-width: 600px) {
  .categorieblok h4,
  .bannerblok h4 {
    font-size: 3.1vw;
    bottom: 20%;
  }
}
@media (min-width: 1920px) {
  .categorieblok h4,
  .bannerblok h4 {
    font-size: 30.7px;
    bottom: 50px;
  }
}
.bannerblok {
  width: 90%;
  margin: 40px 5% 0;
  padding-bottom: 0;
}
.row {
  position: relative;
  padding: 18px 0 0px 0;
  background-color: #1c1c1e;
}
.row .slick-prev {
  background-image: url(images/thumbs_previous.png);
  background-color: transparent;
  width: 45px;
  z-index: 1;
  border: 0;
  font-size: 0;
  cursor: pointer;
  height: 89px;
  transform: translateY(-59%);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.row .slick-prev.slick-disabled {
  display: none !important;
}
@media (max-width: 600px) {
  .row .slick-prev {
    width: 25px;
    left: 10px;
  }
}
.row .slick-next {
  background-image: url(images/thumbs_next.png);
  background-color: transparent;
  background-position: right;
  width: 45px;
  z-index: 1;
  border: 0;
  font-size: 0;
  cursor: pointer;
  height: 89px;
  transform: translateY(-59%);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.row .slick-next.slick-disabled {
  display: none !important;
}
@media (max-width: 600px) {
  .row .slick-next {
    width: 25px;
    right: 10px;
  }
}
.row .items {
  visibility: hidden;
  white-space: nowrap;
  transition: transform 0.5s;
}
.row .items.slick-initialized {
  visibility: visible;
}
.row .items .innerwrap {
  display: inline-block;
  background-color: #181819;
}
.row .items.shiftLeft {
  transform: translate(-200px, 0px);
}
.row .items.noShift {
  transform: translate(0px, 0px);
}
.row .items.shiftCenter {
  transform: translate(-100px, 0px);
}
.row .items.shiftRight {
  transform: translate(0px, 0px);
}
.row .items .item {
  transform: translate3d(0, 0, 0);
  margin-top: 31px;
  margin-bottom: 51px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  height: 229px;
  width: 252px;
  -webkit-transition: width 0.5s, background-size 0.5s;
  transition: width 0.5s, background-size 0.5s;
  position: relative;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  background-position: center top;
  background-size: cover;
}
.row .items .item.vulling {
  cursor: default;
}
.row .items .item .backgroundimageholder {
  height: 142px;
  width: 252px;
  overflow: hidden;
  position: relative;
}
.row .items .item .backgroundimageholder img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.row .items .item.original {
  height: 25vw;
  width: 16.8vw;
}
@media (max-width: 600px) {
  .row .items .item.original {
    height: 57vw;
    width: 25vw;
  }
}
@media (min-width: 1920px) {
  .row .items .item.original {
    height: 480px;
    width: 322px;
  }
}
@media (max-width: 1920px) {
  .row .items .item.v1_original {
    width: 16.8vw;
  }
}
@media (max-width: 1781px) {
  .row .items .item.v1_original {
    width: 20vw;
  }
}
@media (max-width: 1550px) {
  .row .items .item.v1_original {
    width: 25vw;
  }
}
@media (max-width: 1288px) {
  .row .items .item.v1_original {
    width: 33.333vw;
  }
}
@media (max-width: 990px) {
  .row .items .item.v1_original {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .row .items .item.v1_original {
    width: 100vw;
  }
}
.row .items .item.v1_editorial {
  width: 384px;
}
@media (max-width: 1920px) {
  .row .items .item.v1_editorial {
    width: 20vw;
  }
}
@media (max-width: 1781px) {
  .row .items .item.v1_editorial {
    width: 20vw;
  }
}
@media (max-width: 1550px) {
  .row .items .item.v1_editorial {
    width: 25vw;
  }
}
@media (max-width: 1288px) {
  .row .items .item.v1_editorial {
    width: 33.333vw;
  }
}
@media (max-width: 990px) {
  .row .items .item.v1_editorial {
    width: 50vw;
  }
}
@media (max-width: 600px) {
  .row .items .item.v1_editorial {
    width: 100vw;
  }
}
.row .items .item.inactive.slick-active {
  width: 264px;
}
@media (max-width: 1920px) {
  .row .items .item.inactive.slick-active {
    width: 13.8vw;
  }
}
.row .items .item.inactive.slick-active .caption {
  bottom: -60%;
  width: 252px;
  left: 0;
  opacity: 0;
}
.row .items .item.active {
  width: 35vw;
}
@media (max-width: 600px) {
  .row .items .item.active {
    width: 70vw;
  }
}
.row .items .item.active.withcaption .caption {
  width: 24.5vw;
  left: 0px;
  opacity: 1;
  bottom: 20px;
  height: auto;
}
@media (max-width: 600px) {
  .row .items .item.active.withcaption .caption {
    width: 70vw;
  }
}
@media (min-width: 1920px) {
  .row .items .item.active.withcaption .caption {
    width: 470px;
  }
}
@media (min-width: 1920px) {
  .row .items .item.active {
    width: 672px;
  }
}
@media (max-width: 1920px) {
  .row .items .item.active.v1_original {
    width: 31vw;
  }
}
@media (max-width: 1781px) {
  .row .items .item.active.v1_original {
    width: 44.8vw;
  }
}
@media (max-width: 1550px) {
  .row .items .item.active.v1_original {
    width: 58.6vw;
  }
}
@media (max-width: 1288px) {
  .row .items .item.active.v1_original {
    width: 72.4vw;
  }
}
@media (max-width: 990px) {
  .row .items .item.active.v1_original {
    width: 86.2vw;
  }
}
@media (max-width: 600px) {
  .row .items .item.active.v1_original {
    width: 100vw;
  }
}
.row .items .item.active.v1_editorial {
  width: 860px;
}
@media (max-width: 1920px) {
  .row .items .item.active.v1_editorial {
    width: 44.8vw;
  }
}
@media (max-width: 1781px) {
  .row .items .item.active.v1_editorial {
    width: 44.8vw;
  }
}
@media (max-width: 1550px) {
  .row .items .item.active.v1_editorial {
    width: 58.6vw;
  }
}
@media (max-width: 1288px) {
  .row .items .item.active.v1_editorial {
    width: 72.4vw;
  }
}
@media (max-width: 990px) {
  .row .items .item.active.v1_editorial {
    width: 86.2vw;
  }
}
@media (max-width: 600px) {
  .row .items .item.active.v1_editorial {
    width: 100vw;
  }
}
.row .items .item .h2container {
  width: 100%;
  height: 60%;
  background-image: url(images/item_gradient.png);
  background-repeat: repeat-x;
  background-size: contain;
  transition: margin 0.5s;
}
.row .items .item.withcaption.active .h2container {
  margin-top: -100px;
  transition: margin 0.5s;
}
.row .items .item h2 {
  margin: 0;
  padding: 4px 8px;
  font-size: inherit;
  color: #fff;
  font-weight: normal;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  width: 242px;
}
@media (max-width: 1024px) {
}
@media (max-width: 600px) {
}
.row .items .item h2.ophome {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin: 1rem 0;
  position: relative;
  z-index: 20;
  font-size: 2rem;
}
.row .items .item .caption {
  opacity: 0;
  width: 256px;
  left: -102px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  position: absolute;
  bottom: -60%;
  height: 40%;
  transition: opacity 0.5s ease, scale 0.5s ease, width 0.5s ease, left 0.5s ease, bottom 0.5s ease;
}
@media (max-width: 1024px) {
  .row .items .item .caption {
    width: 192px;
  }
}
@media (max-width: 600px) {
  .row .items .item .caption {
    width: 127px ;
  }
}
@media (max-width: 1024px) {
  .row .items .item .caption {
    height: 460%;
  }
}
@media (max-width: 600px) {
  .row .items .item .caption {
    height: 100%;
  }
}
.row .items .item .caption h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #fff;
}
.row .items .item .caption p {
  font-weight: 300;
  font-size: 14px;
  color: #acacac;
}
.row .items .item.original .caption {
  background-color: transparent;
  height: 82px;
  background-size: contain;
}
.row .items .item.original .caption h3 {
  font-size: 20px;
  color: #eee;
}
@media (max-width: 1024px) {
  .row .items .item.original .caption h3 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .row .items .item.original .caption h3 {
    font-size: 12px;
  }
}
.row .items .item span.originallink,
.row .items .item span.blokjelink,
.row .items .item a.originallink,
.row .items .item a.blokjelink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.row .items .item .startproject {
  position: absolute;
  background-color: #3b89a9;
  display: inline-block;
  text-decoration: none;
  margin-left: -94px;
  left: 50%;
  width: 188px;
  top: 70%;
  opacity: 0;
  transition: opacity 0.5s;
  margin-top: -13px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 15px;
}
.row .items .item .startproject::after {
  content: '>';
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .row .items .item .startproject {
    top: 43%;
  }
}
@media (max-width: 600px) {
  .row .items .item .startproject {
    top: 43%;
  }
}
.row .items .item.active .startproject {
  opacity: 1;
}
.row .items .item .vignette {
  bottom: 0;
  opacity: 0.6;
  position: absolute;
  left: 0;
  height: 60%;
  width: 100%;
  background-image: url(images/originals_gradient.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: rgba(0, 0, 0, 0);
}
.row .items .item.active .vignette {
  transition: background-color 0.6s;
  height: 100%;
  background-color: #000000;
}
.row .items br {
  display: none;
}
@media (min-width: 1700px) {
  .row .items br:nth-of-type(7n+0) {
    display: block;
  }
}
@media (min-width: 1460px) and (max-width: 1699px) {
  .row .items br:nth-of-type(6n+0) {
    display: block;
  }
}
@media (min-width: 1222px) and (max-width: 1459px) {
  .row .items br:nth-of-type(5n+0) {
    display: block;
  }
}
.row.editorial .items .item {
  background-position: center 40%;
}
.row .rowfooter {
  text-align: right;
  background-color: #1d1d1f;
  padding: 30px 15px;
}
.row .rowfooter a {
  color: #fff;
  font-size: 21px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .row .rowfooter a {
    font-size: 12px;
  }
}
.row.singletype .items {
  visibility: visible;
}
.row.featured .rowfooter {
  background-color: #1d1d1f !important;
}
.no-touch .row .items .item:hover .backgroundimageholder img {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 600px) {
  .page-template-page-home .row .items,
  .page-template-page-home1 .row.featured .items,
  .page-template-page-home2 .row .items {
    visibility: visible;
  }
  .page-template-page-home .row .items .taphover,
  .page-template-page-home1 .row.featured .items .taphover,
  .page-template-page-home2 .row .items .taphover {
    display: none;
  }
}
.page-template-page-overzicht .posttype_container,
.page-template-page-overzicht .extraRowForSingleType {
  background-color: #1c1c1e;
  padding: 18px 0;
  margin: 18px 0;
}
.page-template-page-overzicht .posttype_container:first-child,
.page-template-page-overzicht .extraRowForSingleType:first-child {
  margin-top: 100px;
}
@media (max-width: 900px) {
  .page-template-page-overzicht .posttype_container:first-child,
  .page-template-page-overzicht .extraRowForSingleType:first-child {
    margin-top: 30px;
  }
}
.page-template-page-overzicht .posttype_container .posttype_container_title h2,
.page-template-page-overzicht .extraRowForSingleType .posttype_container_title h2 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 18px;
  vertical-align: middle;
}
.page-template-page-overzicht .posttype_container .posttype_container_title h2 .aantal,
.page-template-page-overzicht .extraRowForSingleType .posttype_container_title h2 .aantal {
  font-weight: 400;
}
@media (min-width: 1290px) {
  .page-template-page-overzicht .posttype_container .posttype_container_title h2,
  .page-template-page-overzicht .extraRowForSingleType .posttype_container_title h2 {
    padding-right: 128px;
  }
}
@media (max-width: 600px) {
  .page-template-page-overzicht .posttype_container .posttype_container_title h2,
  .page-template-page-overzicht .extraRowForSingleType .posttype_container_title h2 {
    font-size: 20px;
  }
}
.page-template-page-overzicht .slick-dots {
  margin: 0 10px;
}
@media (min-width: 1290px) {
  .page-template-page-overzicht .slick-dots {
    position: absolute;
    right: 0px;
    top: -47px;
  }
}
.page-template-page-overzicht .slick-dots li {
  display: inline-block;
}
.page-template-page-overzicht .slick-dots li button {
  background-color: #c0c0c0;
  border-radius: 0;
  border: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 14px;
  height: 14px;
  font-size: 0;
}
.page-template-page-overzicht .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.page-template-page-overzicht .row .slick-prev {
  left: -51px;
}
@media (max-width: 600px) {
  .page-template-page-overzicht .row .slick-prev {
    left: -25px;
  }
}
.page-template-page-overzicht .row .slick-next {
  right: -44px;
}
@media (max-width: 600px) {
  .page-template-page-overzicht .row .slick-next {
    right: -25px;
  }
}
.page-template-page-overzicht .items {
  max-width: 1641px;
  margin: 0 auto;
  white-space: normal;
}
@media (max-width: 1781px) {
  .page-template-page-overzicht .items {
    max-width: 1367px;
  }
}
@media (max-width: 1550px) {
  .page-template-page-overzicht .items {
    max-width: 1090px;
  }
}
@media (max-width: 1288px) {
  .page-template-page-overzicht .items {
    max-width: 825px;
  }
}
@media (max-width: 990px) {
  .page-template-page-overzicht .items {
    max-width: 545px;
  }
}
@media (max-width: 660px) {
  .page-template-page-overzicht .items {
    max-width: 271px;
  }
}
.page-template-page-overzicht .items .slick-slide {
  height: auto;
}
.page-template-page-overzicht .items .item {
  margin: 0 10px 50px 10px;
}
@media (max-width: 900px) {
  .page-template-page-overzicht .items .item {
    margin: 0 10px 30px 10px;
  }
}
.page-template-page-overzicht .items .item .h2container {
  background-image: none;
  height: auto;
}
.page-template-page-overzicht .items .item .h2container h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
}
.page-template-page-overzicht .items .item .subtitlecontainer {
  height: 25px;
  width: 252px;
}
.page-template-page-overzicht .items .item .subtitlecontainer h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #5e5e5e;
  font-weight: 400;
}
.page-template-page-overzicht .items .item.top5 .subtitlecontainer,
.page-template-page-overzicht .items .item.withoutcaption .subtitlecontainer {
  display: none;
}
.page-template-page-home1 .notfeatured .items {
  max-width: 1641px;
  margin: 0 auto;
}
@media (max-width: 1781px) {
  .page-template-page-home1 .notfeatured .items {
    max-width: 1367px;
  }
}
@media (max-width: 1550px) {
  .page-template-page-home1 .notfeatured .items {
    max-width: 1090px;
  }
}
@media (max-width: 1288px) {
  .page-template-page-home1 .notfeatured .items {
    max-width: 825px;
  }
}
@media (max-width: 990px) {
  .page-template-page-home1 .notfeatured .items {
    max-width: 545px;
  }
}
@media (max-width: 660px) {
  .page-template-page-home1 .notfeatured .items {
    max-width: 271px;
  }
}
.page-template-page-home1 .notfeatured .items .slick-slide {
  height: auto;
}
.page-template-page-home1 .notfeatured .items .item {
  margin: 0 10px;
}
.page-template-page-home1 .notfeatured .items .item .h2container {
  background-image: none;
  height: auto;
}
.page-template-page-home1 .notfeatured .items .item .h2container h2 {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
}
.page-template-page-home1 .notfeatured .items .item .subtitlecontainer {
  height: 25px;
  width: 252px;
}
.page-template-page-home1 .notfeatured .items .item .subtitlecontainer h3 {
  font-size: 18px;
  line-height: 1.2;
  color: #5e5e5e;
  font-weight: 400;
}
.page-template-page-home1 .notfeatured .items .item.top5 .subtitlecontainer,
.page-template-page-home1 .notfeatured .items .item.withoutcaption .subtitlecontainer {
  display: none;
}
.page-template-page-home1 .notfeatured .items .slick-prev {
  left: -50px;
}
.page-template-page-home1 .notfeatured .items .slick-next {
  right: -50px;
}
.post-type-archive-update .pageheader .title_voor_header,
.search-results .pageheader .title_voor_header {
  display: none;
}
.page-template-page-home .row .items .item,
.page-template-page-home1 .row .items .item,
.page-template-page-home2 .row .items .item,
.page-template-page-originals .row .items .item {
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-page-home1 .latestitems .row,
.page-template-page-home2 .latestitems .row {
  padding-top: 50px;
}
.page-template-page-home1 .latestitems .h2container h2,
.page-template-page-home2 .latestitems .h2container h2 {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row_videos .items .item {
  background-position: center;
  background-size: inherit;
}
.archive .row .items,
.page-template-page-originals .row .items {
  margin-bottom: 30px;
  text-align: center;
}
.archive .row .items.shiftCenter,
.page-template-page-originals .row .items.shiftCenter {
  transform: translate(0px, 0px);
}
.archive .row .items .item .caption h3,
.page-template-page-originals .row .items .item .caption h3 {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .archive .row .items .item .caption h3,
  .page-template-page-originals .row .items .item .caption h3 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .archive .row .items .item .caption h3,
  .page-template-page-originals .row .items .item .caption h3 {
    font-size: 12px;
  }
}
@media (max-width: 1250px) {
}
.row_top5s .items .item h2 {
  text-transform: none;
}
.originalrows {
  background-color: #000;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .originalrows {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
}
.originalrows .row {
  padding: 2px 0 0px 0;
  background-color: #000;
}
.originalrows .row .rowfooter {
  background-color: #000;
}
.originalsheadingblock,
.sc_pagetitle {
  background-color: #000;
  overflow: hidden;
}
@media (max-width: 900px) {
  .sc_pagetitle .heading h2 {
    display: none !important;
  }
  .sc_pagetitle .heading::before {
    display: none !important;
  }
}
.headingblock {
  width: 100%;
  position: relative;
}
.headingblock .heading {
  display: flex;
  flex-wrap: wrap;
  line-height: 26px;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 55px;
  margin: 11px 23px 19px 31px;
}
@media (min-width: 601px) {
  .headingblock .heading:before {
    background-image: url(images/submarinechannel_grijs.svg);
    background-repeat: no-repeat;
    background-position: 0;
    width: 83px;
    height: 46px;
    display: inline-block;
    content: '';
  }
}
.headingblock .heading h2 {
  font-weight: 600;
  letter-spacing: 1px;
  align-self: flex-end;
  height: min-content;
  line-height: 1;
  font-size: 20px;
  border-left: 1px solid #4a4a4a;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 3px;
  margin-bottom: 6px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 600px) {
  .headingblock .heading h2 {
    font-size: 16px;
  }
}
.headingblock .heading h2 a {
  text-decoration: none;
}
@media (max-width: 1280px) {
  .headingblock .heading {
    font-size: 20px;
    min-height: 42px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .headingblock .heading {
    margin: 11px 23px 19px 10px;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .headingblock .heading {
    background-image: none;
    padding: 16px 17px;
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    height: auto;
  }
  .headingblock .heading h2 {
    border: none;
    padding-left: 0;
    padding-right: 10px;
  }
}
.headingblock .heading p {
  font-weight: 600;
  display: inline-block;
  color: #575757;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 18px;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .headingblock .heading p {
    font-size: 16px;
    margin-left: 6px;
  }
}
@media (max-width: 1024px) {
  .headingblock .heading p {
    margin-left: 17px !important;
    display: block;
    margin-top: 7px;
  }
}
@media (max-width: 600px) {
  .headingblock .heading p {
    font-size: 12px;
    margin-left: 6px;
  }
}
.headingblock .heading h3.originaltitle,
.headingblock .heading h3.top5title {
  border-left: 1px solid #4a4a4a;
  font-weight: 900;
  display: block;
  color: #575757;
  align-self: flex-end;
  font-size: 20px;
  height: min-content;
  margin-top: 3px;
  margin-bottom: 6px;
  margin-right: 20px;
  line-height: 1;
  padding-left: 18px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .headingblock .heading h3.originaltitle,
  .headingblock .heading h3.top5title {
    margin: 10px 0;
    font-size: 16px;
  }
}
.headingblock .heading h3.top5title {
  display: none;
}
@media (max-width: 600px) {
  .headingblock .heading h3.top5title {
    display: block;
    padding-left: 10px;
  }
}
.headingblock a.startproject {
  background-color: #3b89a9;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  text-decoration: none;
  align-self: flex-end;
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  height: min-content;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 15px;
}
.headingblock a.startproject::after {
  content: '>';
  margin-left: 10px;
}
@media (max-width: 600px) {
  .headingblock a.startproject {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .single .headingblock .heading::before {
    display: none;
  }
  .single .headingblock .heading h2,
  .single .headingblock .heading h3 {
    display: none;
  }
}
.spotlight {
  margin-top: 41px;
}
.spotlight .spotlight__track {
  visibility: hidden;
}
.spotlight .spotlight__track.slick-initialized {
  visibility: visible;
}
.spotlight .spotlight__slide img.background {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .spotlight .spotlight__slide img.background {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
.spotlight .spotlight__slide video {
  width: 100vw;
  height: 37.5vw;
}
.spotlight .spotlight__slide img.logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.spotlight .spotlight__slide .overlay {
  position: absolute;
  bottom: 38px;
  width: 90%;
  margin: 0 5%;
}
@media (max-width: 600px) {
  .spotlight .spotlight__slide .overlay {
    bottom: 58px;
  }
}
.spotlight .spotlight__slide h1 {
  text-shadow: 0px 0 32.8px #000000;
  z-index: 200;
  font-weight: 600;
  font-size: 4.4vw;
  margin: 0.7rem 0;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
  .spotlight .spotlight__slide h1 {
    letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (min-width: 1920px) {
  .spotlight .spotlight__slide h1 {
    font-size: 84px;
  }
}
.spotlight .spotlight__slide .tekst {
  text-shadow: 0px 0 8.8px #000000;
  letter-spacing: 2px;
  z-index: 200;
  font-size: 1.6vw;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  width: 100%;
  color: #fff;
}
.spotlight .spotlight__slide .tekst p {
  margin-bottom: 1rem;
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
  .spotlight .spotlight__slide .tekst {
    letter-spacing: 0.5px;
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .spotlight .spotlight__slide .tekst {
    font-size: 30px;
  }
}
.spotlight .spotlight__slide.submarinechannel h1 {
  top: 44%;
}
@media (max-width: 600px) {
  .spotlight .spotlight__slide.submarinechannel h1 {
    display: none;
  }
}
.spotlight .spotlight__slide.submarinechannel .tekst {
  top: 58%;
}
@media (max-width: 600px) {
  .spotlight .spotlight__slide.submarinechannel .tekst {
    top: 15%;
    width: 80%;
    left: 10%;
  }
}
.spotlight .spotlight__slide.submarinechannel h2 {
  text-transform: uppercase;
  text-shadow: 0px 0 32.8px #000000;
  position: absolute;
  top: 67%;
  z-index: 200;
  font-size: 1.6vw;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media (max-width: 1024px) {
}
@media (max-width: 600px) {
}
.spotlight .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.spotlight .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.spotlight .slick-dots li button {
  font-size: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 23.8px rgba(0, 0, 0, 0.5);
  border: 0;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.spotlight .slick-dots li button:hover {
  background-color: #ffffff;
}
.spotlight .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .spotlight .slick-dots {
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
  }
}
.spotlight .slick-prev {
  background-image: url(images/thumbs_previous.png);
  background-color: transparent;
  width: 45px;
  z-index: 1;
  border: 0;
  font-size: 0;
  cursor: pointer;
  height: 89px;
  transform: translateY(-59%);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.spotlight .slick-prev.slick-disabled {
  display: none !important;
}
@media (max-width: 600px) {
  .spotlight .slick-prev {
    width: 25px;
    left: 10px;
  }
}
.spotlight .slick-next {
  background-image: url(images/thumbs_next.png);
  background-color: transparent;
  background-position: right;
  width: 45px;
  z-index: 1;
  border: 0;
  font-size: 0;
  cursor: pointer;
  height: 89px;
  transform: translateY(-59%);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.spotlight .slick-next.slick-disabled {
  display: none !important;
}
@media (max-width: 600px) {
  .spotlight .slick-next {
    width: 25px;
    right: 10px;
  }
}
/* ORIGINAL */
.originalmenu {
  background-color: #3e3e41;
  width: 100%;
}
.originalmenu ul {
  font-size: 0;
  white-space: nowrap;
}
.originalmenu ul li {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  background-color: #3e3e41;
}
.originalmenu ul li a {
  padding: 12px 50px;
  font-size: 17px;
  display: inline-block;
  text-decoration: none;
  color: #a2a2a2;
  text-transform: uppercase;
}
.originalmenu ul li.active {
  background-color: #232327;
}
.originalmenu ul li:hover {
  background-color: #232327;
}
.onderhetmenu {
  position: relative;
  line-height: 1.3;
  padding-top: 70px;
}
@media (max-width: 600px) {
  .onderhetmenu {
    padding-top: 30px;
  }
}
.original .submenu,
.top5 .submenu {
  background-color: #000;
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 331px;
  padding: 36px 19px;
}
@media (max-width: 1500px) {
  .original .submenu,
  .top5 .submenu {
    left: -331px;
    transition: left 0.5s;
  }
}
.original .submenu ul li,
.top5 .submenu ul li {
  padding: 0;
  margin: 0;
}
.original .submenu ul li a,
.top5 .submenu ul li a {
  padding: 0 0 0 27px;
  display: block;
  color: #5da6c4;
  text-decoration: none;
  font-size: 17px;
  line-height: 30px;
}
.original .submenu ul li a:hover,
.top5 .submenu ul li a:hover,
.original .submenu ul li a.active,
.top5 .submenu ul li a.active {
  background-image: url(images/original_submenu_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.original .submenu .opener,
.top5 .submenu .opener {
  font-size: 17px;
  text-transform: uppercase;
  color: #5da6c4;
  transform: rotate(-90deg);
  transition: transform 0.5s;
  display: block;
  position: absolute;
  background-color: #000;
  padding: 9px 0px;
  right: -89px;
  top: 50%;
  margin-top: -20px;
  width: 140px;
  text-align: center;
}
@media (max-width: 1500px) {
  .original .submenu .opener:before,
  .top5 .submenu .opener:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 23px;
    background-image: url(images/originals_submenu_opener_close.png);
    width: 6px;
    height: 12px;
    transform: rotate(90deg);
    transition: transform 0.5s;
  }
  .original .submenu .opener:hover:before,
  .top5 .submenu .opener:hover:before {
    transform: rotate(-90deg);
  }
}
.original .submenu.open,
.top5 .submenu.open {
  left: 0;
}
.original .submenu.open .opener:before,
.top5 .submenu.open .opener:before {
  transform: rotate(-90deg);
}
.relatedmenu {
  background-color: #000;
  position: absolute;
  top: 0px;
  z-index: 8;
  right: -331px;
  transition: right 0.5s;
  width: 331px;
  padding: 36px 19px;
}
.relatedmenu h3.relatedtype {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 10px 0;
}
.relatedmenu .relateditem {
  width: 214px;
  margin-bottom: 20px;
  position: relative;
}
.relatedmenu .relateditem .relatedcaption {
  position: absolute;
  width: 100%;
  pointer-events: none;
  bottom: 0;
  padding: 4px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #b5b3ac;
}
.relatedmenu .opener {
  font-size: 17px;
  text-transform: uppercase;
  color: #5da6c4;
  transform: rotate(-90deg);
  letter-spacing: 1px;
  transition: transform 0.5s;
  display: block;
  position: absolute;
  background-color: #000;
  padding: 9px 0px;
  left: -93px;
  top: 50%;
  margin-top: -20px;
  width: 154px;
  text-align: center;
}
.relatedmenu .opener:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 23px;
  background-image: url(images/originals_submenu_opener_close.png);
  width: 6px;
  height: 12px;
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
.relatedmenu .opener:hover:before {
  transform: rotate(90deg);
}
.relatedmenu.open {
  right: 0;
}
.relatedmenu.open .opener:before {
  transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .relatedmenu {
    position: relative;
    width: 100%;
    right: auto;
  }
  .relatedmenu .inner {
    display: flex;
    flex-direction: column;
  }
  .relatedmenu .inner .opener {
    order: 1;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    margin-top: 0;
  }
  .relatedmenu .inner .opener::before {
    display: none;
  }
  .relatedmenu .inner .schuifMee {
    order: 2;
  }
  .relatedmenu .inner .schuifMee .relateditem {
    display: inline-block;
    margin-right: 5px;
  }
}
body.fixedHeader .original .pageheader,
body.fixedHeader .top5 .pageheader,
body.fixedHeader .profile .pageheader,
body.fixedHeader .videoclip .pageheader,
body.fixedHeader .single .pageheader,
body.fixedHeader .update .pageheader,
body.fixedHeader .archive .pageheader,
body.fixedHeader .contentpage .pageheader {
  max-width: 1920px;
  position: fixed;
}
body.fixedHeader .original .submenu,
body.fixedHeader .top5 .submenu,
body.fixedHeader .profile .submenu,
body.fixedHeader .videoclip .submenu,
body.fixedHeader .single .submenu,
body.fixedHeader .update .submenu,
body.fixedHeader .archive .submenu,
body.fixedHeader .contentpage .submenu {
  position: fixed;
  top: 177px;
  z-index: 10;
}
@media (min-width: 1920px) {
  body.fixedHeader .original .submenu,
  body.fixedHeader .top5 .submenu,
  body.fixedHeader .profile .submenu,
  body.fixedHeader .videoclip .submenu,
  body.fixedHeader .single .submenu,
  body.fixedHeader .update .submenu,
  body.fixedHeader .archive .submenu,
  body.fixedHeader .contentpage .submenu {
    left: 50%;
    margin-left: -960px;
  }
}
body.fixedHeader .original .originalmenu,
body.fixedHeader .top5 .originalmenu,
body.fixedHeader .profile .originalmenu,
body.fixedHeader .videoclip .originalmenu,
body.fixedHeader .single .originalmenu,
body.fixedHeader .update .originalmenu,
body.fixedHeader .archive .originalmenu,
body.fixedHeader .contentpage .originalmenu {
  position: fixed;
  top: 72px;
  z-index: 10;
}
body.fixedHeader .original .eersteheadingblock,
body.fixedHeader .top5 .eersteheadingblock,
body.fixedHeader .profile .eersteheadingblock,
body.fixedHeader .videoclip .eersteheadingblock,
body.fixedHeader .single .eersteheadingblock,
body.fixedHeader .update .eersteheadingblock,
body.fixedHeader .archive .eersteheadingblock,
body.fixedHeader .contentpage .eersteheadingblock {
  position: fixed;
  top: 60px;
  z-index: 10;
  max-width: 1920px;
}
body.fixedHeader .top5 .submenu {
  top: 210px;
}
.blogcentered {
  width: 902px;
  padding-left: 134px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .blogcentered {
    width: calc(100% - 40px);
    max-width: 930px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
}
.blogcentered img,
.blogcentered video,
.blogcentered div {
  max-width: 100%;
  height: auto;
}
h2.originalheading,
h2.top5heading,
h2.updateheading,
.top5 .content h2,
.top5 .content h1,
.content h2,
.mce-content-body h2 {
  color: #5da6c4;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media (max-width: 1024px) {
  h2.originalheading,
  h2.top5heading,
  h2.updateheading,
  .top5 .content h2,
  .top5 .content h1,
  .content h2,
  .mce-content-body h2 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h2.originalheading,
  h2.top5heading,
  h2.updateheading,
  .top5 .content h2,
  .top5 .content h1,
  .content h2,
  .mce-content-body h2 {
    font-size: 18px;
  }
}
.pageheader,
.notfixingpageheader {
  overflow: hidden;
  position: relative;
  margin-top: 41px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 1024px) {
  .pageheader,
  .notfixingpageheader {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .pageheader,
  .notfixingpageheader {
    display: flex;
    min-height: 170px;
  }
}
.pageheader .profilecrop,
.notfixingpageheader .profilecrop,
.pageheader .singlecrop,
.notfixingpageheader .singlecrop {
  width: 38%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  position: relative;
}
.pageheader .title_voor_header,
.notfixingpageheader .title_voor_header {
  position: absolute;
  bottom: 5%;
  text-transform: uppercase;
  text-shadow: 0px 0 32.8px #000000;
  line-height: 1.1;
  left: 0;
  color: #fff;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-size: 50px;
}
@media (max-width: 1280px) {
  .pageheader .title_voor_header,
  .notfixingpageheader .title_voor_header {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .pageheader .title_voor_header,
  .notfixingpageheader .title_voor_header {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .pageheader .title_voor_header,
  .notfixingpageheader .title_voor_header {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.66) 36%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    top: 0;
    bottom: auto;
    align-self: flex-end;
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .pageheader .title_voor_header,
  .notfixingpageheader .title_voor_header {
    font-size: 20px;
  }
}
.pageheader img.headerimg,
.notfixingpageheader img.headerimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .pageheader img,
  .notfixingpageheader img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pageheader img.logo_voor_header,
.notfixingpageheader img.logo_voor_header {
  height: auto;
  max-height: 26%;
  width: auto;
  max-width: 34%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.pageheader img.profileheaderimg,
.notfixingpageheader img.profileheaderimg,
.pageheader img.singleheaderimg,
.notfixingpageheader img.singleheaderimg {
  position: relative;
}
.pageheader img.profileheaderimg.first,
.notfixingpageheader img.profileheaderimg.first,
.pageheader img.singleheaderimg.first,
.notfixingpageheader img.singleheaderimg.first {
  transform: scale(1.2);
}
.pageheader img.profileheaderimg.second,
.notfixingpageheader img.profileheaderimg.second,
.pageheader img.singleheaderimg.second,
.notfixingpageheader img.singleheaderimg.second {
  transform: scale(1.1);
}
.pageheader img.profileheaderimg.third,
.notfixingpageheader img.profileheaderimg.third,
.pageheader img.singleheaderimg.third,
.notfixingpageheader img.singleheaderimg.third {
  transform: scale(1);
}
.pageheader img.top5_thumbheaderimg,
.notfixingpageheader img.top5_thumbheaderimg {
  width: 41%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  position: relative;
}
.pageheader img.top5headerimg,
.notfixingpageheader img.top5headerimg {
  width: 20%;
  height: auto;
}
.original_update,
.top5item {
  position: relative;
  margin: 0px 0 0 0;
}
.original_update .blogcentered,
.top5item .blogcentered {
  position: relative;
}
.original_update .blogcentered h2.updateheading,
.top5item .blogcentered h2.updateheading {
  color: #5da6c4;
  font-size: 28px;
  font-weight: 100;
  margin: 15px 0 10px 0;
}
.original_update .blogcentered div.datum,
.top5item .blogcentered div.datum {
  position: absolute;
  width: 144px;
  left: -20px;
  margin-top: -37px;
}
@media (max-width: 1024px) {
  .original_update .blogcentered div.datum,
  .top5item .blogcentered div.datum {
    position: relative;
    margin: 0;
    left: 0px;
  }
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
html {
  margin-top: 0 !important;
}
.anker:before {
  content: "";
  height: 120px;
  margin: -120px 0 0;
}
.site-footer {
  background-color: #1d1d1f;
  padding-top: 32px;
}
.site-footer .site-info {
  background-color: #343036;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.site-footer .site-info h3 {
  color: #eb87cd;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}
.socialicons {
  position: absolute;
  right: 8px;
  top: 8px;
}
.socialicons a {
  color: #74716d;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.socialicons a i {
  margin-left: 3px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 23px;
  font-size: 17px;
  height: 23px;
  text-align: center;
  padding: 3px;
}
.socialicons a i:hover {
  color: #000;
  background-color: #fff;
}
.socialicons a:first-child i {
  margin-left: 10px;
}
footer {
  line-height: 1.3;
  margin-top: 100px;
  color: #fff;
  font-size: 16px;
}
footer .bovenkant {
  background-color: #332f35;
  padding: 30px 60px 30px 60px;
}
footer .onderkant {
  background-color: #1d1d1f;
  padding: 30px 60px 120px 60px;
}
@media (max-width: 1024px) {
  footer .onderkant {
    padding: 30px;
  }
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-size: inherit;
  color: #eb8cda;
  font-style: italic;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .widget_nav_menu {
  font-weight: 600;
  color: #fff;
  width: 30%;
}
footer .widget_nav_menu ul {
  padding: 0;
  margin: 0;
}
footer .widget_nav_menu li {
  width: 49%;
  display: inline-block;
}
footer .widget_nav_menu li a {
  color: #fff;
}
footer .pagemenu {
  color: #6d6c70;
}
footer .pagemenu ul {
  padding: 0;
  margin: 0;
}
footer .pagemenu li {
  font-weight: 600;
  display: inline-block;
  border-right: 2px solid #6d6c70;
  padding: 0 10px;
}
footer .pagemenu li:last-child {
  border-right: none;
}
footer .pagemenu li a {
  color: #6d6c70;
}
footer .copyrightmenu {
  font-size: 13px;
  font-weight: 600;
  color: #464444;
}
footer .copyrightmenu p {
  margin: 10px 10px;
}
footer .copyrightmenu a {
  color: #464444;
}
footer .copyrightmenu ul {
  padding: 0;
  margin: 0;
}
footer .copyrightmenu li {
  display: inline-block;
  border-right: 2px solid #464444;
  padding: 0 8px;
}
footer .copyrightmenu li:last-child {
  border-right: none;
}
.page.archive.updates .blogcentered {
  margin-bottom: 80px;
}
.page.archive.updates .blogcentered .blogitemcontent iframe,
.page.archive.updates .blogcentered .blogitemheader {
  width: 100%;
  background-color: #000;
  padding: 10px;
}
.content,
div.author {
  line-height: 1.4;
}
.content a,
div.author a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.content a.contains-image,
div.author a.contains-image {
  border-bottom: 0;
}
.content li,
div.author li {
  list-style-type: disc;
  margin-bottom: 1em;
  list-style-position: outside;
  margin-left: 25px;
}
.glide--horizontal .glide__bullets {
  text-align: left !important;
  margin-left: 20px;
}
.mceContentBody {
  max-width: 770px;
  margin-left: 50px;
}
body#tinymce {
  -webkit-font-smoothing: auto !important;
}
.mobilemenuopener {
  display: none;
}
@media (max-width: 1024px) {
  .mobilemenuopener {
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 0;
  }
  .mobilemenuopener .thebutton {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    padding-left: 1.25em;
  }
  .mobilemenuopener .thebutton:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 0.15em;
    background: white;
    box-shadow: 0 0.25em 0 0 white, 0 0.5em 0 0 white;
  }
  html body div.main header {
    height: 50px;
  }
  html body div.main header h1.site-title {
    padding-top: 6px;
    margin-left: 10px;
  }
  html body div.main header h1.site-title a {
    border-right: 0;
  }
  html body div.main header nav.topnav {
    display: block;
    background-color: #000;
    top: 0;
    height: 100% !important;
    width: 300px;
    left: -300px;
    transition: left 0.3s ease-out;
    position: fixed;
    margin-left: 0;
  }
  html body div.main header nav.topnav.active {
    left: 0;
    transition: left 0.3s ease-out;
  }
  html body div.main header nav.topnav .menuitemcontainer {
    display: block;
  }
  html body div.main header nav.topnav .menuitemcontainer:hover {
    background-color: transparent;
  }
  html body div.main header nav.topnav .menuitemcontainer > a,
  html body div.main header nav.topnav .menuitemcontainer a.topnavparentitem {
    color: #fff;
  }
  html body div.main header nav.topnav .menuitemcontainer .browse {
    display: none;
  }
  html body div.main header nav.topnav .menuitemcontainer .menuflyout {
    border-top: 0;
    width: auto;
    display: block;
    padding: 0 11px;
    position: inherit;
  }
  html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li a,
  html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li h3 a {
    padding: 6px;
  }
  html body div.main header nav.topnav .menuitemcontainer .menuflyout ul.flyoutmenu > li div.links {
    padding: 0px;
    height: auto;
  }
  html body div.main header nav.topnav .menuitemcontainer .menuflyout .menu-item {
    padding: 0px;
    height: 30px;
    text-transform: uppercase;
  }
  html body div.main header nav.topnav .menuitemcontainer .menuflyout .menu-item a {
    padding: 6px;
    color: #aaaaaa;
    display: inline-block;
    font-weight: 100;
    line-height: 20px;
    height: 30px;
    text-decoration: none;
  }
  html body div.main header nav.topnav .socialicons {
    position: relative;
    font-size: 0;
    margin: 10px;
  }
  html body div.main header nav.topnav .socialicons a {
    font-size: 0;
    margin: 10px;
    letter-spacing: 0;
  }
  html body div.main header nav.topnav .socialicons a i {
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .mobilemenuopener {
    display: block;
  }
}
@media (max-width: 600px) {
  .homepage .spotlight,
  .pageheader {
    margin-top: 50px;
  }
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout.searchflyout {
  width: 240px;
}
html body div.main header nav.topnav .menuitemcontainer .menuflyout.searchflyout.active {
  display: block;
}
.homepage {
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform input[type=text] {
  font-family: 'Lato';
  color: #acacac;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 6px;
  font-weight: 300;
  font-size: 16px;
  margin: 5px 0;
}
.searchform input[type=submit] {
  font-family: FontAwesome;
  color: #fff;
  border: 0;
  font-size: 18px;
  background-color: transparent;
}
.searchform input[type=submit] {
  background-color: transparent;
  color: #fff;
}
body.search .heading #searchform {
  display: inline-block;
}
body.search .heading #searchform div {
  height: 20px;
}
@media (max-width: 600px) {
  body.search .heading #searchform div {
    height: auto;
  }
}
body.search .heading #searchform input#s {
  font-size: inherit;
  width: 150px;
  margin-top: -13px;
  padding: 0 6px;
}
@media (max-width: 600px) {
  body.search .heading #searchform input#s {
    margin-top: 14px;
  }
}
.entry-socials li {
  list-style-type: none;
  display: inline-block;
}
.social.blogcentered {
  display: flex;
  justify-content: flex-end;
}
.social.blogcentered .socialitem {
  align-self: flex-end;
  line-height: 0;
  display: block;
  margin-left: 5px;
}
.social.blogcentered .socialitem .stButton .stFb,
.social.blogcentered .socialitem .stButton .stTwbutton,
.social.blogcentered .socialitem .stButton .stMainServices {
  height: 24px;
}
.social.blogcentered .socialitem .stButton .stButton_gradient {
  height: 22px;
}
html body div.main header nav.topnav .menuitemcontainer .topnavparentitem.home {
  display: none;
}
@media (max-width: 600px) {
  html body div.main header nav.topnav .menuitemcontainer .topnavparentitem.home {
    display: block;
  }
}
.singletypecontainer {
  display: none;
}
.single-post .pageheader .title_voor_header,
.single-post .notfixingpageheader .title_voor_header {
  display: block;
}
.single-post .originalheading {
  display: none;
}
.mailchimp.slidein {
  position: fixed;
  bottom: 40px;
  right: -560px;
  transition: right 0.6s;
  width: 540px;
  background-color: #232326;
  padding: 30px;
  border: 2px solid #fff;
  z-index: 20;
}
@media (max-width: 630px) {
  .mailchimp.slidein {
    width: calc(100% - 70px);
  }
}
.mailchimp.slidein.open {
  right: 40px;
  transition: right 0s;
}
.mailchimp.slidein p {
  margin-bottom: 10px;
}
.mailchimp.slidein .close {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 20px;
  display: block;
  border-radius: 41px;
  color: #232323;
  background-color: #acacac;
  width: 26px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.yikes-easy-mc-success-message {
  color: #58c3b6;
  font-weight: bold;
}
.yikes-easy-mc-error-message {
  color: #ff0000;
  font-weight: bold;
}
.yikes-easy-mc-error-message a {
  font-weight: normal;
}
.yikes-easy-mc-form {
  position: relative;
}
#yikes-easy-mc-form-1-EMAIL,
#yikes-easy-mc-form-3-EMAIL {
  padding: 16px;
  border: 0;
  font-size: inherit;
  display: block;
  width: calc(100% - 160px);
}
.yikes-mailchimp-eu-compliance-label {
  display: flex;
  padding-top: 10px;
  margin-right: 15px;
}
.yikes-mailchimp-eu-compliance-label input {
  margin-right: 10px;
}
.yikes-easy-mc-submit-button {
  background-color: #58c3b6;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 145px;
  font-size: inherit;
}
.yikes-mailchimp-eu-compliance-text {
  font-size: 12px;
}
.yikes-mailchimp-container-2 #yikes-easy-mc-form-2-EMAIL,
.yikes-mailchimp-container-3 #yikes-easy-mc-form-2-EMAIL {
  padding: 16px;
  border: 0;
  font-size: inherit;
  display: block;
  width: calc(100% - 160px);
}
.yikes-mailchimp-container-2 .yikes-easy-mc-submit-button,
.yikes-mailchimp-container-3 .yikes-easy-mc-submit-button {
  padding: 16px !important;
  margin-top: 0 !important;
  width: 145px !important;
}
.page-template-page-home1 .storiesandprojects {
  margin-top: 65px;
}
@media (max-width: 900px) {
  .page-template-page-home1 .storiesandprojects {
    margin-top: 35px;
  }
}
.page-template-page-home1 #block_latest {
  margin-top: 20px;
}
@media (max-width: 1290px) {
  .page-template-page-home1 #block_latest .row {
    padding-bottom: 30px;
  }
}
.page-template-page-home1 .latestitems {
  padding: 65px 0;
}
@media (max-width: 900px) {
  .page-template-page-home1 .latestitems {
    padding: 35px 0;
  }
}
.page-template-page-home1 .latestitems .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
@media (min-width: 1290px) {
  .page-template-page-home1 .latestitems .slick-dots {
    position: absolute;
    right: 10px;
    margin-top: 0;
    text-align: right;
    top: -47px;
  }
}
.page-template-page-home1 .latestitems .slick-dots li {
  display: inline-block;
}
.page-template-page-home1 .latestitems .slick-dots li button {
  background-color: #c0c0c0;
  border-radius: 0;
  border: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  width: 14px;
  height: 14px;
  font-size: 0;
}
.page-template-page-home1 .latestitems .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .posttype_container .row .slick-dots {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .bxslider .slick-dots {
    display: none !important;
  }
}
/* LAB */
.labcontainer {
  display: flex;
}
.labcontainer .labpage {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  width: 77px;
  transition: width 600ms;
  position: relative;
}
.labcontainer .labpage .labpagelogo {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: 4;
  display: none;
}
.labcontainer .labpage .labpagelogo img {
  filter: drop-shadow(0 0 1vw #000000);
  width: 8vw;
  height: 5vw;
}
.labcontainer .labpage .labpageopener {
  cursor: pointer;
  position: absolute;
  transition: opacity 600ms;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.labcontainer .labpage .labpageopener .h2container {
  transform: rotate(-90deg);
  transform-origin: left center;
  position: absolute;
  left: calc(77px - 2vw);
  bottom: 1vh;
}
.labcontainer .labpage .labpageopener h2 {
  width: 200px;
  height: 77px;
  color: #fff;
  line-height: 77px;
  font-size: 2.2vw;
  margin: 0;
  width: 30vw;
}
.labcontainer .labpage.open .labpagelogo {
  display: block;
}
.labcontainer .labpage.open .labpageopener {
  transition: opacity 600ms;
  pointer-events: none;
}
.labcontainer .labpage.open .labpageopener .h2container {
  transform: rotate(-90deg);
  transform-origin: left center;
  position: absolute;
  left: calc(77px - 2vw);
  bottom: 1vh;
}
.labcontainer .labpage.open .labpageopener h2 {
  width: 33vw;
  height: 77px;
  line-height: 77px;
  font-size: 4.5vw;
  margin: 0;
  filter: drop-shadow(0.2vw 0.2vw 0.3vw #000000);
}
.labcontainer .labpage .teaser {
  display: none;
}
.labcontainer .labpage img.labbackground {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.labcontainer .labpage .scrolling {
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
}
.labcontainer .labpage .content {
  position: absolute;
  transition: top 600ms;
  top: 100%;
  min-height: 100vh;
  width: 100%;
}
.labcontainer .labpage .content .inner,
.labcontainer .labpage .content .popupcontent {
  max-width: 1280px;
  margin: 10vh auto 0;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1920px) {
  .labcontainer .labpage .content .inner,
  .labcontainer .labpage .content .popupcontent {
    max-width: 1180px;
  }
}
@media (max-width: 1744px) {
  .labcontainer .labpage .content .inner,
  .labcontainer .labpage .content .popupcontent {
    max-width: 786px;
  }
}
@media (max-width: 1290px) {
  .labcontainer .labpage .content .inner,
  .labcontainer .labpage .content .popupcontent {
    max-width: 595px;
  }
}
@media (max-width: 1030px) {
  .labcontainer .labpage .content .inner,
  .labcontainer .labpage .content .popupcontent {
    max-width: 595px;
  }
}
.labcontainer .labpage .content .inner h1,
.labcontainer .labpage .content .popupcontent h1,
.labcontainer .labpage .content .inner h2,
.labcontainer .labpage .content .popupcontent h2,
.labcontainer .labpage .content .inner h3,
.labcontainer .labpage .content .popupcontent h3,
.labcontainer .labpage .content .inner h4,
.labcontainer .labpage .content .popupcontent h4 {
  filter: drop-shadow(0.2vw 0.2vw 0.3vw #000000);
  color: #fff;
}
.labcontainer .labpage .content .inner h1,
.labcontainer .labpage .content .popupcontent h1 {
  font-size: 44px;
}
.labcontainer .labpage .content .inner h2,
.labcontainer .labpage .content .popupcontent h2 {
  font-size: 44px;
}
.labcontainer .labpage .content .inner h3,
.labcontainer .labpage .content .popupcontent h3 {
  font-size: 32rem;
}
.labcontainer .labpage .content .inner h4,
.labcontainer .labpage .content .popupcontent h4 {
  font-size: 28rem;
}
.labcontainer .labpage .content .inner figure.wp-block-image,
.labcontainer .labpage .content .popupcontent figure.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}
.labcontainer .labpage .content .inner .wp-block-image img,
.labcontainer .labpage .content .popupcontent .wp-block-image img {
  height: auto;
}
.labcontainer .labpage .content:before {
  position: absolute;
  left: 0;
  display: block;
  top: -30vh;
  height: 50vh;
  width: 100%;
  content: '';
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.labcontainer .labpage .content:after {
  position: absolute;
  left: 0;
  display: block;
  top: 20vh;
  height: calc(100% - 20vh);
  width: 100%;
  content: '';
  background-color: #000;
}
.labcontainer .labpage.open {
  width: calc(100vw - 200px);
}
.labcontainer .labpage.open .content {
  transition: top 600ms;
  top: 0;
}
.labcontainer .labpage.open .content:before {
  top: -10vh;
  transition: top 600ms;
}
.labcontainer .labpage.open .content:after {
  top: 40vh;
  transition: top 600ms;
}
.labcontainer .lablogo {
  display: none;
  position: absolute;
  left: calc(50% - 8vw);
  top: 2%;
  z-index: 4;
}
.labcontainer .lablogo img {
  filter: drop-shadow(0 0 1vw #000000);
  width: 16vw;
  height: 10vw;
}
.labcontainer.start .lablogo {
  display: block;
}
.labcontainer.start .labpage {
  width: 33.333vw;
}
.labcontainer.start .labpage .teaser {
  display: block;
  width: 33vw;
  position: absolute;
  left: 50%;
  margin-left: -12.5vw;
  width: 25vw;
  text-align: left;
  bottom: auto;
  top: 65vh;
  color: #fff;
  z-index: 4;
  line-height: 1.3;
}
.labcontainer.start .labpage .labpageopener .h2container {
  transform: rotate(0);
  transform-origin: left center;
  position: absolute;
  left: 50%;
  width: 33vw;
  text-align: center;
  margin-left: -16.5vw;
  bottom: auto;
  top: 50vh;
}
.labcontainer.start .labpage .labpageopener h2 {
  width: 33vw;
  font-size: 4.2vw;
  filter: drop-shadow(0.2vw 0.2vw 0.3vw #000000);
}
footer.footerlab {
  margin: 0;
}
.labcontainer .labpage .content .labdevelopment {
  display: flex;
  flex-wrap: wrap;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile {
  margin: 0 7px 6px 0;
  background-color: #000;
  padding: 10px 20px;
  width: 386px;
  font-weight: 400;
  height: 217px;
  cursor: pointer;
  position: relative;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile .labprojecttilebck {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile:hover .labprojecttilebck {
  z-index: 0;
  opacity: 0.3;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile:hover:before {
  position: absolute;
  left: 0;
  display: block;
  z-index: 1;
  bottom: 0;
  height: 190px;
  width: 100%;
  content: '';
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.labcontainer .labpage .content .labdevelopment .labprojecttile h3 {
  z-index: 1;
  color: #fff;
  font-size: 29px;
  line-height: 1;
  text-transform: uppercase;
  filter: none;
  font-weight: normal;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile .specs {
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 13px;
  color: #929292;
}
.labcontainer .labpage .content .labdevelopment .labprojecttile .teaser {
  z-index: 1;
  color: #4a98b2;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 346px;
  font-size: 20px;
}
.labcontainer .labpage .popupbck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.labcontainer .labpage .popupbck img {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.labcontainer .labpage .popupclose {
  position: absolute;
  top: 2vh;
  right: 2vw;
  font-size: 2vw;
  cursor: pointer;
  z-index: 5;
  display: none;
}
