@import "https://fonts.googleapis.com/css?family=Open+Sans:300,500,700&display=swap";
@font-face {
  font-family: "futura";
  src: url("../fonts/ftramd_-webfont.eot");
  src: url("../fonts/ftramd_-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ftramd_-webfont.woff") format("woff"),
    url("../fonts/ftramd_-webfont.ttf") format("truetype"),
    url("../fonts/ftramd_-webfont.svg#futura_mdmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: CircularStdMedium;
  src: url("../fonts/CircularStd-Medium.otf") format("opentype");
}
@font-face {
  font-family: CircularStdBold;
  src: url("../fonts/CircularStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: CircularStdBlack;
  src: url("../fonts/CircularStd-Black.otf") format("opentype");
}
.hoverOut {
  position: fixed;
  background: pink;
  width: 100vw;
  z-index: 2;
  display: none;
  margin-top: 200px;
  height: 100vh;
}
.hoverOut.active {
  display: block;
}
header {
  width: 100%;
  height: 140px;
  background: #fff;
  position: fixed;
  top: 0px;
  z-index: 1000;
}
@media only screen and (max-width: 480px) {
  header {
    height: 100px;
  }
}
header .bgColor {
  width: 100%;
  height: 0;
  position: absolute;
  background: #00508b;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: block;
  transition: 0.3s cubic-bezier(0.42, 0, 0, 0.82);
  box-shadow: 0px 5px 15px -7px rgba(0, 0, 0, 0.52);
}
header .bgColor.height {
  height: 80vh;
}
header .header-container .logo {
  float: left;
  width: 16.6483333333%;
}
header .header-container .logo img {
  padding-top: 26px;
  width: 150px;
  transition: 0.1s opacity ease-in-out;
}
@media only screen and (max-width: 480px) {
  header .header-container .logo img {
    width: 110px;
  }
}
header .header-container .logo:hover {
  text-decoration: none !important;
  border: none !important;
}
header .header-container .top {
  float: left;
  pointer-events: auto;
  display: flex;
}
@media only screen and (max-width: 960px) {
  header .header-container .top {
    display: none;
  }
}
header .header-container .top .menu-nl_menu-container,
header .header-container .top .menu-de_menu-container,
header .header-container .top .menu-en_menu-container {
  z-index: 999;
  margin: auto;
}
header .header-container .top .menu-nl_menu-container ul#menu_id,
header .header-container .top .menu-de_menu-container ul#menu_id,
header .header-container .top .menu-en_menu-container ul#menu_id {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
header .header-container .top .menu-nl_menu-container ul#menu_id li,
header .header-container .top .menu-de_menu-container ul#menu_id li,
header .header-container .top .menu-en_menu-container ul#menu_id li {
  float: left;
  text-align: center;
  list-style: none;
  margin: auto;
  padding: 88px 20px 0px;
  height: 140px;
}
header .header-container .top .menu-nl_menu-container ul#menu_id li a,
header .header-container .top .menu-de_menu-container ul#menu_id li a,
header .header-container .top .menu-en_menu-container ul#menu_id li a {
  font-family: "CircularStdBold";
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  color: #292929;
  margin: auto;
}
header .header-container .top .menu-nl_menu-container ul#menu_id li a span,
header .header-container .top .menu-de_menu-container ul#menu_id li a span,
header .header-container .top .menu-en_menu-container ul#menu_id li a span {
  color: #00508b;
}
header .header-container .top .menu-nl_menu-container ul#menu_id li.active a,
header .header-container .top .menu-de_menu-container ul#menu_id li.active a,
header .header-container .top .menu-en_menu-container ul#menu_id li.active a {
  text-decoration: none;
  color: #00508b;
  border: none !important;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li.active
  ul.sub-menu,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li.active
  ul.sub-menu,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li.active
  ul.sub-menu {
  opacity: 1;
  transition: 0.3s ease-in-out all 0.3s;
  visibility: visible;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li.active
  ul.sub-menu
  li,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li.active
  ul.sub-menu
  li,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li.active
  ul.sub-menu
  li {
  display: block;
  height: auto;
  width: auto;
}
header .header-container .top .menu-nl_menu-container ul#menu_id li ul.sub-menu,
header .header-container .top .menu-de_menu-container ul#menu_id li ul.sub-menu,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu {
  margin: 0;
  padding: 10px 0px 0px 0px;
  width: auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: auto;
  left: auto;
  top: 140px;
  height: 400px;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu.active,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu.active,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu.active {
  opacity: 1;
  margin-left: 0px;
  visibility: visible;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  height: 450px;
  width: 27.5%;
  transition: 0.3s ease-in-out all;
  border-left: 30px solid #138551;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h3,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h3,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h3 {
  color: #444;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h5,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h5,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h5 {
  margin-bottom: 20px;
  font-size: 12px;
  color: #444;
  font-weight: lighter;
  font-family: "Open Sans";
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h4,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h4,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 8px;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case {
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  padding: 12.5px 15px;
  display: block;
  background: #de716e;
  width: 100%;
  height: auto;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case:hover,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case:hover,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  .latest-items
  a.latest-case:hover {
  background: #de9a98;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li {
  text-align: left;
  display: none;
  height: 25px;
  width: 300px;
  margin: 0px;
  padding: 13px 0px;
  text-indent: 20px;
  float: none;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li:hover,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li:hover,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li:hover {
  background: #de716e;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a {
  color: #fff;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a
  span,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a
  span,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  a
  span {
  color: #fff;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu {
  margin: 0;
  padding: 0;
  float: right;
  width: 70%;
  background: #de716e;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible {
  margin-bottom: -10px;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible
  li,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible
  li,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu.visible
  li {
  display: block !important;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li {
  text-indent: 40px;
  display: none !important;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:last-of-type,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:last-of-type,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:last-of-type {
  padding-bottom: 10px !important;
}
header
  .header-container
  .top
  .menu-nl_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:hover,
header
  .header-container
  .top
  .menu-de_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:hover,
header
  .header-container
  .top
  .menu-en_menu-container
  ul#menu_id
  li
  ul.sub-menu
  li
  ul.sub-sub-menu
  li:hover {
  background: #de9a98;
}
header .header-container .search {
  position: absolute;
  top: 0px;
  right: 120px;
  z-index: 99999;
}
@media only screen and (max-width: 960px) {
  header .header-container .search {
    position: absolute;
    right: 65px;
    top: 14px;
  }
}
header .header-container .search .search_btn img {
  cursor: pointer;
  margin: auto;
  display: block;
  height: 50px;
}
header .header-container .search .search_input {
  display: none;
}
header .header-container .language {
  position: absolute;
  top: 0px;
  right: 90px;
}
header .header-container .language::before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  margin: 15px 1px 0px 31px;
  background-image: url(../images/icon_down_clean.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 960px) {
  header .header-container .language {
    position: absolute;
    right: 141px;
    top: 14px;
  }
}
header .header-container .language .language_holder {
  margin: auto;
  position: absolute;
  top: 16px;
}
header .header-container .language .language_holder .lang-icon a {
  display: none;
  float: left;
  clear: both;
  transition: 0.2s ease-in-out all;
}
header .header-container .language .language_holder .lang-icon a.active {
  display: block !important;
}
header .header-container .language .language_holder .lang-icon a:hover {
  border: none !important;
}
header .header-container .hamburger {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 60px;
  right: 30px;
  margin: auto;
  height: 30px;
  width: 30px;
  z-index: 305;
  transition: 0.1s ease-in-out all;
}
@media only screen and (max-width: 960px) {
  header .header-container .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  header .header-container .hamburger {
    top: 30px;
    right: 20px;
  }
}
header .header-container .hamburger span {
  width: 100%;
  height: 4px;
  display: block;
  margin-bottom: 4px;
  background: #000;
  transition: 0.1s ease-in-out all;
}
.mobile_menu {
  margin: auto;
  background: #138551;
  color: #fff;
  top: 0px;
  padding-top: 95px;
  height: 100%;
  right: -100%;
  width: 100%;
  position: fixed;
  z-index: 300;
  display: none;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 960px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu.open {
  right: 0;
  overflow: scroll;
}
.mobile_menu ul.menu {
  padding: 0;
  margin: 0;
}
.mobile_menu ul.menu li {
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: 0.2s all ease-in-out;
}
.mobile_menu ul.menu li a {
  padding: 10px 20px;
  color: #fff;
}
.mobile_menu ul.menu li a:hover {
  text-decoration: none !important;
}
.mobile_menu ul.menu li.menu-item-has-children {
  background-image: url("../images/more.svg");
  background-position: top 18px right 18px;
  background-repeat: no-repeat;
}
.mobile_menu ul.menu li.menu-item-has-children span {
  display: none !important;
}
.mobile_menu ul.menu li.menu-item-has-children.open {
  background-image: url("../images/less.svg");
  background-position: top 18px right 18px;
  background-repeat: no-repeat;
}
.mobile_menu ul.menu li .sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  background: #000;
  transition: 0.2s all ease-in-out;
}
.mobile_menu ul.menu li .sub-menu.open {
  display: block !important;
  margin-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.mobile_menu ul.menu li .sub-menu .latest-items {
  display: none !important;
}
.mobile_menu ul.menu li .sub-menu li {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  transition: 0.2s all ease-in-out;
}
.mobile_menu ul.menu li .sub-menu li:last-of-type {
  margin-bottom: -15px;
  border: none;
}
.mobile_menu ul.menu li .sub-menu li a {
  padding: 10px 20px;
}
.mobile_menu ul.menu li .sub-menu li a:hover {
  text-decoration: none !important;
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu {
  padding: 0;
  margin: 0 -20px;
  display: none;
  background: #f3c3c2;
  transition: 0.2s all ease-in-out;
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu.open {
  display: block;
  margin-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu li {
  padding: 15px 40px;
  margin: 0;
  list-style: none;
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu li:last-of-type {
  margin-bottom: -20px;
  border: none;
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu li a {
  padding: 10px 20px;
}
.mobile_menu ul.menu li .sub-menu li .sub-sub-menu li a:hover {
  text-decoration: none !important;
}
.mobile_menu .extra {
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  height: 88px;
}
.mobile_menu .extra .search {
  margin: auto;
  padding: 30px 0px;
  text-align: center;
  width: 50%;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.mobile_menu .extra .search .search_btn img {
  width: 24px;
}
.mobile_menu .extra .lang {
  margin: auto;
  padding: 33px 0px;
  text-align: center;
  width: 50%;
  float: left;
}
.responsive_menu {
  margin: auto;
  background: #138551;
  color: #fff;
  top: 0px;
  padding-top: 95px;
  height: 100%;
  right: -100%;
  width: 100%;
  position: fixed;
  z-index: 300;
  display: none;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .responsive_menu {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .responsive_menu {
    display: block;
  }
}
.responsive_menu.open {
  right: 0;
  overflow: scroll;
}
.responsive_menu ul.menu {
  padding: 0;
  margin: 0;
}
.responsive_menu ul.menu li {
  padding: 15px 0px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: 0.2s all ease-in-out;
}
.responsive_menu ul.menu li a {
  padding: 10px 20px;
  color: #fff;
}
.responsive_menu ul.menu li a:hover {
  text-decoration: none !important;
}
.responsive_menu ul.menu li.has-sublevel {
  background-image: url("../images/more.svg");
  background-position: top 18px right 18px;
  background-repeat: no-repeat;
}
.responsive_menu ul.menu li.has-sublevel span {
  display: none !important;
}
.responsive_menu ul.menu li.has-sublevel.open {
  background-image: url("../images/less.svg");
  background-position: top 18px right 18px;
  background-repeat: no-repeat;
}
.responsive_menu ul.menu li .sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  background: #de9a98;
  transition: 0.2s all ease-in-out;
}
.responsive_menu ul.menu li .sub-menu.open {
  display: block;
  margin-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.responsive_menu ul.menu li .sub-menu .latest-items {
  display: none !important;
}
.responsive_menu ul.menu li .sub-menu li {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
  transition: 0.2s all ease-in-out;
}
.responsive_menu ul.menu li .sub-menu li:last-of-type {
  margin-bottom: -15px;
  border: none;
}
.responsive_menu ul.menu li .sub-menu li a {
  padding: 10px 20px;
}
.responsive_menu ul.menu li .sub-menu li a:hover {
  text-decoration: none !important;
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu {
  padding: 0;
  margin: 0 -20px;
  display: none;
  background: #f3c3c2;
  transition: 0.2s all ease-in-out;
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu.open {
  display: block;
  margin-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu li {
  padding: 15px 40px;
  margin: 0;
  list-style: none;
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu li:last-of-type {
  margin-bottom: -20px;
  border: none;
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu li a {
  padding: 10px 20px;
}
.responsive_menu ul.menu li .sub-menu li .sub-sub-menu li a:hover {
  text-decoration: none !important;
}
.menuOverlay {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all ease-in-out;
}
#full-width-header {
  width: 100vw;
  height: 90vh;
  position: absolute;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #full-width-header {
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  #full-width-header {
    height: 240px;
  }
}
#full-width-header .container.bottom-text {
  position: relative;
  height: 100%;
}
#full-width-header .container.bottom-text .pinned-post {
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 30px;
  left: 0px;
  border-radius: 8px;
  padding: 60px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
@media only screen and (max-width: 960px) {
  #full-width-header .container.bottom-text .pinned-post {
    width: 100%;
    padding: 45px;
  }
}
@media only screen and (max-width: 480px) {
  #full-width-header .container.bottom-text .pinned-post {
    padding: 30px;
  }
}
#full-width-header .container.bottom-text .pinned-post .btn-primary {
  background: #00508b;
  margin-top: 30px;
  max-width: 120px;
  text-align: center;
}
#full-width-header .container.bottom-text .pinned-post .btn-primary:hover {
  background: #000 !important;
}
#full-width-header .container.bottom-text .pinned-post .title {
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "CircularStdBold";
}
@media only screen and (max-width: 960px) {
  #full-width-header .container.bottom-text .pinned-post .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  #full-width-header .container.bottom-text .pinned-post .title {
    font-size: 15px;
  }
}
.full-width-module {
  width: 100vw;
  height: 60vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px 0px;
}
@media only screen and (max-width: 480px) {
  .full-width-module {
    height: 30vh;
  }
}
*:focus {
  outline: none;
}
#search_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 999999;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  background: rgba(19, 133, 81, 0.96);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#search_holder.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#search_holder.active #search_inner {
  margin-top: -100px;
  transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  opacity: 1;
  visibility: visible;
}
#search_inner {
  position: absolute;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 660px;
  padding: 0px 20px;
  margin-left: -350px;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 480px) {
  #search_inner {
    width: 100%;
    margin-left: auto;
    left: 0px;
  }
}
#search_inner img {
  position: absolute;
  top: -50px;
  right: 3%;
  width: 35px;
  height: auto;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  #search_inner img {
    width: 25px;
    right: 20px;
  }
}
#search_inner a.btn {
  text-transform: uppercase;
  background: #fff;
  border: none;
  padding: 7.5px 15px;
  color: #000;
  border-radius: 3px;
  text-align: center;
  float: right;
  font-weight: 300;
  margin-top: 40px;
  cursor: pointer;
}
#search_inner a.btn:hover {
  background-color: #fff;
}
#search_inner input {
  width: 90%;
  font-family: "CircularStdBold";
  background: none;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px 5%;
  display: block;
  border-radius: 0px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  #search_inner input {
    font-size: 20px;
    line-height: 20px;
  }
}
.search-term {
  color: #138551;
}
.search-result {
  margin: 30px 0px;
  margin-bottom: 45px;
  padding: 30px;
  border-radius: 15px;
}
.search-result:nth-child(odd) {
  background: #f9f9f9;
}
.search-result:nth-child(even) {
  background: #e8e8e8;
}
.search_heading {
  font-size: 2.5em;
  line-height: 1.25em;
  margin-bottom: 60px;
}
.search-result h2 {
  margin-bottom: 0px;
}
.search-result a.btn {
  background: #138551;
  color: #fff;
  padding: 7.5px 15px;
  border-radius: 3px;
  transition: 0.2s all ease-in-out;
  display: block;
  border: none !important;
  text-align: center;
  width: 125px;
}
.search-result a.btn:hover {
  background: #222;
}
#search_inner input::-webkit-input-placeholder {
  color: #fff;
}
#search_inner input::-moz-placeholder {
  color: #fff;
}
#search_inner input:-ms-input-placeholder {
  color: #fff;
}
#search_inner input:-moz-placeholder {
  color: #fff;
}
.wpcf7-form table {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 90% !important;
  box-shadow: none !important;
  background: #fbfbfb !important;
  border: 1px solid #ddd !important;
}
.wpcf7-form textarea {
  width: 95% !important;
}
.wpcf7-form .wpcf7-submit {
  background: #138551 !important;
  border: none !important;
  width: 200px !important;
}
.video_module_header {
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}
.video_module_header #youtubeCanvas {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-aspect-ratio: 14/9) {
  .video_module_header #youtubeCanvas {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 14/9) {
  .video_module_header #youtubeCanvas {
    width: 300%;
    left: -100%;
    height: 120%;
  }
}
@media only screen and (max-aspect-ratio: 14/9) and (max-width: 480px) {
  .video_module_header #youtubeCanvas {
    width: 100%;
    left: 0;
    height: 100%;
  }
}
.video_module_header #youtubeCanvas iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.video_module_header #youtubeCanvas video {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#videowrapper #fullScreenDiv {
  width: 100vw;
  padding: 0;
  margin: 0;
  top: 0;
  margin-top: 0px;
  position: absolute;
  z-index: -1;
  height: 90vh;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #videowrapper #fullScreenDiv {
    height: 380px;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  #videowrapper #fullScreenDiv {
    height: 200px;
  }
}
#videowrapper #fullScreenDiv video {
  width: 100vw;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  margin-top: 0;
}
@media (min-aspect-ratio: 16/9) {
  #videowrapper #fullScreenDiv video {
    width: 100vw;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videowrapper #fullScreenDiv video {
    position: absolute;
    width: auto;
    margin-left: 50vw;
    transform: translate(-50%);
    margin-top: 0;
    height: 90vh;
  }
}
@media only screen and (max-aspect-ratio: 16/9) and (max-width: 768px) {
  #videowrapper #fullScreenDiv video {
    height: 380px;
    margin-top: 0px;
  }
}
@media only screen and (max-aspect-ratio: 16/9) and (max-width: 480px) {
  #videowrapper #fullScreenDiv video {
    height: 200px;
  }
}
.video_canvas_container {
  display: block;
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .video_canvas_container {
    height: 380px;
  }
}
@media only screen and (max-width: 480px) {
  .video_canvas_container {
    height: 200px;
  }
}
#slider-background {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 0;
  margin-top: 0px;
  position: absolute;
  z-index: -1;
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #slider-background {
    position: relative;
    height: 380px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #slider-background {
    height: 211px;
  }
}
#slider-background .left-red-blend {
  background: #138551;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 130px;
  max-width: 500px;
  position: absolute;
  left: 0px;
  bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #slider-background .left-red-blend {
    display: none;
  }
}
#slider-background .left-logo {
  z-index: 999;
  width: 100%;
  height: 130px;
  text-align: center;
  max-width: 500px;
  position: absolute;
  left: 0px;
  bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #slider-background .left-logo {
    display: none;
  }
}
#slider-background .left-logo img {
  width: 80%;
}
#slider-background .right-red-blend {
  background: #138551;
  z-index: 1;
  mix-blend-mode: multiply;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #slider-background .right-red-blend {
    display: none;
  }
}
#slider-background .sidenav {
  position: absolute;
  bottom: 15%;
  width: 300px;
  height: auto;
  right: 15px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #slider-background .sidenav {
    display: none;
  }
}
#slider-background .sidenav .header {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 15px;
  height: 55px;
  margin-bottom: 15px;
}
#slider-background .sidenav .header p {
  font-family: "CircularStdBold";
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  text-transform: uppercase;
}
#slider-background .sidenav .header .socials span {
  float: right;
  margin-right: 15px;
}
#slider-background .sidenav .header .socials span img {
  width: 15px;
}
#slider-background .sidenav .links {
  float: left;
  width: 100%;
  z-index: 3;
  background-color: rgba(1, 1, 1, 0.3);
}
#slider-background .sidenav .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slider-background .sidenav .links ul li {
  color: #fff;
  padding: 15px;
  width: auto;
  font-family: "CircularStdBold";
  font-size: 18px;
  line-height: 22px;
}
#slider-background .sidenav .links a {
  text-decoration: none;
}
#slider-background .sidenav .links a li {
  transition: 0.3s all ease-in-out;
}
#slider-background .sidenav .links a:hover li {
  background: #000;
  padding-left: 30px;
}
#slider-background p {
  float: left;
}
#slider-background.video {
  background-color: none;
}
#slider-background.carousel .homeCarousel .slide {
  min-height: 700px;
  min-height: 90vh;
  background-size: cover !important;
}
footer {
  min-height: 220px;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    min-height: 430px;
  }
}
footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 23px;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-link {
  color: #fff !important;
}
footer .footer-link:hover {
  border-bottom: 2px solid #fff;
}
footer .copyright {
  float: left;
  width: 29.1345833333%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .copyright {
    width: 99.89%;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright {
    width: 99.89%;
  }
}
footer .copyright p {
  font-size: 12px;
  line-height: 22px;
}
footer .partners {
  float: left;
  width: 49.945%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .partners {
    width: 99.89%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  footer .partners {
    width: 99.89%;
  }
}
footer .partners .row {
  width: 100%;
  float: left;
  display: block;
}
footer .partners img {
  height: 40px;
  width: auto;
  margin: 10px;
}
footer .socials {
  float: left;
  padding-left: 20px;
  width: 12.48625%;
}
@media only screen and (max-width: 768px) {
  footer .socials {
    width: 99.89%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  footer .socials {
    width: 99.89%;
  }
}
footer .socials .sub {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-family: "CircularStdBold";
  display: block;
  margin-bottom: 15px;
}
footer .socials img {
  text-align: center;
  width: 34px !important;
  filter: grayscale(100%);
  margin-right: 10px;
  margin-bottom: 10px;
}
.project-highlight {
  background: #f9f9f9;
  height: auto;
  width: 100%;
  border-radius: 5px;
  padding: 30px;
  min-height: 130px;
  margin: 15px 0px;
}
.project-highlight .clear {
  clear: both;
}
.project-highlight .project-cat {
  min-width: 8.3241666667%;
  float: left;
  font-weight: 500;
  font-family: "CircularStdBold";
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 0px;
  height: 35px;
}
@media only screen and (max-width: 480px) {
  .project-highlight .project-cat {
    min-width: 99.89%;
    border-bottom: 0px solid #d8d8d8;
  }
}
.project-highlight .project-info {
  width: 41.6208333333%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 0px;
  height: 35px;
}
@media only screen and (max-width: 480px) {
  .project-highlight .project-info {
    min-width: 99.89%;
  }
}
.project-highlight .project-person {
  width: 41.6208333333%;
  float: right;
  text-align: left;
  transform: translateY(-90%);
}
@media only screen and (max-width: 480px) {
  .project-highlight .project-person {
    min-width: 99.89%;
    transform: translateY(0%) !important;
    margin-top: 0px;
  }
}
.project-highlight .project-person b {
  font-weight: 500;
  font-family: "CircularStdBold";
  border-bottom: 1px solid #d8d8d8;
  padding: 6px 0px 9px 0px;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .project-highlight .project-person b {
    border-bottom: 0px;
  }
}
.project-highlight .project-person p {
  font-size: 0.7em;
}
.project-highlight .project-person .image-holder {
  width: 100%;
  display: block;
  padding: 15px 0px;
  float: left;
}
.project-highlight .project-person .image-holder img {
  width: 100px;
  float: left;
}
.full-image-links {
  width: 90%;
  display: block;
  margin: 60px 5%;
  position: relative;
  overflow: hidden;
}
.full-image-links.page-section {
  margin: 60px auto;
  max-width: 1600px;
}
.full-image-links.page-section .image-small {
  width: 33%;
}
@media only screen and (max-width: 960px) {
  .full-image-links.page-section .image-small {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .full-image-links.page-section .image-small {
    width: 100%;
  }
}
.full-image-links.ons-werk {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .full-image-links.ons-werk {
    margin: 0 auto;
  }
}
.full-image-links.ons-werk .image-small {
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .full-image-links.ons-werk .image-small {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-links.homepage {
    margin-bottom: 30px;
  }
}
.full-image-links.homepage .image-large,
.full-image-links.homepage .video-large,
.full-image-links.homepage .image-small,
.full-image-links.homepage .video-small {
  border: 10px solid #222;
}
@media only screen and (max-width: 768px) {
  .full-image-links {
    width: 92%;
    display: block;
    margin: 15px 4%;
  }
}
.full-image-links.products {
  margin-top: 0px;
}
.full-image-links .image-large,
.full-image-links .video-large {
  width: 50%;
  height: 550px;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 10px solid #fff;
  cursor: pointer;
  transition: background-size 150ms linear;
}
.full-image-links .image-large .image-text,
.full-image-links .video-large .image-text {
  color: #fff;
  z-index: 10;
  position: relative;
  margin: 30px;
  display: block;
  font-size: 0.8em;
  opacity: 1;
  transition: 0.6s all ease-in-out;
}
@media only screen and (max-width: 480px) {
  .full-image-links .image-large .image-text,
  .full-image-links .video-large .image-text {
    opacity: 1;
    top: 15px;
    left: 15px;
    margin: 0px;
  }
}
.full-image-links .image-large .image-text h1,
.full-image-links .video-large .image-text h1 {
  padding: 0px 30px 0px 0px;
  width: 90%;
}
.full-image-links .image-large .overlay,
.full-image-links .video-large .overlay {
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: #000;
  transition: 0.2s all ease-in-out;
}
.full-image-links .image-large:hover .image-text,
.full-image-links .video-large:hover .image-text {
  opacity: 1;
}
.full-image-links .image-large:hover .overlay,
.full-image-links .video-large:hover .overlay {
  opacity: 0.6;
  visibility: visible;
}
.full-image-links .image-large .image-text,
.full-image-links .video-large .image-text {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .full-image-links .image-large,
  .full-image-links .video-large {
    height: 175px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-links .image-large,
  .full-image-links .video-large {
    width: 100%;
    height: 250px;
  }
}
.full-image-links .image-small,
.full-image-links .video-small {
  height: 275px;
  width: 25%;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 10px solid #fff;
  cursor: pointer;
  transition: background-size 150ms linear;
}
@media only screen and (max-width: 960px) {
  .full-image-links .image-small,
  .full-image-links .video-small {
    width: 50%;
  }
}
.full-image-links .image-small .image-text,
.full-image-links .video-small .image-text {
  color: #fff;
  z-index: 10;
  position: relative;
  margin: 30px;
  display: block;
  font-size: 0.8em;
  opacity: 1;
  transition: 0.6s all ease-in-out;
}
@media only screen and (max-width: 480px) {
  .full-image-links .image-small .image-text,
  .full-image-links .video-small .image-text {
    opacity: 1;
    top: 15px;
    left: 15px;
    margin: 0px;
  }
}
.full-image-links .image-small .image-text h1,
.full-image-links .video-small .image-text h1 {
  padding: 0px 30px 0px 0px;
  width: 90%;
}
.full-image-links .image-small .overlay,
.full-image-links .video-small .overlay {
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: #000;
  transition: 0.2s all ease-in-out;
}
.full-image-links .image-small:hover .image-text,
.full-image-links .video-small:hover .image-text {
  opacity: 1;
}
.full-image-links .image-small:hover .overlay,
.full-image-links .video-small:hover .overlay {
  opacity: 0.6;
  visibility: visible;
}
.full-image-links .image-small .image-text,
.full-image-links .video-small .image-text {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .full-image-links .image-small,
  .full-image-links .video-small {
    height: 175px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .full-image-links .image-small,
  .full-image-links .video-small {
    width: 100%;
  }
}
.full-image-links .video-large iframe,
.full-image-links .video-small iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .full-image-links .video-large {
    display: none;
  }
}
.full-image-links .product-image {
  height: 275px;
  width: 25%;
  float: left;
  position: relative !important;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 10px solid #fff;
  cursor: pointer;
  transition: background-size 150ms linear;
}
.full-image-links .product-image .image-text {
  color: #fff;
  z-index: 10;
  position: relative;
  margin: 30px;
  display: block;
  font-size: 0.8em;
  opacity: 1;
  transition: 0.6s all ease-in-out;
}
@media only screen and (max-width: 480px) {
  .full-image-links .product-image .image-text {
    opacity: 1;
    top: 15px;
    left: 15px;
    margin: 0px;
  }
}
.full-image-links .product-image .image-text h1 {
  padding: 0px 30px 0px 0px;
  width: 90%;
}
.full-image-links .product-image .overlay {
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: #000;
  transition: 0.2s all ease-in-out;
}
.full-image-links .product-image:hover .image-text {
  opacity: 1;
}
.full-image-links .product-image:hover .overlay {
  opacity: 0.6;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .full-image-links .product-image {
    width: 100% !important;
  }
}
.full-image-links .product-image .overlay {
  opacity: 0;
  visibility: visible;
  mix-blend-mode: multiply;
  position: absolute;
  height: 100%;
  width: 100%;
}
.full-image-links .product-image .image-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto !important;
}
.full-image-links .product-image .image-text h1 {
  font-size: 15px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px !important;
  background: #000;
}
.full-image-links .product-image:nth-of-type(1),
.full-image-links .product-image:nth-of-type(8n),
.full-image-links .product-image:nth-of-type(16n) {
  width: 50% !important;
  height: 275px !important;
}
@media only screen and (max-width: 480px) {
  .full-image-links .product-image:nth-of-type(1),
  .full-image-links .product-image:nth-of-type(8n),
  .full-image-links .product-image:nth-of-type(16n) {
    width: 100% !important;
  }
}
.full-image-links .product-image:nth-of-type(1) .image-text,
.full-image-links .product-image:nth-of-type(8n) .image-text,
.full-image-links .product-image:nth-of-type(16n) .image-text {
  font-size: 0.8em;
}
.full-image-links .product-image:nth-of-type(8n) {
  float: right;
}
.news.archive {
  margin-top: 60px;
}
@media only screen and (max-width: 960px) {
  .news.archive {
    width: 100%;
  }
}
.news .header {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  font-family: "CircularStdBold";
}
.news .header h3 {
  font-size: 26px;
  color: #444;
}
.news .header {
  margin-top: 60px;
  width: 99.89%;
}
.news .header h3 {
  font-size: 21px;
}
.news ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}
.news ul a {
  color: #444;
  text-decoration: none;
}
.news ul a:hover {
  text-decoration: none;
  border: 0px;
}
.news ul li {
  width: 45%;
  float: left;
  padding: 15px 0px;
  margin: 0px;
  margin-right: 5%;
  margin-bottom: 2.5%;
  min-height: 300px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 960px) {
  .news ul li {
    min-height: 520px;
  }
}
@media only screen and (max-width: 480px) {
  .news ul li {
    min-height: auto;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .news ul li .image-holder,
  .news ul li .text-holder {
    float: left;
    width: 100%;
  }
}
.news ul li h2 {
  font-size: 17px;
  color: #00508b;
}
@media only screen and (max-width: 960px) {
  .news ul li h2 {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .news ul li h2 {
    display: block;
    font-size: 15px;
  }
}
.news ul li small {
  font-weight: 500;
}
.news ul li img {
  float: left;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 30px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .news ul li img {
    margin-bottom: 30px;
    width: 100%;
    height: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .news ul li img {
    margin-bottom: 15px;
  }
}
.news-buttons {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news-buttons {
    width: 100%;
  }
}
.news-buttons .btn-wrapper {
  margin: -7px auto 0 auto;
  display: table;
  text-align: center;
}
.news-buttons .btn-wrapper .btn-page {
  background: #f9f9f9;
  color: #444;
  cursor: pointer;
}
.news-buttons .btn-wrapper .btn-page:hover {
  background: #138551;
}
.news-buttons .btn-wrapper .btn-page:hover.disabled {
  color: #c8c8c8 !important;
  background: #f9f9f9 !important;
  cursor: auto;
}
.news-buttons .btn-wrapper .btn-page:hover.active {
  color: #c8c8c8 !important;
  background: #f9f9f9 !important;
}
.news-buttons .btn-wrapper .btn-page.active-page {
  color: #c8c8c8 !important;
  background: #f9f9f9 !important;
}
.news-buttons .btn-wrapper .btn-page a {
  color: #444;
  text-decoration: none;
  border: 0;
}
.news-buttons .btn-wrapper .btn-page a:hover {
  color: #fff;
  border: 0;
}
.news-buttons .btn-wrapper .btn-page.active {
  color: #fff;
  background: #138551;
}
.news-buttons .btn-wrapper .btn-primary {
  width: auto;
  display: inline-block;
  margin: 10px;
}
.news-buttons.news-pagination .btn-wrapper {
  margin-bottom: 30px;
}
.news-buttons.news-categories .btn-wrapper {
  display: table;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .news-buttons.news-categories .btn-wrapper .btn-primary {
    margin-right: 0px !important;
  }
}
.modules {
  display: table;
  width: 99.89%;
  padding: 0;
}
.modules table,
.modules ul {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .modules.cta .container {
    width: 90%;
  }
}
.modules.padding {
  padding: 60px 0 60px 0 !important;
}
@media only screen and (max-width: 768px) {
  .modules.padding {
    padding: 60px 0 60px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .modules.padding {
    padding: 30px 0 30px 0 !important;
  }
}
.modules.padding-bottom {
  padding: 0px 0 60px 0 !important;
}
@media only screen and (max-width: 480px) {
  .modules.padding-bottom {
    padding: 0px 0 15px 0 !important;
  }
}
.modules.no-table {
  display: block !important;
}
.modules.pages .header {
  color: #444;
}
.modules.pages .col-4 {
  width: 33.2966666667%;
  float: left;
}
.modules.pages .col-5 {
  width: 41.6208333333%;
  float: left;
}
.modules.pages .col-7 {
  width: 58.2691666667%;
  float: left;
}
.modules.pages .col-8 {
  width: 66.5933333333%;
  float: left;
}
.modules.video .header {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  font-family: "CircularStdBold";
}
.modules.video .header h3 {
  font-size: 26px;
  color: #444;
}
.modules.video .header {
  border: 0 !important;
  color: #fff;
}
.modules.video .video {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.modules .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.modules .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modules.no-top {
  padding-top: 0;
  margin-top: 0;
}
.modules {
  display: table;
  width: 99.89%;
  padding: 0;
}
.modules table,
.modules ul {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .modules.cta .container {
    width: 90%;
  }
}
.modules.padding {
  padding: 60px 0 60px 0 !important;
}
@media only screen and (max-width: 768px) {
  .modules.padding {
    padding: 60px 0 60px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .modules.padding {
    padding: 30px 0 30px 0 !important;
  }
}
.modules.padding-bottom {
  padding: 0px 0 60px 0 !important;
}
@media only screen and (max-width: 480px) {
  .modules.padding-bottom {
    padding: 0px 0 15px 0 !important;
  }
}
.modules.no-table {
  display: block !important;
}
.modules.pages .header {
  color: #444;
}
.modules.pages .col-4 {
  width: 33.2966666667%;
  float: left;
}
.modules.pages .col-5 {
  width: 41.6208333333%;
  float: left;
}
.modules.pages .col-7 {
  width: 58.2691666667%;
  float: left;
}
.modules.pages .col-8 {
  width: 66.5933333333%;
  float: left;
}
.modules.red p {
  color: #fff;
  text-align: left;
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 480px) {
  .modules.red p {
    font-size: 1.6em;
    padding: 0px 15px 0px 0px;
    line-height: 130%;
  }
}
.modules.lightgrey p {
  color: #000;
  text-align: left;
  font-size: 28px;
  line-height: 34px;
}
@media only screen and (max-width: 480px) {
  .modules.lightgrey p {
    font-size: 1.6em;
    padding: 0px 15px 0px 0px;
    line-height: 130%;
  }
}
.modules.cta {
  padding: 60px 0px 60px 0px;
  text-align: left;
}
.modules.cta .activation-text {
  width: 58.2691666667%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .modules.cta .activation-text {
    width: 99.89%;
  }
}
.modules.cta .activation-btns {
  width: 41.6208333333%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .modules.cta .activation-btns {
    width: 99.89%;
    min-height: 80px;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.modules.cta .activation-btns .btn-wrapper {
  width: auto;
}
@media only screen and (max-width: 480px) {
  .modules.cta .activation-btns .btn-wrapper {
    margin-top: -50px;
  }
}
.modules.cta .activation-btns .btn-wrapper .btn-primary {
  float: left;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  width: auto;
}
.modules.cta .activation-btns .btn-wrapper .btn-primary:hover {
  background: #000 !important;
}
.modules.cta-projects {
  text-align: center;
}
.modules.cta-projects p {
  text-align: center;
  margin: 0px auto 30px;
  padding: 0px 20px;
}
.modules.cta-projects p.alignleft {
  text-align: left;
}
.modules.cta-projects .text_holder {
  width: 66%;
  float: left;
}
.modules.cta-projects .text_holder.home {
  width: 100%;
  padding: 30px 0px;
  text-align: left;
}
.modules.cta-projects .text_holder.home h3 {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "CircularStdBold";
  text-transform: uppercase;
}
.modules.cta-projects .text_holder.home p {
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .modules.cta-projects .text_holder.home p {
    font-size: 16px;
    line-height: 24px;
  }
}
.modules.cta-projects .text_holder.home .btn-primary {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.modules.cta-projects .text_holder.home .btn-primary:last-of-type {
  background-color: #00508b;
}
.modules.cta-projects .text_holder.home .btn-primary:last-of-type:hover {
  background-color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .modules.cta-projects .text_holder {
    width: 100%;
  }
}
.modules.cta-projects .text_holder .alignleft {
  padding: 0px;
}
.modules.cta-projects .text_holder .btn-primary {
  display: table-cell;
}
.modules.cta-projects .quote_image {
  float: left;
  margin-left: 25px;
  margin-right: 40px;
  max-height: 280px;
  width: auto;
  margin-bottom: 30px;
}
.modules.cta-projects .quote_image.homepage {
  margin-left: 0px;
}
@media only screen and (max-width: 768px) {
  .modules.cta-projects .quote_image {
    float: none;
    display: inline-block;
    margin: 0px auto 30px;
    max-height: 180px;
  }
}
.modules.no-top {
  padding-top: 0;
  margin-top: 0;
}
.text-module {
  height: auto;
  margin: 0 auto;
  padding: 30px 0px 0px 0px;
}
@media only screen and (max-width: 480px) {
  .text-module h1 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .text-module {
    padding: 0px;
  }
  .text-module p,
  .text-module ul {
    width: 100% !important;
  }
}
.text-module.no-top {
  padding-top: 0;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .text-module.no-top h1 {
    padding-top: 0;
  }
}
.countdown-module-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.countdown-module-wrapper .countdown-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
}
.countdown-module-wrapper .countdown-background .bg-left {
  flex: 1;
  background-color: #8e8e8e;
}
.countdown-module-wrapper .countdown-background .bg-right {
  flex: 1;
  background-color: #000;
}
.countdown-module-wrapper .countdown-module {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  align-items: center;
}
.countdown-module-wrapper .countdown-module .text-holder,
.countdown-module-wrapper .countdown-module .countdown {
  flex: 1 1 50%;
  padding: 0;
}
.countdown-module-wrapper .countdown-module .text-holder {
  color: #fff;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.countdown-module-wrapper .countdown-module .text-holder h2 {
  font-size: 2rem;
}
.countdown-module-wrapper .countdown-module .text-holder p {
  margin-bottom: 0;
}
.countdown-module-wrapper .countdown-module .countdown {
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.countdown-module-wrapper .countdown-module .countdown div {
  flex: 1;
}
.countdown-module-wrapper .countdown-module .countdown div span {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.countdown-module-wrapper .countdown-module .countdown div small {
  display: block;
  font-size: 1rem;
  margin-top: 5px;
  color: #aaa;
}
@media only screen and (max-width: 960px) {
  .countdown-module-wrapper .countdown-background {
    display: none;
  }
  .countdown-module-wrapper .countdown-module {
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
  }
  .countdown-module-wrapper .countdown-module .text-holder {
    flex: none;
    background-color: #8e8e8e;
    padding: 40px 20px;
    text-align: left;
  }
  .countdown-module-wrapper .countdown-module .countdown {
    flex: none;
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
  }
  .countdown-module-wrapper .countdown-module .countdown div {
    flex: 1 1 50%;
    margin-bottom: 15px;
  }
}
.container .full-carousel {
  margin: 0px auto;
  width: 100%;
}
.full-carousel {
  margin: 30px 5%;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-slide {
  height: 470px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .owl-slide {
    height: 290px;
  }
}
#carousel {
  margin: 0px 0px 0px 0px;
}
#carousel .owl-item {
  opactiy: 0.8 !important;
}
#carousel .owl-item.active {
  opactiy: 1 !important;
}
.gallery-slide {
  height: 450px;
  width: 100%;
  background-size: 100%;
}
.owl-nav.disabled {
  display: none !important;
  width: 1300px;
  margin: 0 auto;
}
.owl-nav.disabled span {
  visibility: hidden;
}
.owl-dots,
.owl-nav {
  width: 1300px;
  margin: 20px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .owl-dots,
  .owl-nav {
    width: 100%;
  }
}
.owl-dots .owl-dot,
.owl-nav .owl-dot {
  background: #d8d8d8 !important;
  width: 14px;
  height: 14px;
  margin: 5px !important;
  border-radius: 14px;
  transition: 0.5s all ease-in-out;
}
.owl-dots .owl-dot.active,
.owl-nav .owl-dot.active {
  background: #444 !important;
}
.owl-nav {
  text-align: right;
}
.owl-next,
.owl-prev {
  background-color: #138551 !important;
  width: 30px;
  height: 30px;
  margin: 30px 10px 10px 10px;
  transition: 0.2s all ease-in-out;
  padding: 7.5px;
}
.owl-next:hover,
.owl-prev:hover {
  background-color: #d8d8d8 !important;
}
.owl-next {
  background-image: url("../images/arrow-right-white.svg") !important;
  background-size: 30% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 5px;
}
.owl-next:hover {
  background-image: url("../images/arrow-right.svg") !important;
}
.owl-prev {
  background-image: url("../images/arrow-left-white.svg") !important;
  background-size: 30% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-radius: 5px;
}
.owl-prev:hover {
  background-image: url("../images/arrow-left.svg") !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-thumbs {
  margin: 50px;
  display: none;
}
.owl-thumb-item {
  width: 12.5%;
  height: 120px;
  background: none;
  border: none;
}
.owl-thumb-item img {
  width: 100%;
}
.modules {
  display: table;
  width: 99.89%;
  padding: 0;
}
.modules table,
.modules ul {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .modules.cta .container {
    width: 90%;
  }
}
.modules.padding {
  padding: 60px 0 60px 0 !important;
}
@media only screen and (max-width: 768px) {
  .modules.padding {
    padding: 60px 0 60px 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .modules.padding {
    padding: 30px 0 30px 0 !important;
  }
}
.modules.padding-bottom {
  padding: 0px 0 60px 0 !important;
}
@media only screen and (max-width: 480px) {
  .modules.padding-bottom {
    padding: 0px 0 15px 0 !important;
  }
}
.modules.no-table {
  display: block !important;
}
.modules.pages .header {
  color: #444;
}
.modules.pages .col-4 {
  width: 33.2966666667%;
  float: left;
}
.modules.pages .col-5 {
  width: 41.6208333333%;
  float: left;
}
.modules.pages .col-7 {
  width: 58.2691666667%;
  float: left;
}
.modules.pages .col-8 {
  width: 66.5933333333%;
  float: left;
}
.modules .header {
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 15px 0px;
  font-family: "CircularStdBold";
}
.modules .header h3 {
  font-size: 26px;
  color: #444;
}
.modules.project-holder {
  padding: 5% !important;
}
@media only screen and (max-width: 480px) {
  .modules.project-holder {
    padding: 15px 5% 0px 5% !important;
  }
}
.modules.project-holder .header {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.modules.project-holder .header h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .modules.project-holder .header h3 {
    font-size: 20px;
  }
}
.modules.projects {
  margin-left: 0;
  margin-right: 0;
  width: 90%;
}
.modules.projects a {
  color: #444;
}
.modules.projects .featured-item {
  width: 49.945%;
  min-height: 195px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .modules.projects .featured-item {
    width: 99.89%;
    margin-bottom: 0px;
  }
}
.modules.projects .featured-item .icon {
  width: 30%;
  min-height: 90px;
  width: 90px;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .modules.projects .featured-item .icon {
    min-height: 60px;
    width: 60px;
  }
}
.modules.projects .featured-item .icon .overlay {
  height: 100px;
  width: 100px;
  position: absolute;
}
.modules.projects .featured-item .text {
  width: 70%;
  padding: 15px;
  height: 100%;
  float: left;
  transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 960px) {
  .modules.projects .featured-item .text {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .modules.projects .featured-item .text {
    padding: 15px;
  }
}
.modules.projects .featured-item .text h3 {
  font-size: 1.1em;
}
.modules.projects .featured-item .text p {
  font-size: 1em;
}
.modules.projects .featured-item .text:hover {
  color: #7b7b7b;
}
.modules.no-top {
  padding-top: 0;
  margin-top: 0;
}
.normen-en-wetten {
  height: auto;
  margin-bottom: 30px !important;
}
.normen-en-wetten .search {
  background-color: #00508b;
  color: #fff;
  height: 60px;
  border-radius: 6px;
  text-align: left;
  width: 100%;
  display: inline-flex;
  margin: 0px 0px 30px 0px;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .search {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .normen-en-wetten .search {
    height: auto;
    display: block;
    padding: 10px;
  }
}
.normen-en-wetten .search h5 {
  margin: auto 0;
  font-weight: 600;
  text-align: left;
  text-indent: 15px;
}
@media only screen and (max-width: 768px) {
  .normen-en-wetten .search h5 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.normen-en-wetten .search .input {
  position: relative;
  height: 40px;
  width: 75%;
  margin: auto 10px auto auto;
}
@media only screen and (max-width: 768px) {
  .normen-en-wetten .search .input {
    width: 100%;
    margin: auto;
    display: block;
  }
}
.normen-en-wetten .search .input input {
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  position: absolute;
  text-indent: 10px;
  font-family: CircularStdMedium;
}
.normen-en-wetten .search .input img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.normen-en-wetten .dropdown {
  background-color: #138551;
  color: #fff;
  height: 60px;
  border-radius: 6px;
  text-align: left;
  display: inline-flex;
  border: none;
  width: 25%;
  margin: 0px 30px 30px 0px;
  padding: 0;
  font-weight: 600;
  font-size: 1.1em;
  text-indent: 10px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .dropdown {
    display: inline-block;
    width: 45%;
    font-size: 14px;
  }
}
.normen-en-wetten .column {
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .column {
    width: 100%;
  }
}
.normen-en-wetten .column .hits {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 19px;
  display: block;
  margin: 0px 0px 20px 0px;
  color: #757575;
}
.normen-en-wetten .column h3 {
  margin-bottom: 30px;
}
.normen-en-wetten .column .image {
  margin-bottom: 30px;
  height: 250px;
  width: 100%;
}
.normen-en-wetten .column .results {
  width: 100%;
}
.normen-en-wetten .column .results a.result {
  cursor: pointer;
  font-family: CircularStdMedium;
  margin: 15px 2.5% 0px 0px;
  display: flex;
  height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  padding: 0px 15px;
  border-radius: 6px;
  background: #f2f2f2;
  color: #444;
  width: 47.5%;
  float: left;
  text-decoration: none !important;
  line-height: inherit;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .column .results a.result {
    width: 100%;
    display: grid;
  }
}
.normen-en-wetten .column .results a.result span.bold {
  font-family: CircularStdBlack;
  width: 40%;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .column .results a.result span.bold {
    width: 100%;
    margin: auto;
  }
}
.normen-en-wetten .column .results a.result span.short_desc {
  width: 50%;
  margin: 15px 5%;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .normen-en-wetten .column .results a.result span.short_desc {
    width: 100%;
    margin: auto;
  }
}
.normen-en-wetten .column .results a.result span.arrow {
  color: #00508b;
  position: absolute;
  right: 3.3%;
  top: 33%;
}
.normen-en-wetten .column .results a.result:hover {
  background: #00508b;
  color: #fff;
}
.normen-en-wetten .column .results a.result:hover span.arrow {
  color: #fff;
}
.norm_wetten_object {
  margin-bottom: 15px;
}
.norm_wetten_object:nth-child(odd) {
  background: #f2f2f2;
}
.norm_wetten_object .norm_wetten_object_inner {
  padding: 10px;
  padding-bottom: 30px;
}
.norm_wetten_object .norm_wetten_object_inner .btn {
  background-color: #138551;
  padding: 7.5px 15px;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
  transition: 500ms;
}
@media only screen and (max-width: 480px) {
  .norm_wetten_object .norm_wetten_object_inner .btn {
    font-size: 14px;
    padding: 7.5px 10px;
  }
}
.norm_wetten_object .norm_wetten_object_inner .btn:hover {
  border-bottom: none;
  background-color: #000;
}
hr.hr-margin {
  margin-bottom: 30px;
}
.timeline .jaar {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.timeline .jaar .jaar_info {
  grid-column: span 2;
  grid-row: span 12;
  position: relative;
  width: 100%;
  border-left: 2px dotted #444;
  margin: 15px 0px;
}
@media only screen and (max-width: 960px) {
  .timeline .jaar .jaar_info {
    grid-column: span 12;
    grid-row: 1;
    margin: auto;
    text-align: center;
    border: none;
  }
}
.timeline .jaar .jaar_info .circle {
  position: absolute;
  left: -11px;
  top: 0px;
  background-color: #444;
  border-radius: 20px;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 960px) {
  .timeline .jaar .jaar_info .circle {
    display: none;
  }
}
.timeline .jaar .jaar_info h1 {
  margin-left: 30px;
  margin-top: -5px;
  font-size: 2em;
}
@media only screen and (max-width: 960px) {
  .timeline .jaar .jaar_info h1 {
    font-size: 3em;
    padding-bottom: 30px;
    border-bottom: 2px dotted #444;
    margin: 30px auto;
    width: 25%;
  }
}
.timeline .jaar .tijdlijn_toevoeging {
  grid-column: span 10;
  color: #fff !important;
  padding: 20px;
  min-height: 250px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .timeline .jaar .tijdlijn_toevoeging {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 768px) {
  .timeline .jaar .tijdlijn_toevoeging h3,
  .timeline .jaar .tijdlijn_toevoeging p {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.timeline .jaar .tijdlijn_toevoeging .tijdlijn_image {
  background-size: cover;
  background-position: center;
  width: 35%;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .timeline .jaar .tijdlijn_toevoeging .tijdlijn_image {
    position: relative;
    width: 100%;
  }
}
.timeline .jaar .tijdlijn_toevoeging .btn-tijdlijn {
  display: block;
  float: left;
}
.timeline .jaar .tijdlijn_toevoeging .btn-tijdlijn.red {
  background-color: #138551 !important;
}
.timeline .jaar .tijdlijn_toevoeging .btn-tijdlijn.white {
  background-color: #fff !important;
  color: #000 !important;
}
.timeline .jaar .tijdlijn_toevoeging .btn-tijdlijn.lightgrey {
  background-color: #a3a3a3 !important;
}
.timeline .jaar .tijdlijn_toevoeging .btn-tijdlijn:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-bottom: none !important;
}
.opsomming-module-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.opsomming-module-wrapper .getallen-module {
  max-width: 1300px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
.opsomming-module-wrapper .getallen-module .getal-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opsomming-module-wrapper .getallen-module .getal-col .icon {
  margin-bottom: 15px;
}
.opsomming-module-wrapper .getallen-module .getal-col .icon img {
  width: 50px;
  height: auto;
  display: block;
}
.opsomming-module-wrapper .getallen-module .getal-col .cijfer {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.opsomming-module-wrapper .getallen-module .getal-col .label {
  margin-top: 8px;
  font-size: 1rem;
  color: #555;
}
@media only screen and (max-width: 960px) {
  .opsomming-module-wrapper .getallen-module {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.programma-module-wrapper {
  padding: 60px 0;
}
.programma-module-wrapper .text-holder {
  text-align: left;
  margin-bottom: 30px;
}
.programma-module-wrapper .tab-nav {
  display: flex;
  justify-content: left;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  gap: 5px;
}
.programma-module-wrapper .tab-nav .tab-link {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-weight: 500;
  transition: all 0.3s;
  margin: 0;
}
.programma-module-wrapper .tab-nav .tab-link.active,
.programma-module-wrapper .tab-nav .tab-link:hover {
  background: #000;
  color: #fff;
}
.programma-module-wrapper .tab-contents .tab-content {
  display: none;
}
.programma-module-wrapper .tab-contents .tab-content.active {
  display: block;
}
.programma-module-wrapper .programma-item {
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 30px;
  border-bottom: 1px solid #eee;
}
.programma-module-wrapper .programma-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.programma-module-wrapper .programma-item .programma-item-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  flex: 2;
  max-width: 25%;
}
.programma-module-wrapper .programma-item .programma-item-left .spreker-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programma-module-wrapper .programma-item .programma-item-left .spreker-naam {
  font-weight: 500;
  font-size: 20px;
}
.programma-module-wrapper .programma-item .programma-item-right {
  flex: 3;
  max-width: 75%;
}
.programma-module-wrapper .programma-item .programma-item-right .tijdslot {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.programma-module-wrapper .programma-item .programma-item-right .beschrijving {
  font-size: 16px;
  line-height: 31px;
  color: #444;
}
@media only screen and (max-width: 960px) {
  .programma-module-wrapper
    .programma-item
    .programma-item-right
    .beschrijving {
    font-size: 13px;
  }
}
@media only screen and (max-width: 960px) {
  .programma-module-wrapper .tab-nav {
    flex-wrap: wrap;
    gap: 5px;
  }
  .programma-module-wrapper .tab-nav .tab-link {
    padding: 8px 16px;
    font-size: 14px;
  }
  .programma-module-wrapper .programma-item {
    flex-direction: column;
    align-items: center;
  }
  .programma-module-wrapper .programma-item .programma-item-left,
  .programma-module-wrapper .programma-item .programma-item-right {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }
  .programma-module-wrapper .programma-item .programma-item-left {
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
  }
  .programma-module-wrapper .programma-item .programma-item-left .spreker-img {
    width: 60px;
    height: 60px;
  }
}
.sprekers-carousel h2 {
  margin-bottom: 30px;
}
.sprekers-carousel .owl-item {
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.sprekers-carousel .owl-item.gray-item {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.sprekers-carousel .owl-item .image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .sprekers-carousel .owl-item .image {
    height: 150px;
  }
}
.sprekers-carousel .owl-item h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .sprekers-carousel .owl-item h3 {
    margin-bottom: 0px;
  }
}
.sprekers-carousel .owl-item p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .sprekers-carousel .owl-item p {
    margin-bottom: 0px;
  }
}
.sprekers-carousel .owl-item .linkedin {
  width: 24px;
  background-color: #000;
}
.sprekers-carousel .owl-item .linkedin:hover {
  background-color: #0a66c2;
}
.gallery-module {
  width: 100%;
  margin: 60px 0;
}
.gallery-module h2 {
  margin-bottom: 15px;
}
.gallery-module .gallery-holder {
  display: flex;
  flex-wrap: wrap;
}
.gallery-module .gallery-holder a {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .gallery-module .gallery-holder a {
    flex: 0 0 50%;
  }
}
.gallery-module .gallery-holder a:hover {
  text-decoration: none;
  border: none;
  text-transform: none;
}
.gallery-module .gallery-holder a:hover .gallery-item {
  transform: scale(1.05);
  transition: all 150ms ease-in-out;
}
.gallery-module .gallery-holder a .gallery-item {
  width: 100%;
  height: auto;
  min-height: 300px;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 150ms ease-in-out;
}
.formulier-kaart-module .content-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 960px) {
  .formulier-kaart-module .content-holder {
    display: block;
  }
}
.formulier-kaart-module .content-holder .acf-map,
.formulier-kaart-module .content-holder .hbspt-form {
  flex: 1;
  box-sizing: border-box;
}
.formulier-kaart-module .content-holder .acf-map {
  width: 100%;
  min-height: 500px;
  height: 100%;
  border: #ccc solid 1px;
}
.formulier-kaart-module .content-holder .acf-map img {
  max-width: inherit !important;
}
.product-detail .video_header {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 90vh;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .product-detail .video_header {
    height: 380px;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 480px) {
  .product-detail .video_header {
    height: 200px;
  }
}
.product-detail .video_header video {
  width: 100%;
}
.product-detail .block {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  margin: 80px auto;
}
.product-detail .block.nomargin {
  margin-top: 40px;
  margin-bottom: 0px;
}
.product-detail .block .inner {
  text-align: left;
  margin: 0 auto;
  text-align: left;
  font-size: 26px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.product-detail .block .inner.singletxt {
  max-width: 1300px;
  padding: 0px;
}
@media only screen and (max-width: 960px) {
  .product-detail .block .inner.singletxt {
    max-width: 90%;
  }
}
.product-detail .block .inner.introductie h1 {
  margin-bottom: 30px;
  margin-top: 0px;
}
@media only screen and (max-width: 960px) {
  .product-detail .block .inner.introductie h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .product-detail .block .inner.introductie h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.product-detail .block .inner.introductie h2 {
  font-family: futura, Verdana, Tahoma;
  text-transform: none;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .product-detail .block .inner.introductie h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-detail .image_holder {
  width: 100%;
  overflow: hidden;
  height: 800px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .product-detail .image_holder {
    height: 400px;
  }
}
.product-detail .image_holder .image_holder_wrapper {
  height: 800px;
  overflow: hidden;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 480px) {
  .product-detail .image_holder .image_holder_wrapper {
    height: 400px;
  }
}
.product-detail .relations {
  background-color: #e2e2e2;
}
.product-detail .relations .container {
  padding: 0px 60px;
}
@media only screen and (max-width: 480px) {
  .product-detail .relations .container {
    padding: 0px 20px;
  }
}
.menu li {
  position: relative;
}
.menu li .sub-menu {
  display: none !important;
}
.menu li:hover .sub-menu {
  display: none !important;
}
.menu_submenu_holder {
  box-shadow: 0px 5px 6px 5px rgba(0, 0, 0, 0.14);
  background: #138551;
  height: 0px;
  visibility: hidden;
  margin-top: -20px;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.42, 0, 0, 0.96) all;
  text-align: center;
  overflow: scroll;
}
.menu_submenu_holder .menu_submenu_inner {
  margin: 0px auto;
  padding: 30px 30px;
  max-width: 1300px;
  width: 100%;
  text-align: left;
  overflow: scroll;
  height: 75vh;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_news {
  transition: 0.3s ease-in-out all;
  opacity: 0;
  margin-top: 50px;
  float: left;
  width: 40%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_news .latest-items a {
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
  display: block;
  padding: 0px 0px 15px;
  margin-bottom: 15px;
}
.menu_submenu_holder
  .menu_submenu_inner
  .menu_submenu_news
  .latest-items
  a:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_news .latest-items h3 {
  font-size: 18px;
  line-height: 20px;
  text-transform: none;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_news .latest-items h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-transform: none;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_news .latest-items h5 {
  font-weight: 300;
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu {
  float: left;
  width: 55%;
  margin-right: 5%;
  overflow: hidden;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu .sub-menu {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: 100%;
  height: auto;
  list-style: none;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu .sub-menu li {
  display: block;
  transition: 0.3s ease-in-out all;
  position: relative;
}
.menu_submenu_holder
  .menu_submenu_inner
  .menu_submenu_menu
  .sub-menu
  li.menu-item-has-children::after {
  background-image: url(../images/icon_down.svg);
  background-position: top 3px right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 27px;
  top: 0px;
  right: 40px;
  position: absolute;
  content: "";
  z-index: 99;
  cursor: pointer;
}
.menu_submenu_holder
  .menu_submenu_inner
  .menu_submenu_menu
  .sub-menu
  li:hover
  a {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.9);
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu .sub-menu li a {
  transition: 0.3s ease-in-out all;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  display: block;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu .sub-menu li ul {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
.menu_submenu_holder .menu_submenu_inner .menu_submenu_menu .sub-menu li ul li {
  font-weight: 300;
  font-size: 13px;
  opacity: 0.7;
  transition: 0.4s ease-in-out all;
}
.menu_submenu_holder
  .menu_submenu_inner
  .menu_submenu_menu
  .sub-menu
  li
  ul
  li:hover {
  opacity: 1;
}
.menu_submenu_holder.show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease-in-out all;
}
.menu_submenu_holder.show .menu_submenu_inner .menu_submenu_news {
  transition: 1s cubic-bezier(0.42, 0, 0, 0.96) all;
  opacity: 1;
  margin-top: 0px;
}
.archive .new-header .alternative-menu.white .menu-main-menu-container ul li a,
.archive
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  a,
.archive
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  a,
.category .new-header .alternative-menu.white .menu-main-menu-container ul li a,
.category
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  a,
.category
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-container
  ul
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  a {
  color: #444;
}
.archive
  .new-header
  .alternative-menu.white
  .menu-main-menu-container
  ul
  li
  ul.sub-menu
  li
  a,
.archive
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  ul.sub-menu
  li
  a,
.archive
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  ul.sub-menu
  li
  a,
.category
  .new-header
  .alternative-menu.white
  .menu-main-menu-container
  ul
  li
  ul.sub-menu
  li
  a,
.category
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  ul.sub-menu
  li
  a,
.category
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  ul.sub-menu
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-container
  ul
  li
  ul.sub-menu
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  ul.sub-menu
  li
  a,
.category-nieuws
  .new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  ul.sub-menu
  li
  a {
  color: #fff;
}
.new-header {
  position: relative;
  display: block;
  height: 90vh;
  width: 100%;
  margin-top: -140px;
  z-index: 999;
}
@media only screen and (max-width: 960px) {
  .new-header {
    display: none;
  }
}
.new-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) 25%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.new-header .menu-holder {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.375);
}
.new-header .top-menu {
  max-width: 1300px;
  height: 50px;
  margin: auto;
  z-index: 999;
}
.new-header .top-menu .menu-alternative-top-menu-container,
.new-header .top-menu .menu-alternative-top-menu-en-container,
.new-header .top-menu .menu-alternative-top-menu-de-container {
  display: inline-block;
  height: 50px;
  float: left;
}
.new-header .top-menu .menu-alternative-top-menu-container ul,
.new-header .top-menu .menu-alternative-top-menu-en-container ul,
.new-header .top-menu .menu-alternative-top-menu-de-container ul {
  margin: 0;
  list-style: none;
}
.new-header .top-menu .menu-alternative-top-menu-container ul li,
.new-header .top-menu .menu-alternative-top-menu-en-container ul li,
.new-header .top-menu .menu-alternative-top-menu-de-container ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "CircularStdMedium";
}
.new-header .top-menu .menu-alternative-top-menu-container ul li a,
.new-header .top-menu .menu-alternative-top-menu-en-container ul li a,
.new-header .top-menu .menu-alternative-top-menu-de-container ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.new-header .top-menu .menu-alternative-top-menu-container ul li a:hover,
.new-header .top-menu .menu-alternative-top-menu-en-container ul li a:hover,
.new-header .top-menu .menu-alternative-top-menu-de-container ul li a:hover {
  border-bottom: none;
  color: #8e8e8e;
}
.new-header .top-menu .socials {
  display: inline-block;
  height: 50px;
  margin: 0;
  float: left;
}
.new-header .top-menu .socials a {
  margin-right: 5px;
}
.new-header .top-menu .socials a:hover {
  border: none;
}
.new-header .top-menu .socials a:hover img {
  background: #8e8e8e;
}
.new-header .top-menu .socials a img {
  margin-top: 13px;
  background: #1d252c;
  border-radius: 12px;
  transition: 0.05s all ease-in-out;
}
.new-header .top-menu .search {
  display: inline-block;
  float: right;
  line-height: 50px;
  cursor: pointer;
}
.new-header .top-menu .language {
  float: right;
  display: grid;
  height: 50px;
  margin-right: 15px;
}
.new-header .top-menu .language .language_holder {
  vertical-align: middle;
  margin: auto;
}
.new-header .top-menu .language .language_holder a:hover {
  border: none;
}
.new-header .top-menu .hamburger {
  display: inline-block;
}
.new-header .alternative-menu {
  max-width: 1300px;
  margin: auto;
  height: 125px;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
.new-header .alternative-menu .logo {
  margin: auto 0;
  display: inline-block;
}
.new-header .alternative-menu .logo img {
  width: 200px;
  margin: auto;
}
.new-header .alternative-menu .logo:hover {
  border-bottom: none;
}
.new-header .alternative-menu.black .menu-main-menu-container ul li a,
.new-header .alternative-menu.black .menu-main-menu-en-container ul li a,
.new-header .alternative-menu.black .menu-main-menu-de-container ul li a {
  color: #444;
}
.new-header
  .alternative-menu.black
  .menu-main-menu-container
  ul
  li
  ul.sub-menu
  li
  a,
.new-header
  .alternative-menu.black
  .menu-main-menu-en-container
  ul
  li
  ul.sub-menu
  li
  a,
.new-header
  .alternative-menu.black
  .menu-main-menu-de-container
  ul
  li
  ul.sub-menu
  li
  a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.new-header .alternative-menu.white .menu-main-menu-container ul li a,
.new-header .alternative-menu.white .menu-main-menu-en-container ul li a,
.new-header .alternative-menu.white .menu-main-menu-de-container ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.new-header
  .alternative-menu.white
  .menu-main-menu-container
  ul
  li
  .sub-menu
  li
  a,
.new-header
  .alternative-menu.white
  .menu-main-menu-en-container
  ul
  li
  .sub-menu
  li
  a,
.new-header
  .alternative-menu.white
  .menu-main-menu-de-container
  ul
  li
  .sub-menu
  li
  a {
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  text-shadow: none;
}
.new-header .alternative-menu .menu-main-menu-container,
.new-header .alternative-menu .menu-main-menu-en-container,
.new-header .alternative-menu .menu-main-menu-de-container,
.new-header .alternative-menu .menu-menu-1-container {
  display: inline-block;
  margin: auto 0;
  z-index: 999;
}
.new-header .alternative-menu .menu-main-menu-container ul,
.new-header .alternative-menu .menu-main-menu-en-container ul,
.new-header .alternative-menu .menu-main-menu-de-container ul,
.new-header .alternative-menu .menu-menu-1-container ul {
  margin: 0;
  margin-left: 20px;
  list-style: none;
}
.new-header .alternative-menu .menu-main-menu-container ul li,
.new-header .alternative-menu .menu-main-menu-en-container ul li,
.new-header .alternative-menu .menu-main-menu-de-container ul li,
.new-header .alternative-menu .menu-menu-1-container ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 20px;
  position: relative;
  font-family: "CircularStdMedium";
  font-size: 18px;
  transition: 0.15s ease-in-out all;
}
.new-header .alternative-menu .menu-main-menu-container ul li a,
.new-header .alternative-menu .menu-main-menu-en-container ul li a,
.new-header .alternative-menu .menu-main-menu-de-container ul li a,
.new-header .alternative-menu .menu-menu-1-container ul li a {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.new-header .alternative-menu .menu-main-menu-container ul li a:hover,
.new-header .alternative-menu .menu-main-menu-en-container ul li a:hover,
.new-header .alternative-menu .menu-main-menu-de-container ul li a:hover,
.new-header .alternative-menu .menu-menu-1-container ul li a:hover {
  border-bottom: none;
  color: #f9f9f9;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children:after {
  content: "▾";
  color: #8e8e8e;
  font-size: 13px;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children.open
  ul.sub-menu {
  display: block !important;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu {
  position: absolute;
  left: 0;
  display: none;
  min-width: 300px;
  background-color: #8e8e8e;
  transition: 0.3s ease-in-out all;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #444;
  padding: 5px 0px 0px 0px;
  text-indent: 10px;
  width: 100%;
  font-size: 16px;
  transition: 0.15s ease-in-out all;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li:hover {
  background-color: #969696;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after {
  content: "▾";
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu {
  display: block !important;
  position: relative;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu {
  display: none !important;
  position: relative;
  background-color: #444;
  transition: 0.3s ease-in-out all;
  margin-left: 0px;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li {
  display: block;
  padding: 5px 10px 0px 10px;
  text-indent: 0px;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children:after {
  content: "▶";
  color: #fff;
  font-size: 9px;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children.open
  ul.sub-menu {
  display: block !important;
  position: absolute;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu {
  transition: 0.3s ease-in-out all;
  display: none !important;
  background-color: #757575;
  position: absolute;
  left: 300px;
  top: 0px;
}
.new-header
  .alternative-menu
  .menu-main-menu-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-en-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-main-menu-de-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li,
.new-header
  .alternative-menu
  .menu-menu-1-container
  ul
  li.menu-item-has-children
  ul.sub-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  ul.sub-menu
  li {
  padding: 5px 10px 0px 10px;
  text-indent: 0px;
}
header {
  display: none;
}
@media only screen and (max-width: 960px) {
  header {
    display: block;
  }
}
.video_canvas_container {
  height: 90vh;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .video_canvas_container {
    height: 26.75vh;
  }
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  scroll-behavior: smooth;
}
body {
  margin: 140px 0px 0px 0px;
  padding: 0px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #292929;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  body {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    margin-top: 60px;
  }
}
body section {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  body section {
    width: 90%;
    margin: 0 auto;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "CircularStdBold";
  font-weight: normal;
  line-height: normal;
  margin: 0px 0 7.5px 0;
}
h2 {
  text-transform: none;
}
h1 {
  font-size: 1.6em;
  line-height: 1.2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1em;
  }
  h2 {
    font-size: 1em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 1em;
  }
}
p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 19px;
  line-height: 32px;
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 13px;
  }
}
p#breadcrumbs {
  font-size: 14px;
  line-height: 20px;
}
p img {
  width: 100% !important;
  height: auto !important;
}
b,
strong {
  font-weight: 700;
}
a {
  color: #00508b;
  font-family: "CircularStdBold";
  text-decoration: none;
  transition: 0.05s all ease-in-out;
}
a:hover {
  border-bottom: 1px solid #00508b;
}
ul {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0px 30px 0px 30px;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0px 0px 3px;
  line-height: 160%;
  font-size: 19px;
  line-height: 32px;
}
@media only screen and (max-width: 480px) {
  ul li {
    font-size: 13px;
  }
}
input,
textarea {
  outline: none;
  padding: 10px 15px;
  font-size: 1em;
  border: 1px solid #f9f9f9;
  color: #444;
  font-family: "CircularStdBold";
}
.clear {
  clear: both;
}
hr {
  border: 1px solid #f9f9f9;
}
.wpcf7-form h3 {
  font-size: 1.2em;
}
.wpcf7-form table {
  border: 1px solid #f9f9f9;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.wpcf7-form table p {
  margin-bottom: 10px;
}
.wpcf7-form table td:nth-child(1) {
  padding-right: 0px !important;
}
.wpcf7-form table .wpcf7-list-item input {
  width: 0%;
  padding: 10px 15px;
}
.wpcf7-form table .wpcf7-list-item span {
  padding-left: 15px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  background: #f9f9f9;
  width: 80%;
  -webkit-box-shadow: inset 0 0 10px #c8c8c8;
  color: #444;
  background: #d8d8d8;
  box-shadow: inset 0 0 10px #c8c8c8;
  -moz-box-shadow: inset 0 0 10px #c8c8c8;
  -webkit-box-shadow: inset 0 0 10px #c8c8c8;
  border: 0;
  border-radius: 3px;
}
.wpcf7-form input[type="submit"],
.wpcf7-form textarea[type="submit"] {
  box-shadow: inset 0 0 0px #c8c8c8;
  -moz-box-shadow: inset 0 0 0px #c8c8c8;
  -webkit-box-shadow: inset 0 0 0px #c8c8c8;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form textarea[type="submit"]:hover {
  transform: scale(1.02);
}
.wpcf7-form .wpcf7-submit {
  color: #fff;
  background: #8e8e8e;
  font-family: "futura";
  text-transform: uppercase;
  width: auto;
}
.header {
  padding: 0px;
}
.wpcf7-form table .wpcf7-list-item input {
  width: 10px !important;
  height: 10px !important;
  outline: none;
}
.container {
  padding: 0px;
  margin: 0 auto;
  max-width: 1300px;
}
@media only screen and (max-width: 960px) {
  .container {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .container img {
    max-width: 300px;
  }
}
.container.breadcrumb {
  padding-top: 15px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.container.breadcrumb a {
  font-family: "Open Sans";
}
.container.breadcrumb #breadcrumbs.border-bottom {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .container.breadcrumb #breadcrumbs {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.full-width-canvas {
  width: 100%;
  height: auto;
}
.full-width-canvas.grey {
  background: #acabab;
}
.full-width-canvas.lightgrey {
  background: #e2e2e2;
}
.full-width-canvas.red {
  background: #00508b;
}
.btn-primary {
  background: #000;
  transition: 0.2s all ease-in-out;
  padding: 7.5px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-family: "CircularStdBold";
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  display: block;
}
.btn-primary.white {
  background: #fff;
  color: #000;
}
.btn-primary.quote {
  text-align: center;
  margin: 0 auto;
}
.btn-primary:hover {
  transform: scale(1.02);
}
.btn-primary a {
  color: #fff;
  padding: 10px 0px;
}
.btn-primary:hover {
  background: #8e8e8e !important;
  color: #fff !important;
}
.btn-primary:hover a {
  color: #fff;
  border: 0px !important;
}
.btn-primary.product-rel {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #8e8e8e !important;
}
.btn-primary.product-rel:hover {
  background-color: #000 !important;
  border-bottom: none !important;
}
.container iframe {
  width: 100%;
  min-height: 720px;
}
@media only screen and (max-width: 960px) {
  .container iframe {
    min-height: 410px;
  }
}
@media only screen and (max-width: 480px) {
  .container iframe {
    min-height: 230px;
  }
}
.col-5 iframe {
  width: 95%;
  min-height: 100%;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.page-id-18154 #wpadminbar {
  display: none;
}
#scrolltotop {
  width: 50px;
  height: 50px;
  background-color: #909090;
  z-index: 999;
  position: fixed;
  bottom: 60px;
  right: 60px;
  display: block;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out all;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  #scrolltotop {
    bottom: 30px;
    right: 4%;
  }
}
#scrolltotop:hover {
  background-color: #000;
}
#scrolltotop.visible {
  opacity: 1;
  visibility: visible;
}
.grecaptcha-badge {
  display: none;
}
.locaties {
  width: 100%;
  margin-bottom: 60px;
}
.locaties .text-holder {
  margin-left: 5%;
  width: 45%;
  float: left;
  height: 450px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .locaties .text-holder {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
.locaties .text-holder p {
  margin-bottom: 0px;
}
.locaties .text-holder a {
  font-size: 19px;
  line-height: 32px;
}
.locaties .acf-map {
  width: 50%;
  height: 450px;
  float: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .locaties .acf-map {
    width: 100%;
    margin-right: 0;
  }
}
.locaties .acf-map img {
  max-width: inherit !important;
}
.owl-dots {
  display: none !important;
}
.page-id-26702 .breadcrumb {
  display: none;
}
.page-id-26702 .text-module .no-top {
  display: none;
}
