/* @group ALGEMEEN */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: BrandonGrotesqueWeb-Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #9d9d9c;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3 {
  font-family: BrandonGrotesqueWeb-Bold, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 35px;
  line-height: 1.3em;
}
h3 {
  font-size: 18px;
  line-height: 1.3em;
}
h4 {
  font-size: 18px;
  line-height: 1.3em;
  color: #f9c4ae;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #00808c;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7fbfc5;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.containerx {
  background: rgba(255, 85, 255, 0.25);
}
/* @end */
/* @group WEBFONTS */
/* @import must be at top of file, otherwise CSS will not work */
/*
@import url("//hello.myfonts.net/count/346f6e");
*/
@font-face {
  font-family: 'BrandonGrotesqueWeb-Regular';
  src: url('../font//BrandonGrotesqueWeb-Regular/font.woff2') format('woff2'), url('../font//BrandonGrotesqueWeb-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'BrandonGrotesqueWeb-Light';
  src: url('../font/346F6E_0_0.eot');
  src: url('../font/346F6E_0_0.eot?#iefix') format('embedded-opentype'), url('../font/346F6E_0_0.woff2') format('woff2'), url('../font/346F6E_0_0.woff') format('woff'), url('../font/346F6E_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'BrandonGrotesqueWeb-Bold';
  src: url('../font/346F6E_1_0.eot');
  src: url('../font/346F6E_1_0.eot?#iefix') format('embedded-opentype'), url('../font/346F6E_1_0.woff2') format('woff2'), url('../font/346F6E_1_0.woff') format('woff'), url('../font/346F6E_1_0.ttf') format('truetype');
}
/* @end */
/* @group BUTTONS */
a.button,
form button {
  display: inline-block;
  height: 36px;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 45px 0 20px;
  border: 2px solid #f9c4ae;
  background: #f9c4ae;
  border-radius: 16px 30px 30px 16px / 16px 5px 30px 20px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
a.button:hover,
form button:hover {
  background: #7fbfc5;
  border-color: #7fbfc5;
}
a.button.small,
form button.small {
  height: 32px;
  padding: 0 40px 0 15px;
  line-height: 26px;
}
a.button.white,
form button.white {
  border-color: #fff;
  background: #fff;
  color: #f9c4ae;
}
a.button.white:hover,
form button.white:hover {
  background: #7fbfc5;
  border-color: #7fbfc5;
}
a.button.grey,
form button.grey {
  border-color: #9d9d9c;
  background: #9d9d9c;
  color: #fff !important;
}
a.button.grey:hover,
form button.grey:hover {
  background: #7fbfc5;
  border-color: #7fbfc5;
}
a.button.grey-outline,
form button.grey-outline {
  border-color: #9d9d9c;
  background: none;
  color: #9d9d9c;
}
a.button.grey-outline:hover,
form button.grey-outline:hover {
  background: #f9c4ae;
  border-color: #f9c4ae;
  color: #fff;
}
a.button.white-outline,
form button.white-outline {
  border-color: #fff;
  background: none;
  color: #fff;
}
a.button.white-outline:hover,
form button.white-outline:hover {
  background: #00808c;
  border-color: #00808c;
  color: #fff;
}
/* @end */
/* @group CLIPPING PATHS */
.clippy {
  -webkit-clip-path: polygon(50% 0%, 98% 11%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: url(#clipPolygon);
  max-width: 100%;
}
/* @end */
/* @group SITE HEADER */
.site-wrapper {
  overflow: hidden;
}
body {
  padding-top: 140px;
}
body.tpl-home-xxx {
  padding-top: 100px;
}
.site-header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.site-header .container {
  height: 100px;
  position: relative;
}
.site-header .nav-std {
  position: absolute;
  top: 30px;
  left: 30px;
}
.site-header .mainnav li {
  float: left;
  margin-right: 35px;
}
.site-header .mainnav li:first-child {
  display: none;
}
.site-header .mainnav li a {
  display: block;
  font-family: BrandonGrotesqueWeb-Bold, Arial, Helvetica, sans-serif;
  color: #9d9d9c;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
}
.site-header .mainnav li a:hover {
  color: #00808c;
}
.site-header .mainnav li.active > a {
  color: #00808c;
}
.site-header .shout-out {
  position: absolute;
  top: 20px;
  right: 30px;
  text-align: right;
}
.site-header .shout-out .number {
  font-family: BrandonGrotesqueWeb-Bold, Arial, Helvetica, sans-serif;
  color: #f9c4ae;
}
.site-header .shout-out .number a {
  color: #00808c;
}
.site-header .shout-out .number a:hover {
  color: #7fbfc5;
}
.volg-header .container {
  height: 140px;
}
.volg-header .logo {
  display: block;
  width: 80px;
  height: 100px;
  background: url(../images/jade-uitvaart-logo-desktop.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 30px;
}
.tpl-home .volg-header .logo {
  transition: all 0.4s ease-in-out 0s;
  top: -50px;
  opacity: 0;
}
.volg-header .nav-std {
  position: absolute;
  top: 84px;
  left: auto;
  right: -5px;
}
.volg-header .shout-out {
  top: 10px;
}
.volg-header .shout-out .text {
  font-size: 16px;
}
.volg-header .shout-out .text,
.volg-header .shout-out .number {
  display: inline-block;
  line-height: 30px;
}
.volg-header .mini-nav {
  position: absolute;
  top: 47px;
  right: 30px;
}
.volg-header .mini-nav li {
  float: left;
  margin-left: 20px;
}
.volg-header .mini-nav a {
  display: block;
  font-size: 16px;
  color: #9d9d9c;
}
.volg-header .mini-nav a:hover {
  color: #00808c;
}
.scrolled .site-header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.scrolled .site-header.volg-header .logo {
  top: 20px;
  opacity: 1;
}
@media (max-width: 1280px) {
  .site-header .nav-std {
    top: 45px;
  }
  .site-header .shout-out {
    top: 10px;
  }
  .site-header .shout-out .text {
    font-size: 16px;
  }
  .site-header .shout-out .text,
  .site-header .shout-out .number {
    display: inline-block;
    line-height: 30px;
  }
  .volg-header .nav-std {
    top: 84px;
    right: 0;
  }
  .volg-header .mainnav li {
    margin-right: 30px;
  }
  .volg-header .mainnav li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 60px !important;
  }
  .site-header .container {
    height: 60px !important;
  }
  .site-header .logo {
    display: block;
    height: 60px;
    width: 150px;
    background: url(../images/jade-uitvaart-logo-mobile.png) left center no-repeat;
    background-size: auto 40px;
    position: absolute;
    top: -60px;
    left: 80px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .site-header .nav-std {
    display: none;
  }
  .site-header .mini-nav {
    display: none;
  }
  .site-header .nav-icon {
    display: block;
  }
  .site-header .shout-out {
    font-size: 90%;
    top: 8px;
    right: 20px;
  }
  .site-header .shout-out .text,
  .site-header .shout-out .number {
    display: block;
    line-height: 1.4em;
  }
  .volg-header .logo {
    top: 0;
    opacity: 1;
  }
  .scrolledbanner .site-header .logo {
    top: 0;
    opacity: 1;
  }
  .scrolledbanner .site-header.volg-header .logo {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .site-header .shout-out {
    top: 20px;
  }
  .site-header .shout-out .text {
    display: none;
  }
  .site-header .shout-out .number {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .site-header .logo {
    width: 95px;
    background-position: center right;
    left: 70px;
  }
}
/* @end */
/* @group MOBILE-NAV */
.nav-icon {
  display: none;
  width: 36px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 20px;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #00808c;
  content: '';
  display: block;
  height: 3px;
  margin: 5px 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}
.nav-icon.open:after {
  transform: translateY(-8px) rotate(-135deg);
  -moz-transform: translateY(-8px) rotate(-135deg);
  -webkit-transform: translateY(-8px) rotate(-135deg);
}
.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #7fbfc5;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.mobile-nav .container {
  z-index: 200;
  font-size: 18px;
  padding-top: 60px;
  padding-bottom: 10px;
  color: #fff;
}
.mobile-nav .tagline {
  text-align: center;
  font-size: 22px;
  padding: 40px 0 30px;
}
.mobile-nav .mini-nav {
  margin-bottom: 30px;
}
.mobile-nav .mini-nav li {
  text-align: center;
}
.mobile-nav .mini-nav a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mini-nav a:hover {
  color: #fff;
  opacity: 0.8;
}
.mobile-nav .mainnav li {
  text-align: center;
  margin-bottom: 20px;
}
.mobile-nav .mainnav li a {
  display: block;
  font-family: BrandonGrotesqueWeb-Bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
}
.mobile-nav .mainnav li a:hover {
  color: #fff;
  opacity: 0.8;
}
.mobile-nav .mainnav ul {
  display: none;
  padding: 20px 0;
}
.mobile-nav .mainnav ul.show-subnav {
  display: block;
}
.mobile-nav .mainnav ul li a {
  color: #fff;
  font-size: 24px;
  text-transform: none;
}
.shownav .mobile-nav {
  top: 0;
}
/* @end */
/* @group HOME-BANNER */
.home-banner {
  background: #2aa691 url(../images/bgfooter.jpg);
  background-size: cover;
}
.home-banner .container {
  min-height: 670px;
}
.home-banner .btn-slider .button {
  font-weight: bold;
}
.home-banner .subtext {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .home-banner .container {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .home-banner .container {
    min-height: 400px;
  }
}
@media (max-width: 680px) {
  .home-banner .container {
    min-height: 300px;
  }
}
/* @end */
/* @group PAGE-BANNER */
.page-banner {
  background: #2aa691;
  overflow: hidden;
}
.page-banner .container {
  min-height: 350px;
  position: relative;
}
.page-banner .container:before {
  display: block;
  content: "";
  width: 1400px;
  height: 100%;
  background: url(../images/bgfooter.jpg);
  background-size: cover;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -350px;
}
.page-banner .container:after {
  display: block;
  content: "";
  width: 580px;
  height: 402px;
  background: url(../images/shield-wit.png) center center no-repeat;
  position: absolute;
  top: -30px;
  left: -80px;
  opacity: 1;
}
.page-banner .logo {
  display: block;
  width: 160px;
  height: 212px;
  background: url(../images/jade-uitvaart-logo-kleur.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  top: 70px;
  left: 140px;
  z-index: 5;
}
.page-banner .bgimg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 350px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  .page-banner .container {
    min-height: 250px;
  }
  .page-banner .container:before {
    width: 600px;
  }
  .page-banner .container:after {
    display: block;
    content: "";
    width: 450px;
    height: 400px;
    top: -30px;
    left: -120px;
    background-position: left top;
    background-size: contain;
  }
  .page-banner .logo {
    width: 120px;
    top: 40px;
    left: 80px;
  }
  .page-banner .bgimg {
    left: 240px;
  }
}
@media (max-width: 767px) {
  .page-banner .container:before {
    width: 30%;
    right: auto;
    left: 0;
  }
  .page-banner .container:after {
    width: 400px;
    top: -20px;
    left: -130px;
  }
  .page-banner .logo {
    width: 100px;
    height: 145px;
  }
  .page-banner .bgimg {
    left: 140px;
  }
}
@media (max-width: 540px) {
  .page-banner .container {
    min-height: 150px;
  }
  .page-banner .container:after {
    width: 230px;
    height: 200px;
    top: -5px;
    left: -60px;
  }
  .page-banner .logo {
    width: 70px;
    left: 40px;
    top: 30px;
  }
  .page-banner .bgimg {
    left: 90px;
  }
}
/* @end */
/* @group VOLG-BANNER */
.volg-banner {
  background: #2aa691 url(../images/bgvolgbanner.jpg) center center no-repeat;
  background-size: cover;
}
.volg-banner .container {
  position: relative;
  min-height: 180px;
}
.volg-banner .banner-header {
  width: 50%;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.volg-banner h1,
.volg-banner h2,
.volg-banner h3,
.volg-banner .h1,
.volg-banner .h2,
.volg-banner .h3 {
  color: #fff;
}
.volg-banner h1,
.volg-banner .h1 {
  font-size: 40px;
  line-height: 1em;
  margin: 0;
}
.volg-banner h2,
.volg-banner .h2 {
  font-size: 30px;
  margin: 0;
  opacity: 0.5;
}
.volg-banner .return {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .volg-banner {
    position: relative;
  }
  .volg-banner:before {
    display: block;
    content: "";
    width: 1000px;
    height: 100%;
    background: url(../images/bgvolgbanner.jpg) left center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .volg-banner .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .volg-banner .banner-header {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    transform: none;
  }
  .volg-banner h1,
  .volg-banner .h1 {
    font-size: 32px;
  }
  .volg-banner h2,
  .volg-banner .h2 {
    font-size: 26px;
  }
  .volg-banner .return {
    position: static;
    transform: none;
  }
}
@media (max-width: 500px) {
  .volg-banner h1,
  .volg-banner .h1 {
    font-size: 28px;
  }
  .volg-banner h2,
  .volg-banner .h2 {
    font-size: 22px;
  }
}
/* @end */
/* @group DIENSTEN-BANNER */
.diensten-banner {
  background: #2aa691;
  position: relative;
  overflow: hidden;
}
.diensten-banner .container {
  position: relative;
  min-height: 350px;
  z-index: 10;
}
.diensten-banner .container:before {
  display: block;
  content: "";
  width: 1800px;
  height: 150%;
  background: url(../images/bgdienstenbanner.png) top right no-repeat;
  position: absolute;
  top: -100px;
  left: -600px;
}
.diensten-banner .bgimg {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.diensten-banner .banner-header {
  width: 50%;
  padding-top: 20px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.diensten-banner h1,
.diensten-banner h2,
.diensten-banner h3 {
  color: #fff;
}
.diensten-banner h1,
.diensten-banner .h1 {
  font-size: 40px;
  line-height: 1em;
  margin: 0;
}
.diensten-banner h2,
.diensten-banner .h2 {
  font-size: 30px;
  margin: 0;
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .diensten-banner .container {
    min-height: 300px;
  }
  .diensten-banner .container:before {
    left: -800px;
    background-size: auto 400px;
  }
  .diensten-banner .banner-header {
    width: 55%;
  }
  .diensten-banner .bgimg {
    width: 45%;
  }
  .diensten-banner h1,
  .diensten-banner .h1 {
    font-size: 36px;
  }
  .diensten-banner h2,
  .diensten-banner .h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .diensten-banner .container {
    min-height: 220px;
  }
  .diensten-banner .container:before {
    width: 1000px;
    left: -180px;
    background-size: auto 340px;
  }
  .diensten-banner h1,
  .diensten-banner .h1 {
    font-size: 30px;
  }
  .diensten-banner h2,
  .diensten-banner .h2 {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .diensten-banner .container {
    min-height: 180px;
  }
  .diensten-banner .container:before {
    width: 100%;
    left: 0;
    top: 0;
    background-size: auto 400px;
    background-position: top left;
  }
  .diensten-banner .bgimg {
    display: none;
  }
  .diensten-banner .banner-header {
    width: 100%;
  }
  .diensten-banner h1,
  .diensten-banner .h1 {
    font-size: 28px;
  }
  .diensten-banner h2,
  .diensten-banner .h2 {
    font-size: 22px;
  }
}
/* @end */
/* @group MOD-DIENSTEN */
.mod-diensten {
  padding: 100px 0 20px;
}
.mod-diensten .article {
  margin-bottom: 60px;
}
.mod-diensten .article .article-image {
  margin-bottom: 40px;
  position: relative;
  background-size: cover;
}
.mod-diensten .article .article-image img {
  position: relative;
  z-index: 10;
}
.mod-diensten .article .article-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.mod-diensten .article .article-info {
  padding: 0 30px;
}
.mod-diensten .article .article-output {
  padding-bottom: 1px;
}
.mod-diensten .article .article-header {
  margin-bottom: 30px;
}
.mod-diensten .article .article-header h2 {
  color: #00808c;
  font-size: 24px;
}
.mod-diensten .article .article-header h3 {
  color: #7fbfc5;
  font-size: 16px;
}
.mod-diensten .article:hover .article-image:after {
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .mod-diensten .article .article-info {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .mod-diensten {
    padding-top: 60px;
  }
  .mod-diensten .article {
    width: 100%;
    float: none;
  }
  .mod-diensten .article .article-image img {
    width: 100%;
  }
}
/* @end */
/* @group MOD-REVIEWS */
.mod-reviews {
  min-height: 300px;
  background: #f9c4ae url(../images/bgreviews.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.mod-reviews .container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.mod-reviews .container:before {
  display: block;
  content: "";
  width: 390px;
  height: 100%;
  background: url(../images/wit-puntje.png) center left no-repeat;
  position: absolute;
  top: 0;
  left: -80px;
}
.mod-reviews .mod-header {
  position: relative;
}
.mod-reviews .mod-header h2 {
  font-size: 30px;
  color: #00808c;
  margin-top: 2px;
}
.mod-reviews .slick-nav a {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background: url(../images/arrow-left-wit.png) center center no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.mod-reviews .slick-nav a.next {
  background-image: url(../images/arrow-right-wit.png);
  left: auto;
  right: 100px;
}
.mod-reviews .slick-nav a:hover {
  opacity: 1;
}
.slick-reviews {
  width: 60%;
  margin: 0 auto;
}
.slick-reviews .item {
  margin-bottom: 20px;
}
.slick-reviews .item h3 {
  font-size: 22px;
  color: #fff;
}
.slick-reviews .item .article-output {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  font-family: BrandonGrotesqueWeb-Bold, Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .mod-reviews .container:before {
    display: none;
  }
  .mod-reviews .slick-nav a {
    left: 30px;
  }
  .mod-reviews .slick-nav a.next {
    right: 30px;
  }
  .slick-reviews {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .mod-reviews .mod-header h2 {
    font-size: 26px;
  }
  .mod-reviews .slick-nav {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .mod-reviews .slick-nav a {
    position: static;
    float: left;
    transform: translateY(0);
  }
  .mod-reviews .slick-nav a.next {
    float: right;
  }
  .slick-reviews {
    width: 100%;
  }
}
/* @end */
/* @group MOD-FEATURED */
.mod-featured {
  overflow: hidden;
}
.mod-featured .container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.mod-featured .container:before {
  display: block;
  content: "";
  width: 1000px;
  height: 100%;
  background: url(../images/bgstones.gif) left bottom no-repeat;
  position: absolute;
  right: -630px;
  bottom: 0;
}
.mod-featured .mod-header {
  margin-bottom: 50px;
}
.mod-featured .mod-header h2 {
  color: #00808c;
  font-size: 30px;
}
.mod-featured .article {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-featured .article .article-image {
  width: 40%;
  float: left;
  background-size: cover;
  background-position: center center;
}
.mod-featured .article .article-info {
  width: 60%;
  float: left;
  padding-left: 20px;
}
.mod-featured .article .article-info h3 {
  font-size: 22px;
  text-transform: none;
  color: #00808c;
  margin: 0;
}
.mod-featured .article .article-header {
  margin-bottom: 20px;
}
.mod-featured .article .article-header .datum {
  color: #628e85;
}
@media (max-width: 991px) {
  .mod-featured .article .article-image,
  .mod-featured .article .article-info {
    width: 100%;
    float: none;
    padding: 0;
  }
  .mod-featured .article .article-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 520px) {
  .mod-featured .article {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group BODY */
.body {
  padding: 80px 0;
  min-height: 500px;
}
.body .article-output {
  overflow: hidden;
}
.body .article-output h1,
.body .article-output h2,
.body .article-output h3 {
  color: #00808c;
}
.body .article-output h1 {
  font-size: 36px;
}
.body .article-output h2 {
  font-size: 30px;
}
.body .article-output h3 {
  font-size: 24px;
}
.body .article-output h4 {
  font-size: 18px;
  color: #f9c4ae;
}
.body .article-output ul,
.body .article-output ol,
.body .article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body .article-output ul {
  margin: 0 0 30px;
}
.body .article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.body .article-output ol {
  margin: 0 0 30px;
}
.body .article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
.body .article-output .inline-image {
  max-width: 50%;
  float: left;
  margin: 0 30px 10px 0;
}
.body .article-output .article-actions .button {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .body .article-output .inline-image {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}
.page-top {
  overflow: hidden;
  margin-bottom: 80px;
}
.page-top .page-header {
  width: 50%;
  float: left;
}
.page-top .page-header h1 {
  color: #00808c;
}
.page-top .page-header h2 {
  color: #7fbfc5;
  font-size: 30px;
}
.page-top .page-intro {
  width: 50%;
  float: left;
  color: #00808c;
}
@media (max-width: 991px) {
  .page-top .page-header h1 {
    font-size: 32px;
  }
  .page-top .page-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .page-top {
    margin-bottom: 40px;
  }
  .page-top .page-header {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .page-top .page-intro {
    width: 100%;
    float: none;
  }
}
.tpl-volg .page-header {
  margin-bottom: 60px;
}
.tpl-volg .page-header h1 {
  color: #00808c;
}
.tpl-volg .page-header h2 {
  color: #7fbfc5;
  font-size: 30px;
}
/* @end */
/* @group ARTICLE-LIST */
.masked {
  position: relative;
}
.masked:before {
  display: block;
  content: "";
  width: 101%;
  height: 101%;
  background: url(../images/mask.png) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.article-list .article {
  margin-bottom: 80px;
}
.article-list .article .article-header {
  margin-bottom: 20px;
}
.article-list .article h2 {
  font-size: 24px;
  margin: 0;
}
.article-list .article .datum {
  color: #00808c;
}
.article-list .article .article-actions {
  padding-bottom: 40px;
  border-bottom: 1px solid #7fbfc5;
}
@media (max-width: 620px) {
  .article-list .article .article-image {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .article-list .article .article-output {
    width: 100%;
    float: none;
  }
}
/* @end */
/* @group ACCORDEON */
.accordeon {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 128, 140, 0.1);
}
.accordeon h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #9d9d9c;
  padding: 26px 75px 20px 60px;
  margin: 0;
  border-top: 1px solid #cce6e8;
  cursor: pointer;
  position: relative;
}
.accordeon h2 span {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/arrow-down.png) center center no-repeat;
  background-size: contain;
}
.accordeon h2:hover {
  color: #f9c4ae;
}
.accordeon h2.open {
  color: #00808c;
}
.accordeon h2.open span {
  background-image: url(../images/arrow-up.png);
}
.accordeon .answer .inner {
  padding: 0 20px 20px 60px;
}
.accordeon .panel {
  overflow: hidden;
  position: relative;
  transition: background 0.3s ease-in-out;
}
.accordeon .panel:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: #2aa691;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.accordeon .panel.active {
  background: #f2f9f9;
}
.accordeon .panel.active:before {
  top: 0;
  opacity: 1;
}
.accordeon .panel:first-child h2 {
  border-color: #fff;
}
.accordeon .panel:first-child h2.open {
  border-color: #cce6e8;
}
@media (max-width: 1280px) {
  .accordeon h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .accordeon h2 {
    font-size: 20px;
    padding-left: 40px;
  }
  .accordeon .answer .inner {
    padding-left: 40px;
  }
}
@media (max-width: 680px) {
  .accordeon h2 {
    font-size: 18px;
    padding-left: 30px;
  }
  .accordeon .answer .inner {
    padding-left: 30px;
  }
}
/* @end */
/* @group rsform */
.rsformxxx fieldset {
  border: none;
  padding: 0 0 10px 0;
  margin: 0;
  overflow: hidden;
}
.rsformxxx #rsform_error_3 p {
  color: #f9c4ae;
}
.rsformxxx .formValidation span.formError {
  color: #f9c4ae;
  font-size: 14px;
}
.rsformxxx .rsform-block-naam,
.rsformxxx .rsform-block-telefoonnummer,
.rsformxxx .rsform-block-email,
.rsformxxx .rsform-block-afspraak {
  margin-bottom: 15px;
}
.rsformxxx .rsform-block-naam .formControlLabel,
.rsformxxx .rsform-block-telefoonnummer .formControlLabel,
.rsformxxx .rsform-block-email .formControlLabel,
.rsformxxx .rsform-block-afspraak .formControlLabel,
.rsformxxx .rsform-block-naam .formDescription,
.rsformxxx .rsform-block-telefoonnummer .formDescription,
.rsformxxx .rsform-block-email .formDescription,
.rsformxxx .rsform-block-afspraak .formDescription {
  display: none;
}
.rsformxxx .rsform-block-naam .formBody,
.rsformxxx .rsform-block-telefoonnummer .formBody,
.rsformxxx .rsform-block-email .formBody,
.rsformxxx .rsform-block-afspraak .formBody {
  width: 100%;
  padding-right: 30px;
}
.rsformxxx .rsform-block-naam input[type="text"],
.rsformxxx .rsform-block-telefoonnummer input[type="text"],
.rsformxxx .rsform-block-email input[type="text"],
.rsformxxx .rsform-block-afspraak input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  color: #00808c;
  border: 1px solid #f9c4ae;
  border-radius: 3px;
}
.rsformxxx .rsform-block-bericht {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.rsformxxx .rsform-block-bericht .formControlLabel,
.rsformxxx .rsform-block-bericht .formDescription {
  display: none;
}
.rsformxxx .rsform-block-bericht .formBody {
  width: 100%;
  padding-right: 30px;
}
.rsformxxx .rsform-block-bericht textarea {
  width: 100%;
  padding: 8px;
  color: #00808c;
  border: 1px solid #f9c4ae;
  border-radius: 3px;
}
.rsformxxx .rsform-block-verstuur {
  overflow: hidden;
  margin-bottom: 20px;
}
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #333;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #333;
  border: 1px solid #f9c4ae;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #f9c4ae;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #f9c4ae;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: right;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #333;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: #fef6f3;
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
/* @end */
/* @group SITE FOOTER */
.site-footer {
  background: #2aa691 url(../images/bgfooter.jpg);
  background-size: cover;
  padding: 40px 0;
}
.site-footer .container {
  color: #fff;
}
.site-footer .container h1,
.site-footer .container h2,
.site-footer .container h3,
.site-footer .container a {
  color: inherit;
}
.site-footer .container p {
  margin-bottom: 20px;
}
.site-footer .container p:last-child {
  margin-bottom: 0;
}
.site-footer .dementie {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  background: url(../images/dementievriendelijke-uitvaartverzorger-logo.png) center top no-repeat;
  background-size: contain;
}
.site-footer .meander {
  display: block;
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 40px;
  background: url(../images/Landelijk-Meander-Netwerk-logo.png) center top no-repeat;
  background-size: contain;
}
.site-footer .logo {
  display: block;
  float: left;
  width: 140px;
  height: 165px;
  background: url(../images/jade-uitvaart-logo.png) center top no-repeat;
  background-size: contain;
}
.site-footer .socials a {
  display: inline-block;
  font-size: 36px;
}
.site-footer .socials a i:before {
  margin-left: 0;
}
.site-footer .socials a:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .site-footer .dementie {
    width: 125px;
    height: 125px;
    margin-right: 30px;
  }
  .site-footer .logo {
    width: 105px;
  }
  .site-footer .box-logos {
    text-align: center;
  }
  .site-footer .box-logos a {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer .box-info {
    margin: 30px 0;
  }
  .site-footer .box-logos a {
    width: 120px;
  }
}
@media (max-width: 640px) {
  .site-footer .box-logo,
  .site-footer .box-contact {
    clear: both;
    float: none;
    width: 100%;
  }
  .site-footer .box-contact {
    padding-top: 30px;
    overflow: hidden;
  }
  .site-footer .box-contact p {
    width: 50%;
    float: left;
  }
  .site-footer .box-info {
    padding-top: 15px;
  }
}
@media (max-width: 460px) {
  .site-footer .box-contact {
    padding-top: 30px;
  }
  .site-footer .box-contact p {
    clear: both;
    width: 100%;
    float: none;
  }
  .site-footer .box-info {
    padding-top: 30px;
  }
}
/* @end */
/* @group FONTELLO */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?732142');
  src: url('../font/fontello.eot?732142#iefix') format('embedded-opentype'), url('../font/fontello.woff2?732142') format('woff2'), url('../font/fontello.woff?732142') format('woff'), url('../font/fontello.ttf?732142') format('truetype'), url('../font/fontello.svg?732142#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?732142#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-down-small:before {
  content: '\e01b';
}
/* '' */
.icon-left-small:before {
  content: '\e800';
}
/* '' */
.icon-right-open:before {
  content: '\e801';
}
/* '' */
.icon-left-open-1:before {
  content: '\e802';
}
/* '' */
.icon-up-open-1:before {
  content: '\e803';
}
/* '' */
.icon-up-small:before {
  content: '\e805';
}
/* '' */
.icon-down-open-1:before {
  content: '\e806';
}
/* '' */
.icon-right-open-1:before {
  content: '\e807';
}
/* '' */
.icon-skg-mail:before {
  content: '\e808';
}
/* '' */
.icon-left-circle:before {
  content: '\e80c';
}
/* '' */
.icon-right-circle:before {
  content: '\e80d';
}
/* '' */
.icon-left-open:before {
  content: '\e810';
}
/* '' */
.icon-mail:before {
  content: '\e811';
}
/* '' */
.icon-cancel:before {
  content: '\e812';
}
/* '' */
.icon-right-small:before {
  content: '\e813';
}
/* '' */
.icon-facebook-a:before {
  content: '\e821';
}
/* '' */
.icon-instagram-a:before {
  content: '\e822';
}
/* '' */
.icon-linkedin-a:before {
  content: '\e823';
}
/* '' */
.icon-min:before {
  content: '\e826';
}
/* '' */
.icon-plus:before {
  content: '\e827';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e835';
}
/* '' */
.icon-youtube-play:before {
  content: '\e841';
}
/* '' */
.icon-down-open:before {
  content: '\e84e';
}
/* '' */
.icon-up-open:before {
  content: '\e84f';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-angle-down:before {
  content: '\f107';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
/* @end */
/* JBO - 25-04-2023 - Update icm Joomal 4 */
.slick-hero {
  background-image: url(../images/bgfooter.jpg);
  background-size: cover;
  background-position: center center;
}
.slick-hero .slick-prev,
.slick-hero .slick-next {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-hero .slick-prev {
  left: 20px;
}
.slick-hero .slick-next {
  right: 20px;
}
.slick-hero .item {
  overflow: hidden;
}
.slick-hero .item .container {
  height: 600px;
  position: relative;
}
.slick-hero .item .logo {
  width: 220px;
  height: 280px;
  background-image: url(../images/jade-uitvaart-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 80px;
  left: 120px;
  transition: all 0.8s ease-in-out;
  transform: translateX(-80px);
  opacity: 0;
}
.slick-hero .item .image {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 40%;
  transition: all 0.8s ease-in-out 0.15s;
  transform: translateX(80px);
  opacity: 0;
}
.slick-hero .item .actions {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 40px;
  transition: all 0.8s ease-in-out 0.25s;
  transform: translateX(-80px);
  opacity: 0;
}
.slick-hero .item .actions .action {
  float: left;
  margin: 0 60px 15px 0;
}
.slick-hero .item .actions .action .label {
  display: block;
  color: #fff;
  padding: 8px 0 0 22px;
}
.slick-hero .slick-active.item .logo,
.slick-hero .slick-active.item .image,
.slick-hero .slick-active.item .actions {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1280px) {
  .slick-hero .item .container {
    height: 500px;
  }
  .slick-hero .item .logo {
    width: 160px;
    height: 200px;
    top: 40px;
    left: 80px;
  }
  .slick-hero .item .image {
    width: 900px;
    left: 40%;
  }
  .slick-hero .item .actions {
    left: 20px;
  }
  .slick-hero .item .actions .action {
    margin: 0 40px 15px 0;
  }
}
@media (max-width: 991px) {
  .slick-hero .item .container {
    height: 480px;
  }
  .slick-hero .item .logo {
    width: 120px;
    height: 200px;
    top: 40px;
    left: 60px;
  }
  .slick-hero .item .image {
    width: 700px;
    left: 30%;
  }
  .slick-hero .item .actions {
    left: 20px;
    bottom: 40px;
  }
  .slick-hero .item .actions .action {
    margin: 0 25px 15px 0;
  }
}
@media (max-width: 680px) {
  .slick-hero .item .container {
    height: 450px;
  }
  .slick-hero .item .logo {
    width: 120px;
    height: 200px;
    top: 40px;
    left: 40px;
  }
  .slick-hero .item .image {
    width: 600px;
    left: 180px;
  }
  .slick-hero .item .actions {
    bottom: 50px;
  }
  .slick-hero .item .actions .action {
    margin: 0 25px 15px 0;
  }
}
@media (max-width: 560px) {
  .slick-hero .item .container {
    height: 280px;
  }
  .slick-hero .item .logo {
    width: 80px;
    height: 200px;
    top: 40px;
    left: 30px;
  }
  .slick-hero .item .image {
    width: 450px;
    left: 140px;
  }
  .slick-hero .item .actions {
    display: none;
  }
}
