/* SKW KLEUREN - Groen en Oranje */
/* uitgangspunten mozaic */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.bgradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4483b4+0,77b31c+100 */
  background: #4483b4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4483b4 0%, #77b31c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4483b4', endColorstr='#77b31c', GradientType=1);
  /* IE6-9 */
}
.bgradient-dark {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.t-gradient {
  color: #80bc00;
  background: -webkit-linear-gradient(left, #3d7cc9, #80bc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme-skw .t-gradient {
  color: #F28B00;
  background: -webkit-linear-gradient(left, #205B40, #F28B00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bgradient-skw {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#205b40+0,f28b00+100 */
  background: #205b40;
  /* Old browsers */
  background: -moz-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #205b40 0%, #f28b00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205b40', endColorstr='#f28b00', GradientType=1);
  /* IE6-9 */
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'FFSignaWebProLight', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  color: #19427b;
  font-weight: normal;
}
body.theme-skw {
  color: #1E3100;
}
.theme-skw body {
  color: #205B40;
}
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;
}
.hide {
  display: none;
}
/* @end */
@media (max-width: 1280px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #05334B;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #80bc00;
}
.theme-skw a:link,
.theme-skw a:active,
.theme-skw a:visited {
  color: #205B40;
}
.theme-skw a:hover,
.theme-skw a:focus {
  color: #F28B00;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
.bold {
  font-weight: bold;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.1);
}
.plx {
  pointer-events: none;
}
.container {
  position: relative;
}
.indented {
  margin: 0 20px;
}
.bg-blue {
  background-color: #3d7cc9;
}
.bg-blue-2 {
  background-color: #19427b;
}
.bg-blue-3 {
  background-color: #d8e5f4;
}
.bg-green {
  background-color: #80bc00;
}
.theme-skw .bg-blue {
  background-color: #3d7cc9;
}
.theme-skw .bg-blue-2 {
  background-color: #19427b;
}
.theme-skw .bg-blue-3 {
  background-color: #e8eeec;
}
.theme-skw .bg-green {
  background-color: #80bc00;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'FFSignaWebProBold', sans-serif;
  line-height: 1.3em;
  margin: 0 0 15px;
  color: #19427b;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  font-weight: bold;
}
.theme-skw h1,
.theme-skw h2,
.theme-skw h3,
.theme-skw h4,
.theme-skw .h1,
.theme-skw .h2,
.theme-skw .h3,
.theme-skw .h4 {
  color: #1E3100;
}
.f1 {
  font-family: 'FFSignaWebProLight', sans-serif;
}
.f2 {
  font-family: 'FFSignaWebProBook', sans-serif;
}
.f3 {
  font-family: 'FFSignaWebProBold', sans-serif;
}
.f4 {
  font-family: 'FFSignaWebProBold', sans-serif;
  line-height: 1.2em;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: 'FFSignaWebProBook', sans-serif;
}
.t-elipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
h0,
.h0 {
  font-size: 50px;
}
h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 38px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h0,
  .h0 {
    font-size: 34px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
}
@media (max-width: 680px) {
  h0,
  .h0 {
    font-size: 34px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
}
.h-white {
  color: #fff !important;
}
.h-dark {
  color: #05334B !important;
}
.h-green {
  color: #80bc00 !important;
}
.h-blue {
  color: #3d7cc9 !important;
}
.h-blue2 {
  color: #19427b !important;
}
.h-inline {
  display: inline-block;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-intro {
  font-family: 'FFSignaWebProBold', sans-serif;
  color: #3d7cc9;
  margin-bottom: 30px;
}
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 8px;
  color: #19427b;
}
.article-output h3 {
  color: #80bc00;
}
.article-output a:link,
.article-output a:active,
.article-output a:visited {
  color: #80bc00;
}
.article-output a:hover,
.article-output a:focus {
  color: #6496d4;
}
.article-output p {
  margin-bottom: 30px;
}
.article-output p:last-child {
  margin-bottom: 0;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 20px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 20px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
.article-output table {
  width: 100%;
  max-width: 1001px;
  margin-bottom: 30px;
}
.article-output table tbody th {
  background: #05334B;
  color: #fff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody th:last-child {
  width: auto;
}
.article-output table tbody td {
  padding: 5px 8px;
  white-space: nowrap;
  width: 200px;
}
.article-output table tbody td:last-child {
  width: auto;
}
.article-output table tbody tr {
  background: #f8f8f8;
}
.article-output table tbody tr:nth-child(odd) {
  background: #eee;
}
.article-output table.large-table {
  width: 100%;
  max-width: 1600px;
}
.article-output table.large-table tbody th,
.article-output table.large-table tbody td {
  white-space: normal;
}
.article-output .scrollpointer {
  display: none;
}
.article-output .wf_file .wf_file_icon {
  display: inline;
  margin-right: 4px;
}
.theme-skw .article-output h1,
.theme-skw .article-output h2,
.theme-skw .article-output h3 {
  margin-bottom: 8px;
  color: #205B40;
}
.theme-skw .article-output h3 {
  color: #F28B00;
}
.theme-skw .article-output a:link,
.theme-skw .article-output a:active,
.theme-skw .article-output a:visited {
  color: #F28B00;
}
.theme-skw .article-output a:hover,
.theme-skw .article-output a:focus {
  color: #1E3100;
}
@media (max-width: 991px) {
  .article-output .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .article-output .table-scroll-container table {
    width: 1000px;
    margin-bottom: 0 !important;
  }
  .article-output .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #05334B;
    background: #ccc;
    line-height: 30px;
  }
}
@media (max-width: 776px) {
  .article-output .table-scroll-container table {
    width: 1000px;
  }
}
@media (max-width: 1280px) {
  .article-output h1 {
    font-size: 32px;
  }
  .article-output h2 {
    font-size: 28px;
  }
  .article-output h3 {
    font-size: 22px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .article-output h1 {
    font-size: 30px;
  }
  .article-output h2 {
    font-size: 26px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-output h1 {
    font-size: 28px;
  }
  .article-output h2 {
    font-size: 24px;
  }
  .article-output h3 {
    font-size: 20px;
  }
  .article-output h4 {
    font-size: 18px;
  }
}
.comp-logo {
  display: block;
  width: 200px;
  height: 120px;
  background-image: url(../img/skg-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-skw .comp-logo {
  background-image: url(../img/skw-logo.svg);
}
.site-wrapper {
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .site-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 650px) {
  .site-wrapper {
    padding-top: 40px;
  }
}
.site-header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.site-header .container {
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.site-header .container:before {
  display: block;
  content: "";
  width: 2000px;
  height: 300px;
  z-index: 1;
  background: #fff;
  transform-origin: bottom right;
  transform: skewY(5deg);
  position: absolute;
  bottom: -100px;
  left: calc(-2000px + 250px);
  transition: all 0.3s ease-in-out;
}
.site-header .container:after {
  display: block;
  content: "";
  width: 2000px;
  height: 300px;
  background: #fff;
  transform-origin: bottom left;
  transform: skewY(5deg);
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 248px;
  z-index: -1;
}
.site-header .container .space {
  display: block;
  width: 50px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 155px;
  z-index: 8;
}
.site-header .container .comp-logo {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-5%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.site-header .container .std-nav {
  position: absolute;
  top: 50%;
  left: 250px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.site-header .container .mainnav li {
  float: left;
  margin-right: 50px;
}
.site-header .container .mainnav a {
  display: block;
  color: #3d7cc9;
  line-height: 30px;
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 20px;
}
.site-header .container .mainnav a:hover {
  color: #80bc00;
}
.site-header .container .utils {
  height: 100px;
  padding-top: 30px;
  position: absolute;
  top: 0;
  right: 25px;
  transition: all 0.3s ease-in-out;
}
.site-header .container .utils .before {
  display: block;
  width: 200%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4483b4+0,77b31c+100 */
  background: #4483b4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4483b4 0%, #77b31c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4483b4', endColorstr='#77b31c', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.site-header .container .utils .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
}
.site-header .container .utils .links a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  line-height: 40px;
  color: #19427b;
  font-size: 26px;
  transition: all 0.2s ease-in-out;
}
.site-header .container .utils .links a:hover {
  color: #3d7cc9;
  transform: scale(1.2);
}
.scrolled .site-header .container,
.shownav .site-header .container {
  height: 20px;
}
.scrolled .site-header .container:before,
.shownav .site-header .container:before {
  left: calc(-2000px + 180px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container:after,
.shownav .site-header .container:after {
  left: 180px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.scrolled .site-header .container .comp-logo,
.shownav .site-header .container .comp-logo {
  height: 75px;
  transform: translateY(15%);
}
.scrolled .site-header .container .std-nav,
.shownav .site-header .container .std-nav {
  opacity: 0;
  top: 0;
}
.scrolled .site-header .container .utils,
.shownav .site-header .container .utils {
  height: 80px;
  padding-top: 20px;
}
.scrolled .site-header .container .utils:after,
.shownav .site-header .container .utils:after {
  height: 7px;
}
.theme-skw .site-header .container .mainnav a {
  color: #205B40;
}
.theme-skw .site-header .container .mainnav a:hover {
  color: #F28B00;
}
.theme-skw .site-header .container .utils .before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#205b40+0,f28b00+100 */
  background: #205b40;
  /* Old browsers */
  background: -moz-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #205b40 0%, #f28b00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205b40', endColorstr='#f28b00', GradientType=1);
  /* IE6-9 */
}
.theme-skw .site-header .container .utils .links a {
  color: #1E3100;
}
.theme-skw .site-header .container .utils .links a:hover {
  color: #205B40;
}
@media (max-width: 1480px) {
  .site-header .container .mainnav li {
    margin-right: 32px;
  }
  .site-header .container .mainnav li a {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .site-header .std-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .container {
    height: 20px;
  }
  .site-header .container:before {
    left: calc(-2000px + 215px);
    bottom: -125px;
  }
  .site-header .container:after {
    left: 180px;
    bottom: -50px;
  }
  .site-header .container .comp-logo {
    width: 170px;
    height: 95px;
    transform: translateY(15%);
  }
  .scrolled .site-header .container:before,
  .shownav .site-header .container:before {
    left: calc(-2000px + 180px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    bottom: -100px;
  }
  .scrolled .site-header .container:after,
  .shownav .site-header .container:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    bottom: -30px;
  }
  .scrolled .site-header .container .space,
  .shownav .site-header .container .space {
    height: 59px;
  }
}
@media (max-width: 767px) {
  .site-header .container {
    height: 20px;
  }
  .site-header .container:before {
    left: calc(-2000px + 175px);
    bottom: -86px;
  }
  .site-header .container:after {
    left: 170px;
    bottom: -35px;
  }
  .site-header .container .comp-logo {
    width: 130px;
    height: 70px;
    transform: translateY(0%);
  }
  .site-header .container .utils {
    height: 80px;
    padding-top: 30px;
  }
  .site-header .container .nav-toggle {
    top: 60%;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 20px;
  }
  .scrolled .site-header .container:before,
  .shownav .site-header .container:before {
    left: calc(-2000px + 175px);
    bottom: -86px;
  }
  .scrolled .site-header .container:after,
  .shownav .site-header .container:after {
    left: 170px;
    bottom: -35px;
  }
  .scrolled .site-header .container .comp-logo,
  .shownav .site-header .container .comp-logo {
    width: 130px;
    height: 70px;
    transform: translateY(0%);
  }
  .scrolled .site-header .container .utils,
  .shownav .site-header .container .utils {
    height: 80px;
    padding-top: 30px;
  }
  .scrolled .site-header .container .nav-toggle,
  .shownav .site-header .container .nav-toggle {
    top: 60%;
  }
  .scrolled .site-header .container .space,
  .shownav .site-header .container .space {
    height: 66px;
  }
}
@media (max-width: 650px) {
  .site-header {
    background: none;
  }
  .site-header .container {
    height: 70px;
  }
  .site-header .container:before {
    left: calc(-2000px + 155px);
    bottom: -27px;
  }
  .site-header .container:after {
    left: 150px;
    bottom: 22px;
  }
  .site-header .container .comp-logo {
    width: 130px;
    height: 65px;
    top: 10px;
    transform: none;
  }
  .site-header .container .utils {
    height: 70px;
    padding-top: 20px;
  }
  .site-header .container .utils .before {
    height: 6px;
  }
  .site-header .container .nav-toggle {
    top: 53%;
  }
  .scrolled .site-header .container,
  .shownav .site-header .container {
    height: 70px;
  }
  .scrolled .site-header .container:before,
  .shownav .site-header .container:before {
    left: calc(-2000px + 155px);
    bottom: -27px;
  }
  .scrolled .site-header .container:after,
  .shownav .site-header .container:after {
    left: 150px;
    bottom: 22px;
  }
  .scrolled .site-header .container .comp-logo,
  .shownav .site-header .container .comp-logo {
    width: 130px;
    height: 65px;
    top: 10px;
    transform: none;
  }
  .scrolled .site-header .container .utils,
  .shownav .site-header .container .utils {
    height: 70px;
    padding-top: 20px;
  }
  .scrolled .site-header .container .utils .before,
  .shownav .site-header .container .utils .before {
    height: 6px;
  }
  .scrolled .site-header .container .nav-toggle,
  .shownav .site-header .container .nav-toggle {
    top: 53%;
  }
  .scrolled .site-header .container .space,
  .shownav .site-header .container .space {
    height: 59px;
  }
}
@media (max-width: 550px) {
  .site-header .container:after {
    bottom: 9px;
  }
  .site-header .container .utils .links .link-email,
  .site-header .container .utils .links .link-portal {
    display: none;
  }
  .site-header .container .space {
    width: 30px;
    height: 72px;
    left: 150px;
  }
  .scrolled .site-header .container:after,
  .shownav .site-header .container:after {
    bottom: 9px;
  }
  .scrolled .site-header .container .utils .links .link-email,
  .shownav .site-header .container .utils .links .link-email,
  .scrolled .site-header .container .utils .links .link-portal,
  .shownav .site-header .container .utils .links .link-portal {
    display: none;
  }
  .scrolled .site-header .container .space,
  .shownav .site-header .container .space {
    width: 30px;
    height: 72px;
    left: 150px;
  }
}
.pre-footer {
  position: relative;
  z-index: 120;
}
.site-footer {
  position: relative;
  background-color: #fff;
  padding: 150px 0 0;
  z-index: 100;
  font-size: 16px;
}
.site-footer.has-blur:before {
  display: block;
  content: "";
  width: 600px;
  height: 160px;
  background: url('../img/svg/bg-footer.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-43%);
}
.site-footer:after {
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4483b4+0,77b31c+100 */
  background: #4483b4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4483b4 0%, #77b31c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4483b4 0%, #77b31c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4483b4', endColorstr='#77b31c', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-footer .comp-logo {
  position: absolute;
  top: 10px;
  left: 25px;
}
.site-footer .content {
  margin-left: 240px;
  overflow: hidden;
}
.site-footer .column {
  width: 50%;
  float: left;
  overflow: hidden;
}
.site-footer .column .col-1,
.site-footer .column .col-2 {
  width: 50%;
  float: left;
  min-height: 200px;
}
.site-footer .links a {
  display: block;
  color: #80bc00;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.site-footer .links a i {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0;
}
.site-footer .links a:hover {
  color: #3d7cc9;
  padding-left: 25px;
}
.site-footer .links a:hover i {
  left: 0;
  opacity: 1;
}
.site-footer .contact .adres {
  color: #3d7cc9;
  margin-bottom: 30px;
}
.site-footer .contact .adres:last-child {
  margin-bottom: 0;
}
.site-footer .contact .adres .link {
  color: #3d7cc9;
}
.site-footer .contact .adres .link span {
  display: inline-block;
  font-family: 'FFSignaWebProBold', sans-serif;
  color: #19427b;
}
.site-footer .contact .adres .link:hover {
  color: #80bc00;
}
.site-footer .contact strong {
  display: block;
  color: #19427b;
  font-family: 'FFSignaWebProBold', sans-serif;
}
.site-footer .logos {
  overflow: hidden;
}
.site-footer .logos img {
  height: 36px;
  float: left;
  margin: 0 10px 10px 0;
}
.site-footer .credits {
  padding: 50px 0 30px;
  font-size: 14px;
  color: #d8e5f4;
}
.site-footer .credits a {
  color: #d8e5f4;
}
.site-footer .credits a:hover {
  color: #3d7cc9;
}
.theme-skw .site-footer.has-blur:before {
  background-image: url('../img/svg/bg-footer-skw.svg');
}
.theme-skw .site-footer:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#205b40+0,f28b00+100 */
  background: #205b40;
  /* Old browsers */
  background: -moz-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #205b40 0%, #f28b00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #205b40 0%, #f28b00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205b40', endColorstr='#f28b00', GradientType=1);
  /* IE6-9 */
}
.theme-skw .site-footer .links a {
  color: #F28B00;
}
.theme-skw .site-footer .links a:hover {
  color: #205B40;
}
.theme-skw .site-footer .contact .adres {
  color: #205B40;
}
.theme-skw .site-footer .contact .adres .link {
  color: #205B40;
}
.theme-skw .site-footer .contact .adres .link span {
  color: #1E3100;
}
.theme-skw .site-footer .contact .adres .link:hover {
  color: #F28B00;
}
.theme-skw .site-footer .contact strong {
  color: #1E3100;
}
@media (max-width: 1280px) {
  .site-footer .comp-logo {
    position: static;
    top: 0;
    left: 0;
  }
  .site-footer .content {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .site-footer .column .col-1,
  .site-footer .column .col-2 {
    min-height: 50px;
  }
  .site-footer .content .links {
    width: 40%;
  }
  .site-footer .content .links .col-1,
  .site-footer .content .links .col-2 {
    width: 100%;
    float: none;
  }
  .site-footer .content .links .col-1 {
    margin-bottom: 40px;
  }
  .site-footer .content .contact {
    width: 60%;
  }
}
@media (max-width: 660px) {
  .site-footer .content .links {
    width: 50%;
  }
  .site-footer .content .contact {
    width: 50%;
  }
  .site-footer .content .contact .col-1,
  .site-footer .content .contact .col-2 {
    width: 100%;
    float: none;
  }
  .site-footer .content .contact .col-1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .site-footer .content .column {
    width: 100%;
  }
  .site-footer .content .column .col-1,
  .site-footer .content .column .col-2 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 450px) {
  .site-footer .content .column {
    width: 100%;
  }
  .site-footer .content .column .col-1,
  .site-footer .content .column .col-2 {
    width: 100%;
    float: none;
  }
  .site-footer .content .links {
    margin-bottom: 60px;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.nav-toggle {
  width: 36px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav-icon {
  display: block;
  width: 36px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #19427b;
  content: '';
  display: block;
  position: relative;
  height: 4px;
  margin: 7px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.theme-skw .nav-icon:before,
.theme-skw .nav-icon:after,
.theme-skw .nav-icon div {
  background-color: #205B40;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(11px) rotate(135deg);
  -moz-transform: translateY(11px) rotate(135deg);
  -webkit-transform: translateY(11px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-11px) rotate(-135deg);
  -moz-transform: translateY(-11px) rotate(-135deg);
  -webkit-transform: translateY(-11px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.mobile-nav .before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  opacity: 0.97;
  transition: all 0.6s ease 0s;
}
.theme-skw .mobile-nav .before {
  background-color: #F28B00;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 18px;
  padding-top: 200px;
  padding-bottom: 10px;
  position: relative;
}
.mobile-nav a {
  color: #fff;
}
.mobile-nav a:hover {
  color: #80bc00;
  opacity: 0.8;
}
.mobile-nav .primary-nav-content {
  padding-top: 20px;
  padding-bottom: 40px;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .left-side,
.mobile-nav .right-side {
  float: left;
  position: relative;
  z-index: 2;
}
.mobile-nav .left-side {
  width: 40%;
  text-align: right;
  padding-right: 40px;
}
.mobile-nav .left-side li {
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 24px;
  line-height: 1.8em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mobile-nav .left-side li a:hover {
  color: #80bc00;
  opacity: 0.8;
}
.mobile-nav .left-side li ul {
  padding-top: 10px;
}
.mobile-nav .left-side li li {
  font-family: 'FFSignaWebProLight', sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 10px 0;
}
.mobile-nav .left-side li li a {
  display: inline-block;
  color: #fff;
}
.mobile-nav .left-side li li a:hover {
  color: #80bc00;
  opacity: 0.8;
}
.mobile-nav .left-side li li.current a {
  color: #80bc00;
}
.mobile-nav .left-side .mainnav > li.active > a {
  color: #80bc00;
}
.mobile-nav .right-side {
  width: 60%;
  padding-left: 80px;
}
.mobile-nav .right-side .mobile-submenu {
  padding-top: 12px;
}
.mobile-nav .right-side li {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.mobile-nav .right-side li.current a {
  color: #80bc00;
}
.mobile-nav .right-side a {
  font-size: 22px;
}
.mobile-nav .right-side a:hover {
  color: #80bc00;
  opacity: 0.8;
}
.mobile-nav .side-boxes {
  padding-top: 12px;
}
.mobile-nav .side-box {
  margin-bottom: 20px;
}
.mobile-nav .side-box h3 {
  margin-bottom: 15px;
}
.mobile-nav .quicks {
  margin-bottom: 60px;
}
.mobile-nav .quicks a {
  display: block;
}
.mobile-nav .social-media {
  font-size: 30px;
}
.mobile-nav .social-media a {
  margin-right: 7px;
}
.mobile-nav .social-media a:hover {
  opacity: 0.7;
}
.mobile-nav .social-media i:before {
  margin: 0;
}
.mobile-nav .social-media .instagram {
  font-size: 34px;
  position: relative;
  top: 2px;
}
.mobile-nav .social-media .facebook {
  font-size: 34px;
  position: relative;
  top: 2px;
}
.theme-skw .mobile-nav a:hover {
  color: #205B40;
}
.theme-skw .mobile-nav .left-side li a:hover {
  color: #205B40;
}
.theme-skw .mobile-nav .left-side li li a:hover {
  color: #205B40;
}
.theme-skw .mobile-nav .left-side li li.current a {
  color: #205B40;
}
.theme-skw .mobile-nav .left-side .mainnav > li.active > a {
  color: #205B40;
}
.theme-skw .mobile-nav .right-side li.current a {
  color: #205B40;
}
.theme-skw .mobile-nav .right-side a:hover {
  color: #205B40;
}
.shownav .mobile-nav {
  top: 0;
  transition: all 0.6s ease 0s;
}
.shownav .mobile-nav .before {
  top: 0;
  transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .mobile-nav .container {
    padding-top: 100px;
  }
  .mobile-nav .left-side,
  .mobile-nav .right-side {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav .right-side {
    display: none;
  }
  .mobile-nav .left-side .mainnav ul.hover {
    display: block;
  }
}
@media (max-width: 600px) {
  .mobile-nav .primary-nav-content {
    padding-top: 20px;
  }
  .mobile-nav .main-box,
  .mobile-nav .side-boxes {
    width: 100%;
    clear: both;
  }
  .mobile-nav .left-side {
    text-align: left;
    margin-bottom: 40px;
  }
  .mobile-nav .left-side li {
    margin-bottom: 0;
  }
  .mobile-nav .left-side .mainnav ul {
    margin-left: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .nav-trigger-mz .nav-icon {
    top: 29px;
    left: 27px;
  }
}
@media (max-width: 991px) {
  .nav-trigger-mz .nav-icon {
    width: 40px;
    top: 22px;
    left: 20px;
  }
  .nav-trigger-mz .nav-icon:before,
  .nav-trigger-mz .nav-icon:after,
  .nav-trigger-mz .nav-icon div {
    height: 3px;
    margin: 7px 0;
  }
}
@media (max-height: 750px) {
  .mobile-nav .mainnav {
    position: static;
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	SEARCH PANEL
   ========================================================================== */
.search-panel {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
}
.search-panel:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #80bc00;
  opacity: 0.98;
}
.search-panel .container {
  padding-top: 260px;
  color: #fff;
  position: relative;
}
.search-panel .search-trigger {
  display: block;
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 40px;
  right: 30px;
  z-index: 20;
}
.search-panel .h2 {
  color: #fff;
  text-align: center;
}
.search-panel .mod-search {
  margin: 30px 10%;
  position: relative;
}
.search-panel .mod-search input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #3d7cc9;
  padding-left: 10px;
}
.search-panel .mod-search button {
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.search-panel .mod-search button i {
  position: absolute;
  top: 6px;
  right: 1px;
  color: #3d7cc9;
  font-size: 40px;
}
#highlighter-start {
  display: none;
  height: 0px;
}
.showsearch .search-panel {
  left: 0;
}
@media (max-width: 680px) {
  .search-panel .container {
    padding-top: 100px;
  }
  .search-panel .mod-search {
    margin: 30px 0;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-5 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-6 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-6 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
.pb-3 {
  padding-bottom: 20px !important;
}
.pb-4 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 40px !important;
}
.pb-6 {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .pb-3 {
    padding-bottom: 30px !important;
  }
  .pb-4 {
    padding-bottom: 45px !important;
  }
  .pb-5 {
    padding-bottom: 65px !important;
  }
  .pb-6 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .pb-3 {
    padding-bottom: 30px !important;
  }
  .pb-4 {
    padding-bottom: 60px !important;
  }
  .pb-5 {
    padding-bottom: 90px !important;
  }
  .pb-6 {
    padding-bottom: 150px !important;
  }
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-6 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-6 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 45px !important;
  }
  .mt-5 {
    margin-top: 65px !important;
  }
  .mt-6 {
    margin-top: 100px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mr-4 {
    margin-right: 45px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 45px !important;
  }
  .mb-5 {
    margin-bottom: 65px !important;
  }
  .mb-6 {
    margin-bottom: 100px !important;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 60px !important;
  }
  .mt-5 {
    margin-top: 90px !important;
  }
  .mt-6 {
    margin-top: 150px !important;
  }
  .mr-4 {
    margin-right: 60px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 60px !important;
  }
  .mb-5 {
    margin-bottom: 90px !important;
  }
  .mb-6 {
    margin-bottom: 150px !important;
  }
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes float-up {
  0% {
    transform: translate(0px);
  }
  33% {
    transform: translate(-15px, -40px);
  }
  66% {
    transform: translate(15px, -60px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes float-down {
  0% {
    transform: translate(0, 0);
  }
  33% {
    transform: translate(15px, 40px);
  }
  66% {
    transform: translate(-15px, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
a.button,
form .button,
.form button,
.rsform button,
.formResponsive button {
  display: inline-block;
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 16px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: none;
}
a.button:before,
form .button:before,
.form button:before,
.rsform button:before,
.formResponsive button:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3d7cc9;
  transform-origin: bottom right;
  transform: skewX(25deg);
  position: absolute;
  top: 0;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
a.button:after,
form .button:after,
.form button:after,
.rsform button:after,
.formResponsive button:after {
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  background-color: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: bottom left;
  transform: skewX(10deg);
  position: absolute;
  top: 0;
  right: -25px;
  transition: all 0.3s ease-in-out;
}
a.button .btn-inner,
form .button .btn-inner,
.form button .btn-inner,
.rsform button .btn-inner,
.formResponsive button .btn-inner {
  display: block;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 85px 0 20px;
  position: relative;
  z-index: 3;
  color: #fff;
}
a.button .btn-inner i,
form .button .btn-inner i,
.form button .btn-inner i,
.rsform button .btn-inner i,
.formResponsive button .btn-inner i {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-47%);
}
a.button.arrow-only,
form .button.arrow-only,
.form button.arrow-only,
.rsform button.arrow-only,
.formResponsive button.arrow-only {
  background: none !important;
}
a.button.arrow-only:before,
form .button.arrow-only:before,
.form button.arrow-only:before,
.rsform button.arrow-only:before,
.formResponsive button.arrow-only:before {
  background-color: none;
}
a.button.arrow-only .btn-inner,
form .button.arrow-only .btn-inner,
.form button.arrow-only .btn-inner,
.rsform button.arrow-only .btn-inner,
.formResponsive button.arrow-only .btn-inner {
  font-size: 0;
  background: none;
  padding: 0 60px 0 10px;
}
a.button:hover:after,
form .button:hover:after,
.form button:hover:after,
.rsform button:hover:after,
.formResponsive button:hover:after {
  width: 150%;
}
a.button.small,
form .button.small,
.form button.small,
.rsform button.small,
.formResponsive button.small {
  line-height: 36px;
}
a.button.small .btn-inner,
form .button.small .btn-inner,
.form button.small .btn-inner,
.rsform button.small .btn-inner,
.formResponsive button.small .btn-inner {
  line-height: 36px;
  padding: 0 70px 0 15px;
}
a.button.large,
form .button.large,
.form button.large,
.rsform button.large,
.formResponsive button.large {
  line-height: 46px;
}
a.button.large .btn-inner,
form .button.large .btn-inner,
.form button.large .btn-inner,
.rsform button.large .btn-inner,
.formResponsive button.large .btn-inner {
  line-height: 46px;
}
a.button.xl,
form .button.xl,
.form button.xl,
.rsform button.xl,
.formResponsive button.xl {
  line-height: 60px;
}
a.button.xl .btn-inner,
form .button.xl .btn-inner,
.form button.xl .btn-inner,
.rsform button.xl .btn-inner,
.formResponsive button.xl .btn-inner {
  line-height: 60px;
}
a.button.bg-green,
form .button.bg-green,
.form button.bg-green,
.rsform button.bg-green,
.formResponsive button.bg-green {
  background: #fff;
}
a.button.bg-green:before,
form .button.bg-green:before,
.form button.bg-green:before,
.rsform button.bg-green:before,
.formResponsive button.bg-green:before {
  background: #80bc00;
}
a.button.bg-green:after,
form .button.bg-green:after,
.form button.bg-green:after,
.rsform button.bg-green:after,
.formResponsive button.bg-green:after {
  background: #3d7cc9;
}
a.button.bg-white:before,
form .button.bg-white:before,
.form button.bg-white:before,
.rsform button.bg-white:before,
.formResponsive button.bg-white:before {
  background: #3d7cc9;
  transform: skewX(10deg);
  width: 100px;
  right: -42px;
}
a.button.bg-white:after,
form .button.bg-white:after,
.form button.bg-white:after,
.rsform button.bg-white:after,
.formResponsive button.bg-white:after {
  width: 80px;
  background: #19427b;
  transform: skewX(25deg);
  mix-blend-mode: normal;
  right: -45px;
}
a.button.bg-white .btn-inner,
form .button.bg-white .btn-inner,
.form button.bg-white .btn-inner,
.rsform button.bg-white .btn-inner,
.formResponsive button.bg-white .btn-inner {
  color: #19427b;
}
a.button.bg-white:hover:before,
form .button.bg-white:hover:before,
.form button.bg-white:hover:before,
.rsform button.bg-white:hover:before,
.formResponsive button.bg-white:hover:before {
  width: 150%;
}
a.button.bg-white:hover .btn-inner,
form .button.bg-white:hover .btn-inner,
.form button.bg-white:hover .btn-inner,
.rsform button.bg-white:hover .btn-inner,
.formResponsive button.bg-white:hover .btn-inner {
  color: #fff;
}
a.button.bg-white-b:before,
form .button.bg-white-b:before,
.form button.bg-white-b:before,
.rsform button.bg-white-b:before,
.formResponsive button.bg-white-b:before {
  background: #80bc00;
  transform: skewX(10deg);
  width: 100px;
  right: -42px;
}
a.button.bg-white-b:after,
form .button.bg-white-b:after,
.form button.bg-white-b:after,
.rsform button.bg-white-b:after,
.formResponsive button.bg-white-b:after {
  width: 80px;
  background: #3d7cc9;
  transform: skewX(25deg);
  right: -45px;
}
a.button.bg-white-b .btn-inner,
form .button.bg-white-b .btn-inner,
.form button.bg-white-b .btn-inner,
.rsform button.bg-white-b .btn-inner,
.formResponsive button.bg-white-b .btn-inner {
  color: #19427b;
}
a.button.bg-white-b:hover:before,
form .button.bg-white-b:hover:before,
.form button.bg-white-b:hover:before,
.rsform button.bg-white-b:hover:before,
.formResponsive button.bg-white-b:hover:before {
  width: 150%;
}
a.button.bg-white-b:hover .btn-inner,
form .button.bg-white-b:hover .btn-inner,
.form button.bg-white-b:hover .btn-inner,
.rsform button.bg-white-b:hover .btn-inner,
.formResponsive button.bg-white-b:hover .btn-inner {
  color: #fff;
}
.theme-skw a.button:before,
.theme-skw form .button:before,
.theme-skw .form button:before,
.theme-skw .rsform button:before,
.theme-skw .formResponsive button:before {
  background-color: #205B40;
}
.theme-skw a.button:after,
.theme-skw form .button:after,
.theme-skw .form button:after,
.theme-skw .rsform button:after,
.theme-skw .formResponsive button:after {
  background-color: #F28B00;
}
.theme-skw a.button.bg-white:before,
.theme-skw form .button.bg-white:before,
.theme-skw .form button.bg-white:before,
.theme-skw .rsform button.bg-white:before,
.theme-skw .formResponsive button.bg-white:before {
  background: #205B40;
}
.theme-skw a.button.bg-white:after,
.theme-skw form .button.bg-white:after,
.theme-skw .form button.bg-white:after,
.theme-skw .rsform button.bg-white:after,
.theme-skw .formResponsive button.bg-white:after {
  background: #F28B00;
}
.theme-skw a.button.bg-white .btn-inner,
.theme-skw form .button.bg-white .btn-inner,
.theme-skw .form button.bg-white .btn-inner,
.theme-skw .rsform button.bg-white .btn-inner,
.theme-skw .formResponsive button.bg-white .btn-inner {
  color: #1E3100;
}
.theme-skw a.button.bg-white:hover .btn-inner,
.theme-skw form .button.bg-white:hover .btn-inner,
.theme-skw .form button.bg-white:hover .btn-inner,
.theme-skw .rsform button.bg-white:hover .btn-inner,
.theme-skw .formResponsive button.bg-white:hover .btn-inner {
  color: #fff;
}
.btn-arrow {
  display: inline-block;
  width: 55px;
  height: 35px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.btn-arrow:before {
  display: block;
  content: "";
  width: 55px;
  height: 100%;
  background-color: #3d7cc9;
  transition: all 0.1s ease-in-out;
  transform-origin: top left;
  transform: skewX(25deg);
  position: absolute;
  top: 0;
  right: -10px;
}
.btn-arrow:after {
  display: block;
  content: "";
  width: 55px;
  height: 100%;
  background-color: #80bc00;
  mix-blend-mode: multiply;
  transition: all 0.1s ease-in-out;
  transform-origin: top left;
  transform: skewX(10deg);
  position: absolute;
  top: 0;
  right: 0;
}
.btn-arrow i {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-47%);
  z-index: 5;
}
.btn-arrow:hover:before {
  background-color: #19427b;
}
.btn-arrow:hover:after {
  background-color: #3d7cc9;
}
.theme-skw .btn-arrow:before {
  background: #F28B00;
  z-index: 3;
}
.theme-skw .btn-arrow:after {
  background: #1E3100;
  mix-blend-mode: normal;
}
a.btn-small {
  display: inline-block;
  background: #3d7cc9;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 3px;
  margin: 3px 5px 3px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-variant-numeric: lining-nums;
}
a.btn-small:hover {
  background: #80bc00;
}
.theme-skw a.btn-small {
  background: #205B40;
  color: #fff;
}
.theme-skw a.btn-small:hover {
  background: #F28B00;
  color: #fff;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .button [class^="icon-"],
.button:hover [class^="icon-"],
.hover .button [class*=" icon-"],
.button:hover [class*=" icon-"] {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .button .icon-arrow-left,
.button:hover .icon-arrow-left {
  transform: translate(-3px, 0);
}
.hover .button .icon-arrow-right,
.button:hover .icon-arrow-right {
  transform: translate(3px, 0);
}
.hover .button .icon-arrow-up,
.button:hover .icon-arrow-up {
  transform: translate(0, -3px);
}
.hover .button .icon-arrow-down,
.button:hover .icon-arrow-down {
  transform: translate(0, 3px);
}
.hover .button .icon-skg-pijl-right,
.button:hover .icon-skg-pijl-right {
  transform: translate(3px, -47%);
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?76527269c');
  src: url('../font/fontello.eot?76527269c#iefix') format('embedded-opentype'), url('../font/fontello.woff2?76527269c') format('woff2'), url('../font/fontello.woff?76527269c') format('woff'), url('../font/fontello.ttf?76527269c') format('truetype'), url('../font/fontello.svg?76527269c#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?76527269#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-skg-mail:before {
  content: '\e808';
}
/* '' */
.icon-skg-phone:before {
  content: '\e809';
}
/* '' */
.icon-skg-pijl-down:before {
  content: '\e80a';
}
/* '' */
.icon-skg-pijl-left:before {
  content: '\e80b';
}
/* '' */
.icon-skg-pijl-right:before {
  content: '\e80c';
}
/* '' */
.icon-skg-pijl-up:before {
  content: '\e80d';
}
/* '' */
.icon-skg-pijl:before {
  content: '\e80e';
}
/* '' */
.icon-skg-profile:before {
  content: '\e80f';
}
/* '' */
.icon-skg-search:before {
  content: '\e810';
}
/* '' */
.icon-min:before {
  content: '\e826';
}
/* '' */
.icon-plus:before {
  content: '\e827';
}
/* '' */
.icon-twitter-1:before {
  content: '\f099';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-instagram-2:before {
  content: '\f32d';
}
/* '' */
@font-face {
  font-family: "FFSignaWebProLight";
  src: url('../font/FFSignaWebProLight/font.woff2') format('woff2'), url('../font/FFSignaWebProLight/font.woff') format('woff');
}
@font-face {
  font-family: "FFSignaWebProBook";
  src: url('../font/FFSignaWebProBook/font.woff2') format('woff2'), url('../font/FFSignaWebProBook/font.woff') format('woff');
}
@font-face {
  font-family: "FFSignaWebProBold";
  src: url('../font/FFSignaWebProBold/font.woff2') format('woff2'), url('../font/FFSignaWebProBold/font.woff') format('woff');
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #3d7cc9;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #3d7cc9;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #3d7cc9;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3d7cc9;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3d7cc9;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #3d7cc9;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 50px;
  padding: 3px 8px;
  background: none;
  color: #3d7cc9;
  border: 2px solid #6496d4;
  border-radius: 1px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #f39933;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #f39933;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 20px;
}
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: #f39933;
}
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: none;
  color: #05334B;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  opacity: 0.7;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  display: block;
  margin-bottom: 15px;
}
form.formResponsive .rsform-type-freetex {
  margin-top: 40px;
}
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 label:last-of-type,
form.formResponsive .formBody.frm-radios label:last-of-type {
  margin-bottom: 0;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.article-images {
  overflow: hidden;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
}
.article-images a:hover {
  opacity: 0.8;
}
@media (max-width: 620px) {
  .article-images a {
    width: 48%;
    margin: 0 2% 15px 0;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrollpointer {
  display: none;
}
@media (max-width: 1280px) {
  .table-scroll-container {
    overflow-y: scroll;
    padding-bottom: 10px;
  }
  .table-scroll-container table {
    width: 1280px;
    margin-bottom: 0;
  }
  .scrollpointer {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #3d7cc9;
    background: #d8e5f4;
    line-height: 30px;
  }
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.tpl-home .mod-thema-filter {
  position: relative;
  z-index: 20;
  margin-top: -75px;
}
.tpl-home .mod-thema-filter .filter-choice {
  background: none;
}
.tpl-volg-std .article-single .container {
  position: relative;
}
.tpl-volg-std .article-single .hero-actions-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% + 85px));
  z-index: 300;
}
.tpl-volg-std .article-single .article-header h1 {
  position: relative;
  margin-bottom: 40px;
}
.tpl-volg-std .article-single .article-header h1 .inner {
  display: block;
  max-width: 650px;
  position: relative;
  z-index: 4;
}
.tpl-volg-std .article-single .article-header h1:before {
  display: block;
  content: "";
  width: calc(100% + 200px);
  position: absolute;
  top: -30px;
  bottom: -25px;
  left: -120px;
  z-index: -1;
  background: url(../img/svg/bg-home-hero.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
}
.tpl-volg-std .article-single .article-images {
  margin-top: 40px;
}
.tpl-volg-std .article-single .article-actions {
  margin-top: 40px;
}
.tpl-volg-std .article-single .panel {
  margin-top: 40px;
}
.tpl-volg-b .tpl-volg-std .article-header h1:before {
  width: calc(100%);
}
@media (max-width: 1280px) {
  .tpl-volg-b  .article-single .col-left {
    width: 75%;
    margin-left: 10%;
  }
  .tpl-volg-b  .article-single .article-header {
    max-width: 550px;
  }
  .tpl-volg-b  .article-single .article-header .h1:before {
    width: calc(100% + 100px);
  }
}
@media (max-width: 991px) {
  .tpl-volg-b  .article-single .hero-actions-top {
    transform: translateY(-160%);
    right: 25px;
  }
  .tpl-volg-b  .article-single .col-left {
    width: 100%;
    margin-left: 0;
  }
  .tpl-volg-b  .article-single .article-header {
    max-width: unset;
  }
  .tpl-volg-b  .article-single .article-header .h1:before {
    width: calc(100% + 100px);
  }
}
.section-banner .skew-top.before {
  display: block;
  content: "";
  width: 2000px;
  height: 300px;
  background: #fff;
  transform-origin: bottom left;
  transform: skewY(5deg);
  position: absolute;
  top: -300px;
  left: 250px;
}
.section-banner .skew-bot:after {
  display: block;
  content: "";
  width: 2000px;
  height: 300px;
  background: greenyellow;
  transform-origin: bottom right;
  transform: skewY(5deg);
  position: absolute;
  bottom: -300px;
  left: 0;
}
.mod-banner-home {
  position: relative;
}
.mod-banner-home .skewed {
  width: 100%;
  height: 100%;
  background: #d8e5f4;
  overflow: hidden;
  transform-origin: center bottom;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mod-banner-home .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140%;
  transform-origin: center bottom;
  transform: skewY(-5deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.mod-banner-home .container {
  position: relative;
  z-index: 20;
}
.mod-banner-home .box {
  max-width: 600px;
  padding: 260px 0 140px;
}
.mod-banner-home .box .title {
  color: #fff;
  position: relative;
  margin-bottom: 22px;
}
.mod-banner-home .box .title:before {
  display: block;
  content: "";
  width: 1200px;
  height: 260px;
  background: url(../img/svg/bg-home-hero.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: -1;
}
.mod-banner-home .box .subtitle {
  display: block;
  max-width: 410px;
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1480px) {
  .mod-banner-home .box {
    max-width: 530px;
    padding: 220px 0 140px;
  }
  .mod-banner-home .box .title {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .mod-banner-home .box .title:before {
    height: 240px;
  }
  .mod-banner-home .box .subtitle {
    max-width: 330px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mod-banner-home .box {
    max-width: 530px;
    padding: 190px 0 130px;
  }
}
@media (max-width: 767px) {
  .mod-banner-home .box {
    max-width: 440px;
    padding: 160px 30px 130px 0;
  }
  .mod-banner-home .box .title {
    font-size: 36px;
    padding: 20px 0 10px;
    margin-bottom: 0;
    z-index: 10;
  }
  .mod-banner-home .box .title:before {
    width: 800px;
    height: 100%;
    background: url(../img/svg/vg-filter.png);
    background-size: cover;
    top: 0;
    right: 0;
  }
  .mod-banner-home .box .title:after {
    display: block;
    content: "";
    width: 800px;
    height: 115px;
    background: url(../img/svg/vg-filter.png);
    position: absolute;
    top: -25px;
    right: 160px;
    z-index: -1;
  }
  .mod-banner-home .box .subtitle {
    padding: 12px 0;
    position: relative;
    z-index: 5;
  }
  .mod-banner-home .box .subtitle:before {
    display: block;
    content: "";
    width: 800px;
    height: 200%;
    background: url(../img/svg/bg-filter.png);
    background-size: cover;
    background-position: top right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 520px) {
  .mod-banner-home .box {
    max-width: 385px;
    padding: 150px 30px 120px 0;
  }
  .mod-banner-home .box .title {
    font-size: 31px;
    padding: 15px 0 8px;
  }
  .mod-banner-home .box .title:after {
    right: 260px;
  }
  .mod-banner-home .box .subtitle {
    max-width: 290px;
    font-size: 16px;
    padding: 10px 0;
  }
}
@media (max-width: 440px) {
  .mod-banner-home .box {
    max-width: 320px;
    padding: 150px 0 120px 0;
  }
  .mod-banner-home .box .title {
    font-size: 28px;
  }
  .mod-banner-home .box .title:after {
    display: none;
  }
  .mod-banner-home .box .subtitle {
    max-width: 260px;
  }
}
.mod-banner {
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.mod-banner .inner {
  position: relative;
}
.mod-banner .hero-actions {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 200;
}
.mod-banner.type-a {
  overflow: visible;
  padding-bottom: 130px;
}
.mod-banner.type-a .skewed {
  transform-origin: top left;
  transform: skewY(5deg);
  height: 320px;
  background: #d8e5f4;
  overflow: hidden;
  margin-top: -25px;
  position: relative;
  z-index: 5;
}
.mod-banner.type-a .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform-origin: top left;
  transform: skewY(-5deg);
}
.mod-banner.type-a .glass {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -130px;
  left: 0;
  z-index: 5;
  background: #19427b;
  opacity: 0.5;
  transform-origin: top left;
  transform: skewY(-5deg);
  z-index: 6;
}
.mod-banner.type-a .container:before {
  display: block;
  content: "";
  width: 2000px;
  height: 275px;
  background: #3d7cc9;
  transform-origin: top left;
  transform: skewY(5deg);
  position: absolute;
  top: 10px;
  left: 100px;
}
.mod-banner.type-a .container:after {
  display: block;
  content: "";
  width: 300px;
  height: 240px;
  background: #3d7cc9;
  transform-origin: top left;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  left: -110px;
}
.mod-banner.type-a .inner:after {
  display: block;
  content: "";
  width: 2000px;
  height: 180px;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: top right;
  transform: skewY(5deg);
  position: absolute;
  top: 20px;
  left: -1900px;
  z-index: 2;
}
.mod-banner.type-b .container {
  height: 300px;
}
.mod-banner.type-b .container:before {
  display: block;
  content: "";
  width: calc(100% + 200px);
  height: 300px;
  background: #3d7cc9;
  transform-origin: top right;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  right: 25px;
}
.mod-banner.type-b .container:after {
  display: block;
  content: "";
  width: 2000px;
  height: 180px;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: top right;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  right: calc(50% + 40px);
  z-index: 2;
}
.mod-banner.type-c .container {
  padding-top: 170px;
}
.mod-banner.type-c .container:before {
  display: block;
  content: "";
  width: calc(100% + 100px);
  height: 440px;
  background: #3d7cc9;
  transform-origin: top right;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  right: 25px;
}
.mod-banner.type-c .container:after {
  display: block;
  content: "";
  width: 2000px;
  height: 280px;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: top right;
  transform: skewY(5deg);
  position: absolute;
  top: 0;
  right: calc(50% + 40px);
  z-index: 2;
}
.mod-banner.type-c .skewed {
  transform-origin: bottom right;
  transform: skewY(5deg);
  min-height: 380px;
  background: #d8e5f4;
  overflow: hidden;
  position: relative;
  right: -100px;
  z-index: 5;
}
.mod-banner.type-c .bgimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform-origin: bottom right;
  transform: skewY(-5deg);
}
.mod-banner.type-c.empty .container:before {
  height: 360px;
  top: auto;
  bottom: 0;
}
.mod-banner.type-c.empty .container:after {
  height: 200px;
}
.mod-banner.type-c.empty .skewed {
  min-height: 200px;
  opacity: 0;
  transform: none;
  right: 0;
}
@media (max-width: 1480px) {
  .mod-banner.type-c.empty .container {
    padding-top: 160px;
  }
  .mod-banner.type-c.empty .skewed {
    min-height: 160px;
  }
}
@media (max-width: 1280px) {
  .mod-banner.type-c .container {
    padding-top: 120px;
  }
  .mod-banner.type-c .container:before {
    width: calc(100% + 50px);
    height: 340px;
  }
  .mod-banner.type-c .container:after {
    height: 200px;
  }
  .mod-banner.type-c .container .skewed {
    width: calc(100% + 80px);
    right: 0;
  }
  .mod-banner.type-c.empty .container {
    padding-top: 110px;
  }
  .mod-banner.type-c.empty .container:after {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .mod-banner {
    margin-bottom: 30px;
  }
  .mod-banner.type-c .container {
    padding-top: 95px;
  }
  .mod-banner.type-c .container:before {
    width: calc(100% + 50px);
    height: 340px;
  }
  .mod-banner.type-c .container:after {
    height: 200px;
  }
  .mod-banner.type-c .container .skewed {
    width: calc(100% + 160px);
  }
  .mod-banner.type-c.empty .container {
    padding-top: 60px;
  }
  .mod-banner.type-c.empty .container:after {
    height: 130px;
    right: calc(50% + 70px);
  }
}
@media (max-width: 991px) {
  .mod-banner {
    margin-bottom: 30px;
  }
  .mod-banner.type-c .container {
    padding-top: 45px;
  }
  .mod-banner.type-c .container .skewed {
    width: calc(100% + 60px);
    right: 30px;
  }
}
@media (max-width: 600px) {
  .mod-banner.type-c .container {
    padding-top: 20px;
  }
  .mod-banner.type-c.empty .container {
    padding-top: 20px;
  }
  .mod-banner.type-c.empty .container:after {
    width: 300px;
    height: 110px;
    right: auto;
    left: -80px;
  }
}
.mod-intro {
  overflow: hidden;
  padding-top: 100px;
}
.mod-intro .col-left .inner {
  height: 500px;
  position: relative;
  margin-right: 30px;
  padding-right: 110px;
}
.mod-intro .col-left .inner:before {
  display: block;
  content: "";
  width: 2000px;
  height: 100%;
  background: #3d7cc9;
  position: absolute;
  bottom: 0;
  right: 110px;
}
.mod-intro .col-left .inner:after {
  display: block;
  content: "";
  width: 2000px;
  height: 325px;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: bottom right;
  transform: skewY(-9deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.mod-intro .col-left .inner .content {
  color: #fff;
  padding: 60px 0 0;
  margin-right: 110px;
  position: relative;
  z-index: 10;
}
.mod-intro .col-left .inner .content h2 {
  margin-bottom: 40px;
}
.mod-intro .col-left .inner .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 0 30px 0;
  margin-right: 110px;
}
.mod-intro .col-left .inner .buttons br {
  display: block;
  height: 0;
}
.mod-intro .col-left .inner .buttons .button {
  margin: 10px 10px 0 0;
}
.mod-intro .col-left .inner .logos {
  width: 60px;
  position: absolute;
  bottom: 20px;
  right: 25px;
  z-index: 5;
}
.mod-intro .col-left .inner .logos img {
  display: block;
  margin-top: 12px;
}
.mod-intro .col-right .inner {
  margin-left: 30px;
}
.mod-intro .col-right .article-header {
  margin-bottom: 35px;
}
.mod-intro .col-right .article-output {
  margin-bottom: 80px;
}
@media (max-width: 1480px) {
  .mod-intro .col-left .inner .content {
    margin-right: 30px;
  }
  .mod-intro .col-left .inner .content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .mod-intro {
    padding-top: 80px;
  }
  .mod-intro .col-left {
    width: 53%;
  }
  .mod-intro .col-left .inner {
    margin-right: 0;
  }
  .mod-intro .col-right {
    width: 47%;
  }
  .mod-intro .col-right .inner {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-intro {
    padding-top: 40px;
  }
  .mod-intro .col-left {
    width: 100%;
    float: none;
  }
  .mod-intro .col-left .inner {
    height: 440px;
  }
  .mod-intro .col-right {
    width: 100%;
    float: none;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
  }
  .mod-intro .col-right:before {
    display: block;
    content: "";
    width: 2000px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -400px;
    z-index: -1;
  }
  .mod-intro .col-right .article-output {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .mod-intro .col-left .inner {
    height: 480px;
  }
}
@media (max-width: 500px) {
  .mod-intro .col-left .inner {
    height: 440px;
    padding: 0;
  }
  .mod-intro .col-left .inner:before {
    width: 800px;
    right: -60px;
  }
  .mod-intro .col-left .inner:after {
    right: -60px;
  }
  .mod-intro .col-left .inner .content {
    padding: 40px 0 0;
    margin: 0;
  }
  .mod-intro .col-left .inner .logos {
    right: 0;
  }
  .mod-intro .col-left .inner .after {
    display: block;
    width: 150px;
    height: 325px;
    background: #80bc00;
    transform-origin: bottom right;
    transform: skewY(-9deg);
    position: absolute;
    bottom: 0;
    right: -60px;
    z-index: 1;
  }
}
@media (max-width: 450px) {
  .mod-intro .col-left .inner {
    height: 550px;
    padding: 0;
  }
  .mod-intro .col-left .inner:after {
    height: 395px;
  }
  .mod-intro .col-left .inner .buttons {
    margin-right: 0;
    bottom: 100px;
  }
  .mod-intro .col-left .inner .logos {
    width: calc(100% + 30px);
    height: 60px;
    bottom: 15px;
    right: auto;
    left: 0;
    overflow: hidden;
  }
  .mod-intro .col-left .inner .logos img {
    display: block;
    float: left;
    width: 17%;
    margin: 0 10px 0 0;
  }
  .mod-intro .col-left .inner .logos img:last-child {
    margin-right: 0;
  }
  .mod-intro .col-left .inner .after {
    width: 600px;
    height: 100px;
    background: #80bc00;
    transform: none;
  }
}
.mod-expertises {
  padding: 150px 0;
}
.mod-expertises .mod-header {
  position: relative;
  margin-bottom: 50px;
  padding-right: 150px;
}
.mod-expertises .mod-header .slick-nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-expertises .mod-header .slick-nav a {
  display: block;
  float: left;
  width: 60px;
  height: 45px;
  background: #80bc00;
  position: relative;
  overflow: hidden;
}
.mod-expertises .mod-header .slick-nav a:before {
  display: block;
  content: "";
  width: 30px;
  height: 60px;
  background: #fff;
  position: absolute;
}
.mod-expertises .mod-header .slick-nav a i {
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
}
.mod-expertises .mod-header .slick-nav a.prev:before {
  transform-origin: bottom left;
  transform: skewX(25deg);
  bottom: 0;
  left: 60px;
}
.mod-expertises .mod-header .slick-nav a.prev i {
  left: 7px;
}
.mod-expertises .mod-header .slick-nav a.next {
  background: #3d7cc9;
}
.mod-expertises .mod-header .slick-nav a.next:before {
  transform-origin: bottom right;
  transform: skewX(25deg);
  bottom: 0;
  right: 38px;
}
.mod-expertises .mod-header .slick-nav a.next i {
  right: 7px;
}
.mod-expertises .mod-header .slick-nav a:hover {
  background: #19427b;
}
@media (max-width: 991px) {
  .mod-expertises {
    padding: 60px 0 180px;
  }
}
.slick-diensten {
  width: calc(100% + 50px);
}
.slick-diensten .slick-list {
  overflow: visible !important;
}
.slick-diensten .item {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.slick-diensten .inner {
  min-height: 650px;
  margin-right: 50px;
}
.slick-diensten .article-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.slick-diensten .article-image:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #3d7cc9;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.slick-diensten .article-image:after {
  display: block;
  content: "";
  width: 130%;
  height: 100px;
  background: #fff;
  transform-origin: top left;
  transform: skewY(-5deg);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.slick-diensten .article-header {
  opacity: 0.4;
  margin-bottom: 20px;
}
.slick-diensten .article-header h2 {
  margin-bottom: 20px;
}
.slick-diensten .article-header .label {
  font-size: 16px;
  color: #3d7cc9;
}
.slick-diensten .article-output {
  opacity: 0.4;
  margin-bottom: 40px;
}
.slick-diensten .article-actions {
  opacity: 0;
}
.slick-diensten .slick-active .item {
  opacity: 1;
}
.slick-diensten .slick-active .article-image:before {
  opacity: 0;
}
.slick-diensten .slick-active .article-header {
  animation: FadeInLeft 0.3s ease-out;
  animation-fill-mode: both;
  animation-delay: 0.4s;
}
.slick-diensten .slick-active .article-output {
  animation: FadeInLeft 0.3s ease-out;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.slick-diensten .slick-active .article-actions {
  animation: FadeInLeft 0.3s ease-out;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}
.mod-teaser {
  background-color: #3d7cc9;
}
.mod-teaser .container {
  min-height: 150px;
}
.mod-teaser .col-left .inner {
  position: relative;
}
.mod-teaser .col-left .inner h2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.mod-teaser .col-right .inner {
  position: relative;
  min-height: 150px;
}
.mod-teaser .vcard {
  width: 100%;
  min-height: 400px;
  position: absolute;
  left: 0;
  bottom: -100px;
}
.mod-teaser .vcard .shield {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-teaser .vcard .shield:after {
  display: block;
  content: "";
  width: 100%;
  height: 400px;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: top left;
  transform: skewY(10deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mod-teaser .vcard .image {
  width: 225px;
  right: -30px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.mod-teaser .vcard .info {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.mod-teaser .vcard .content {
  height: 150px;
  padding: 20px 0;
  color: #fff;
}
.mod-teaser .vcard .content .title {
  display: block;
  margin-bottom: 12px;
  font-family: 'FFSignaWebProBold', sans-serif;
}
.mod-teaser .vcard .content a {
  color: #fff;
}
.mod-teaser .vcard .actions {
  height: 100px;
  padding-top: 28px;
}
@media (max-width: 1480px) {
  .mod-teaser .vcard .image {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .mod-teaser .col-left {
    width: calc(100% - 430px);
  }
  .mod-teaser .col-right {
    width: 430px;
  }
}
@media (max-width: 620px) {
  .mod-teaser .col-left {
    width: calc(100% - 390px);
    padding-right: 0;
  }
  .mod-teaser .col-right {
    width: 390px;
  }
}
@media (max-width: 560px) {
  .mod-teaser .col-left h2 {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .mod-teaser .col-left {
    display: none;
  }
  .mod-teaser .col-right {
    width: 430px;
  }
}
@media (max-width: 450px) {
  .mod-teaser .col-right {
    width: calc(100% + 10px);
    margin-left: -30px;
  }
}
.mod-info {
  background: #d8e5f4;
  padding: 150px 0 80px;
}
.mod-info .container {
  min-height: 600px;
}
.mod-info .col-left .mod-actions {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.mod-info .col-left .mod-actions .button {
  float: right;
}
.mod-info .col-right .inner {
  padding-top: 68px;
}
.mod-menu-news {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mod-info {
    padding: 150px 0 150px;
  }
  .mod-info .col-right .inner {
    overflow: hidden;
  }
  .mod-info .col-right .inner .mod-menu-news,
  .mod-info .col-right .inner .mod-agenda {
    width: 50%;
    float: left;
  }
  .mod-info .col-right .inner .mod-menu-news {
    padding-right: 40px;
  }
  .mod-info .col-right .inner .c-agenda {
    margin-top: -15px;
  }
}
@media (max-width: 600px) {
  .mod-info {
    padding: 150px 0 150px;
  }
  .mod-info .col-right .inner {
    overflow: hidden;
  }
  .mod-info .col-right .inner .mod-menu-news,
  .mod-info .col-right .inner .mod-agenda {
    width: 100%;
    float: none;
  }
  .mod-info .col-right .inner .mod-menu-news h3,
  .mod-info .col-right .inner .mod-agenda h3 {
    margin-bottom: 30px;
  }
  .mod-info .col-right .inner .mod-menu-news {
    padding-right: 0;
    margin-bottom: 60px;
  }
  .mod-info .col-right .inner .mod-agenda {
    padding-bottom: 20px;
  }
  .mod-info .col-right .inner .c-agenda {
    margin-top: 0;
  }
}
.page-content {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.page-content:before {
  display: block;
  content: "";
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-content:after {
  display: block;
  content: "";
  width: 4000px;
  height: 1000px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform-origin: center top;
  transform: translateX(-2000px) rotate(5deg);
  z-index: -1;
}
.page-content.bg-blue-3:after {
  background: #d8e5f4;
}
.page-content.bg-none:before,
.page-content.bg-none:after {
  display: none;
}
.page-content.is-on-top {
  z-index: 100;
}
.page-content.pull-up {
  margin-top: -130px;
}
@media (max-width: 1280px) {
  .page-content.pull-up {
    margin-top: -90px;
  }
}
.page-header {
  padding: 0 0 30px 0;
}
.mod-thema-filter.pull-up {
  margin-top: -175px;
  margin-bottom: 140px;
  position: relative;
  z-index: 100;
}
.mod-thema-filter.pull-up .filter-choice {
  background: none;
}
.mod-thema-filter .inner {
  position: relative;
  height: 150px;
}
.mod-thema-filter .helper {
  display: block;
  padding-top: 6px;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  position: relative;
  z-index: 30;
}
.mod-thema-filter .filter-choice {
  width: 90px;
  height: 100%;
  background: #fff;
  color: #19427b;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mod-thema-filter .filter-choice .text {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-thema-filter .filter-box {
  background: #19427b;
  height: 100%;
  width: calc(50% - 45px);
  padding: 45px 60px;
  position: absolute;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out 0.2s;
}
.mod-thema-filter .filter-box button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.mod-thema-filter .filter-box .close {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: -30px;
  right: -40px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.mod-thema-filter .filter-box .form {
  position: relative;
}
.mod-thema-filter .filter-box.filter-left {
  left: 0;
}
.mod-thema-filter .filter-box.filter-right {
  right: 0;
}
.mod-thema-filter .filter-box.sendback {
  z-index: 1;
}
.mod-thema-filter .filter-search input {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  padding-left: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.mod-thema-filter .filter-search button {
  opacity: 1;
  pointer-events: auto;
}
.mod-thema-filter .filter-search.open {
  z-index: 10;
  width: 100%;
}
.mod-thema-filter .filter-search.open input {
  width: calc(100% - 260px);
}
.mod-thema-filter .filter-search.open button {
  opacity: 1;
  pointer-events: auto;
}
.mod-thema-filter .filter-search.open .close {
  opacity: 1;
  pointer-events: auto;
}
.mod-thema-filter .filter-thema:before {
  display: block;
  content: "";
  background: url(../img/svg/bg-filter.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 500px;
  position: absolute;
  top: 25px;
  right: -50px;
  bottom: 25px;
  z-index: 1;
}
.mod-thema-filter .filter-thema:after {
  display: block;
  content: "";
  background: url(../img/svg/vg-filter.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 600px;
  height: 120px;
  position: absolute;
  top: 50%;
  right: -180px;
  z-index: 0;
}
.mod-thema-filter .filter-thema .selects {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.mod-thema-filter .filter-thema .selects select {
  width: 100%;
}
.mod-thema-filter .filter-thema .selects .select-first {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.mod-thema-filter .filter-thema .selects .trigger {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.mod-thema-filter .filter-thema .selects .select-second {
  width: calc(50% - 50px);
  height: 60px;
  line-height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.mod-thema-filter .filter-thema button {
  opacity: 1;
  pointer-events: auto;
}
.mod-thema-filter .filter-thema.open {
  z-index: 10;
  width: 100%;
}
.mod-thema-filter .filter-thema.open .selects {
  width: calc(100% - 260px);
}
.mod-thema-filter .filter-thema.open .selects .select-first {
  width: calc(50% - 50px);
}
.mod-thema-filter .filter-thema.open .selects .select-second {
  opacity: 1;
}
.mod-thema-filter .filter-thema.open .trigger {
  display: none;
}
.mod-thema-filter .filter-thema.open button {
  opacity: 1;
  pointer-events: auto;
}
.mod-thema-filter .filter-thema.open .close {
  opacity: 1;
  pointer-events: auto;
}
.theme-skw .mod-thema-filter {
  background-color: #205B40;
}
.theme-skw .mod-thema-filter .filter-box {
  background-color: #1E3100;
}
.theme-skw .mod-thema-filter .filter-choice {
  color: #F28B00;
}
.theme-skw .mod-thema-filter .filter-thema:before {
  background: url(../img/svg/bg-filter-skw.svg);
}
.theme-skw .mod-thema-filter .filter-thema:after {
  background-image: url(../img/svg/vg-filter-skw.svg);
}
@media (max-width: 1480px) {
  .mod-thema-filter .inner {
    height: 135px;
  }
  .mod-thema-filter .filter-box {
    padding: 35px 40px;
  }
  .mod-thema-filter .filter-thema:before {
    top: 18px;
    bottom: 18px;
  }
  .mod-thema-filter .filter-thema:after {
    height: 100px;
    right: -100px;
  }
}
@media (max-width: 1280px) {
  .mod-thema-filter .inner {
    height: 115px;
  }
  .mod-thema-filter .filter-box {
    width: calc(50% - 35px);
    padding: 30px 30px;
  }
  .mod-thema-filter .filter-choice {
    width: 70px;
  }
  .mod-thema-filter .filter-search input {
    height: 50px;
  }
  .mod-thema-filter .filter-thema:before {
    width: 400px;
    top: 15px;
    bottom: 15px;
  }
  .mod-thema-filter .filter-thema:after {
    width: 400px;
    height: 80px;
    right: -120px;
  }
  .mod-thema-filter .filter-thema .selects {
    height: 50px;
  }
  .mod-thema-filter .filter-thema .selects .select-first {
    height: 50px;
    line-height: 50px;
  }
  .mod-thema-filter .select-lg .selectric .label {
    line-height: 40px;
    min-height: 40px;
  }
  .mod-thema-filter .button.xl .btn-inner {
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .mod-thema-filter .inner {
    height: auto;
  }
  .mod-thema-filter .filter-box {
    width: 100%;
    height: 100px;
    padding: 22px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .mod-thema-filter .filter-choice {
    position: static;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    transform: none;
    background: none;
  }
  .mod-thema-filter .filter-choice .text {
    top: 51%;
  }
  .mod-thema-filter .filter-search input {
    height: 45px;
  }
  .mod-thema-filter .filter-thema .selects {
    height: 45px;
  }
  .mod-thema-filter .filter-thema .selects .select-first {
    height: 45px;
    line-height: 45px;
  }
  .mod-thema-filter .select-lg .selectric .label {
    line-height: 35px;
    min-height: 35px;
  }
  .mod-thema-filter .button.xl .btn-inner {
    line-height: 45px;
  }
}
.mod-quicklinks {
  padding: 50px 0 30px;
}
.mod-quicklinks ul {
  overflow: hidden;
}
.mod-quicklinks ul li {
  float: left;
  margin-right: 30px;
}
.mod-quicklinks ul .text {
  font-family: 'FFSignaWebProBold', sans-serif;
}
.mod-quicklinks ul a {
  font-family: 'FFSignaWebProBook', sans-serif;
  color: #3d7cc9;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.mod-quicklinks ul a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .mod-quicklinks {
    padding: 80px 0 30px;
  }
}
.mod-filter-intro {
  padding: 60px 0 30px;
}
.mod-filter-intro .article-output {
  max-width: 960px;
}
.theme-skw .mod-filter-intro .article-output {
  color: #205B40 !important;
}
.mod-filter-thema-hero {
  width: auto;
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 20;
}
.mod-filter-thema-hero .select {
  width: 240px;
  height: 40px;
  background: #fff;
  float: left;
}
.mod-filter-thema-hero .select select {
  width: 100%;
}
.mod-filter-thema-hero .select-second {
  margin: 0 35px 0 85px;
}
.mod-filter-thema-hero .button {
  float: left;
}
.mod-dienst-top {
  margin-bottom: 30px;
}
.mod-dienst-top .col-left {
  background: rgba(27, 75, 125, 0);
}
.mod-dienst-top .col-left .inner {
  min-height: 900px;
}
.mod-dienst-top .col-left .intro-top {
  padding-top: 400px;
  padding-bottom: 160px;
  position: relative;
}
.mod-dienst-top .col-left .intro-top .content {
  max-width: 700px;
}
.mod-dienst-top .col-left .intro-top .article-output {
  font-size: 20px;
  line-height: 1.6em;
}
.mod-dienst-top .col-left .intro-top .bgimg {
  height: 100%;
  width: 2000px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.mod-dienst-top .col-left .intro-top .bgimg:before {
  display: block;
  content: "";
  width: 100%;
  height: 60%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  transform-origin: bottom right;
  transform: skewY(5deg);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.9;
}
.mod-dienst-top .col-left .intro-top .bgimg:after {
  display: block;
  content: "";
  width: 4000px;
  height: 300px;
  background: #fff;
  transform-origin: bottom right;
  transform: skewY(5deg);
  position: absolute;
  bottom: -300px;
  right: 0;
}
.mod-dienst-top .col-left .intro-bottom {
  padding: 0 0 40px;
}
.mod-dienst-top .col-left .intro-bottom .article-output {
  max-width: 700px;
}
.mod-dienst-top .col-right {
  position: relative;
}
.mod-dienst-top .col-right:before {
  display: block;
  content: "";
  width: 2000px;
  height: 130%;
  background: #3d7cc9;
  transform-origin: bottom left;
  transform: skewY(5deg);
  position: absolute;
  bottom: -80px;
  left: 25px;
}
.mod-dienst-top .col-right:after {
  display: block;
  content: "";
  width: calc(100% + 140px);
  height: 130%;
  background: #80bc00;
  mix-blend-mode: multiply;
  transform-origin: bottom right;
  transform: skewY(5deg);
  position: absolute;
  bottom: -50px;
  right: -35px;
}
.mod-dienst-top .col-right .inner {
  position: relative;
  z-index: 2;
  padding: 240px 0 60px 60px;
}
.mod-dienst-top .col-right .c-vcard {
  margin-top: 60px;
}
.theme-skw .mod-dienst-top .col-right:before {
  background: #205B40;
}
.theme-skw .mod-dienst-top .col-right:after {
  background: #F28B00;
}
@media (max-width: 1280px) {
  .mod-dienst-top {
    margin-bottom: 120px;
  }
  .mod-dienst-top .col-left .inner {
    min-height: 600px;
  }
  .mod-dienst-top .col-left .intro-top {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  .mod-dienst-top .col-right:after {
    width: calc(100% + 60px);
    right: -20px;
  }
  .mod-dienst-top .col-right .inner {
    padding: 180px 0 60px 40px;
  }
}
@media (max-width: 991px) {
  .mod-dienst-top {
    margin-bottom: 20px;
  }
  .mod-dienst-top .col-left .intro-top {
    padding-top: 180px;
    padding-bottom: 100px;
  }
  .mod-dienst-top .col-left .intro-top .bgimg {
    width: 150% !important;
    right: -25%;
  }
  .mod-dienst-top .col-left .intro-bottom {
    padding: 30px 0 0 0;
  }
  .mod-dienst-top .col-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .mod-dienst-top .col-left .intro-top .article-output {
    font-size: 18px;
  }
}
.mod-dienst-tabber {
  padding: 0 0 60px;
}
.mod-dienst-tabber .mod-header {
  max-width: 800px;
  margin-bottom: 60px;
}
.mod-dienst-stappen {
  padding: 90px 0;
}
.mod-dienst-stappen .mod-header {
  margin-bottom: 40px;
}
.mod-dienst-articles {
  padding: 100px 0 90px;
}
.mod-dienst-articles .mod-actions {
  clear: both;
  padding-top: 80px;
  overflow: hidden;
}
.mod-dienst-articles .mod-actions .button {
  float: right;
}
.mod-dienst-articles .col-right {
  overflow: hidden;
}
.mod-dienst-articles .col-right .inner {
  width: 400px;
  float: right;
}
.mod-dienst-articles .mod-contacts .h3 {
  text-align: right;
}
.mod-dienst-articles .mod-contacts .c-medewerker {
  width: 360px;
  float: right;
  margin-top: 30px;
}
.mod-dienst-articles .mod-contacts .c-medewerker:nth-child(2) {
  margin-top: 60px;
}
.mod-dienst-articles .mod-contacts .c-medewerker .image:before,
.mod-dienst-articles .mod-contacts .c-medewerker .image:after {
  background-color: #d8e5f4;
}
.theme-skw .mod-dienst-articles .mod-header .intro {
  color: #205B40 !important;
}
.theme-skw .mod-dienst-articles .mod-contacts .h3 {
  color: #205B40 !important;
}
.theme-skw .mod-dienst-articles .mod-contacts .c-medewerker .image:before,
.theme-skw .mod-dienst-articles .mod-contacts .c-medewerker .image:after {
  background-color: #e8eeec;
}
.mod-crumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.mod-crumbs a {
  display: inline-block;
  color: #3d7cc9;
}
.mod-crumbs a:hover {
  color: #19427b;
}
.mod-crumbs .separator {
  display: inline-block;
  color: #3d7cc9;
}
.mod-news-filter {
  overflow: hidden;
}
.mod-news-filter .label {
  display: block;
  float: left;
  margin-right: 50px;
  line-height: 36px;
  padding-left: 50px;
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 14px;
  color: #3d7cc9;
  cursor: pointer;
  position: relative;
}
.mod-news-filter .label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mod-news-filter .label:before {
  display: block;
  content: "";
  width: 36px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-news-filter .label:hover {
  color: #19427b;
}
.mod-news-filter .label.selected {
  color: #19427b;
}
.mod-news-filter .label.selected:before {
  background: #80bc00;
}
.mod-test-first {
  background: #d9c6df;
}
.mod-test-first .container {
  min-height: 500px;
  z-index: 5;
}
.mod-test-first .container:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #c6ddf0;
  position: absolute;
  bottom: 0;
  right: 30%;
  z-index: -1;
  transform-origin: bottom right;
  transform: skewX(-20deg);
}
.mod-test-first .container:after {
  display: block;
  content: "";
  width: 3000px;
  height: 150px;
  background: #85cddc;
  position: absolute;
  bottom: 0;
  left: 70%;
  z-index: -1;
  transform-origin: bottom left;
  transform: skewX(-20deg);
}
.mod-test-second {
  background: #85cddc;
}
.mod-test-second .container {
  min-height: 800px;
  z-index: 5;
}
.mod-test-second .container:before {
  display: block;
  content: "";
  width: 3000px;
  height: 100%;
  background: #70abd9 url(../img/dummies/dmy_1.jpg);
  position: absolute;
  bottom: 0;
  right: 30%;
  z-index: -1;
  transform-origin: top right;
  transform: skewX(-20deg);
}
.mod-medewerkers .category-header {
  clear: bottom;
  margin: 80px 0 40px;
}
.mod-medewerkers .item {
  margin-bottom: 60px;
}
.mod-articles {
  background-color: #d8e5f4;
  padding: 80px 0 0;
}
.mod-articles .slick-outer {
  width: 100%;
  overflow: hidden;
}
.mod-articles .slick-dots {
  width: calc(100% - 40px);
}
.mod-articles .slick-articles-b {
  width: calc(100% + 40px);
  margin-bottom: 80px;
}
.mod-articles .slick-articles-b .item {
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .mod-articles {
    padding: 60px 15px 0;
  }
  .mod-articles .container {
    width: 100%;
  }
  .mod-articles .slick-articles-b {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mod-articles {
    padding: 60px 0 0;
  }
  .mod-articles .slick-articles-b {
    margin-bottom: 80px;
  }
}
.mod-tease-me {
  background-color: #3d7cc9;
  padding: 80px 0;
}
.mod-tease-me .col-left {
  float: right;
}
.mod-tease-me .col-right {
  padding-top: 15px;
}
.mod-tease-me .col-right .article-actions {
  margin-top: 40px;
}
.mod-tease-me .col-right .article-actions .button {
  margin: 0 10px 10px 0;
}
@media (max-width: 1280px) {
  .mod-tease-me .col-left .article-image img {
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .mod-tease-me {
    padding: 60px 0 40px;
  }
  .mod-tease-me .col-left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .mod-tease-me .col-left .article-image img {
    height: auto;
    object-fit: unset;
  }
  .mod-tease-me .col-right {
    width: 100%;
    float: none;
  }
}
.mod-form {
  padding: 80px 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-articles {
  width: calc(100% + 45px);
}
.slick-articles .item .inner {
  margin-right: 45px;
}
.c-menu li {
  margin-bottom: 1px;
}
.c-menu a {
  display: block;
  background: #fff;
  line-height: 55px;
  padding-left: 50px;
  position: relative;
  color: #19427b;
  transition: all 0.3s ease-in-out;
}
.c-menu a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #d8e5f4;
  transform-origin: center center;
  transform: translateY(-47%);
  transition: all 0.3s ease-in-out 0.1s;
}
.c-menu a:hover {
  color: #80bc00;
  padding-left: 60px;
}
.c-menu a:hover i {
  color: #19427b;
  left: 20px;
}
.c-menu a.a-rotate:hover i {
  transform: translateY(-47%) rotate(90deg);
}
.c-menu.m-green a {
  background: #4c7c33;
  color: #fff;
}
.c-menu.m-green a:hover {
  background: #799d66;
}
.theme-skw .c-menu a {
  background: #205B40;
  color: #fff;
}
.theme-skw .c-menu a:hover {
  background: #799d66;
}
.theme-skw .c-menu a:hover i {
  color: #1E3100;
}
.c-agenda li {
  margin-bottom: 1px;
}
.c-agenda li a {
  display: block;
  position: relative;
  padding: 35px 0;
  padding-left: 120px;
  color: #3d7cc9;
  font-family: 'FFSignaWebProBold', sans-serif;
}
.c-agenda li a:hover {
  color: #19427b;
}
.c-agenda li .datum {
  width: 100px;
  background: #3d7cc9;
  color: #19427b;
  text-align: center;
  padding: 18px 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-agenda li .datum:before,
.c-agenda li .datum:after {
  display: block;
  content: "";
  width: 100px;
  height: 20px;
  background: #3d7cc9;
  position: absolute;
  z-index: -1;
}
.c-agenda li .datum:before {
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: skewY(3deg);
}
.c-agenda li .datum:after {
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: skewY(-7.5deg);
}
.c-agenda li .datum .dag {
  display: block;
  padding: 0;
  font-size: 35px;
  line-height: 1.2em;
}
.c-agenda li .datum .maand {
  font-size: 18px;
  display: block;
  padding: 0;
  line-height: 1.2em;
}
.c-agenda li .title {
  display: inline-block;
  min-height: 55px;
}
.c-agenda li:nth-child(even) .datum:before {
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(-7.5deg);
}
.c-agenda li:nth-child(even) .datum:after {
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: skewY(3deg);
}
.c-vcard {
  padding-top: 135px;
  width: 100%;
  position: relative;
}
.c-vcard .image {
  width: 210px;
  position: absolute;
  bottom: 0px;
  right: -40px;
  z-index: 10;
}
.c-vcard .info {
  position: relative;
  z-index: 15;
}
.c-vcard .content {
  color: #fff;
}
.c-vcard .content .title {
  font-family: 'FFSignaWebProBold', sans-serif;
  display: block;
  margin-bottom: 12px;
}
.c-vcard .content a {
  color: #fff;
}
.c-vcard .content a:hover {
  opacity: 0.8;
}
.c-vcard .actions {
  overflow: hidden;
}
.c-vcard .actions .button {
  float: left;
}
.c-medewerker {
  position: relative;
  padding-top: 160px;
}
.c-medewerker .image {
  width: 150px;
  height: 220px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.c-medewerker .image:before,
.c-medewerker .image:after {
  display: block;
  content: " ";
  width: 120%;
  height: 30px;
  background-color: #fff;
  position: absolute;
}
.c-medewerker .image:before {
  top: -30px;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-3.5deg);
}
.c-medewerker .image:after {
  bottom: -30px;
  right: 0;
  transform-origin: top right;
  transform: rotate(3.5deg);
}
.c-medewerker .image img {
  opacity: 0;
}
.c-medewerker .box {
  position: relative;
  z-index: 10;
  font-size: 15px;
}
.c-medewerker .info {
  position: relative;
  z-index: 10;
  padding: 39px 0 30px 15px;
  height: 145px;
  margin-bottom: 15px;
}
.c-medewerker .info:before {
  display: block;
  content: "";
  width: 312px;
  height: 100%;
  background-image: url('../img/svg/medewerker-blur.svg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-medewerker .info .naam {
  font-size: 18px;
  margin: 0 0 12px;
}
.c-medewerker .info .functie {
  line-height: 2.4em;
}
.c-medewerker .contact {
  padding-left: 15px;
}
.c-medewerker .tagline {
  display: block;
  padding-top: 5px;
  padding-left: 15px;
  font-size: 90%;
  line-height: 1.4em;
}
.theme-skw .c-medewerker .info:before {
  background-image: url('../img/svg/medewerker-blur-skw.svg');
}
@media (max-width: 767px) {
  .c-medewerker {
    padding-top: 144px;
  }
  .c-medewerker .info {
    padding: 36px 0 30px 15px;
  }
  .c-medewerker .info:before {
    width: 290px;
    height: 116px;
  }
  .c-medewerker .info .naam {
    font-size: 16px;
    margin: 0 0 12px;
  }
  .c-medewerker .info .functie {
    font-size: 85%;
  }
  .c-medewerker .contact {
    padding-left: 15px;
  }
}
.c-contact {
  position: relative;
  padding-top: 90px;
  margin-bottom: 60px;
}
.c-contact .image {
  width: 142px;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 5;
}
.c-contact .image:before {
  display: block;
  content: "";
  width: 315px;
  height: 70px;
  background: url('../img/svg/vg-contact.png');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: absolute;
  bottom: 65px;
  left: -30px;
  pointer-events: none;
}
.c-contact .info {
  padding: 30px 0 30px 130px;
  position: relative;
  z-index: 3;
}
.c-contact .info:before {
  display: block;
  content: "";
  width: 100%;
  height: 90px;
  background: url('../img/svg/bg-contact.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: -1;
}
.c-contact .info .naam {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
}
.c-contact .info .functie {
  display: block;
  font-size: 14px;
  color: #19427b;
}
.c-contact .contact {
  padding: 15px 0 0 130px;
}
.c-contact .contact a {
  display: block;
  font-size: 16px;
}
.c-breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
}
.c-breadcrumbs ul {
  overflow: hidden;
}
.c-breadcrumbs li {
  float: left;
  color: #3d7cc9;
  margin-right: 4px;
}
.c-breadcrumbs li .divider {
  display: inline-block;
}
.c-breadcrumbs li:first-child {
  display: none;
}
.c-breadcrumbs a {
  color: #3d7cc9;
}
.c-breadcrumbs a:hover {
  color: #19427b;
}
.theme-skw .c-breadcrumbs li {
  color: #205B40;
}
.theme-skw .c-breadcrumbs a {
  color: #205B40;
}
.theme-skw .c-breadcrumbs a:hover {
  color: #F28B00;
}
.c-stappen {
  width: 111%;
  margin-left: 2%;
  background: rgba(255, 255, 255, 0.3);
}
.c-stappen .stap {
  height: 240px;
  width: 20%;
  float: left;
  padding: 0;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.c-stappen .stap:nth-child(2) {
  z-index: 9;
}
.c-stappen .stap:nth-child(3) {
  z-index: 8;
}
.c-stappen .stap:nth-child(4) {
  z-index: 7;
}
.c-stappen .stap:nth-child(5) {
  z-index: 6;
}
.c-stappen .stap:first-child .circle-line {
  width: calc(100% - 60px);
}
.c-stappen .stap:last-child .circle-line {
  width: 100px;
  right: 0;
  left: -60px;
}
.c-stappen .stap:last-child .circle-half {
  display: none;
}
.c-stappen .stap .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #80bc00;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
.c-stappen .stap .circle span {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1em;
  font-size: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.c-stappen .stap .circle-line {
  width: calc(100% + 1px);
  height: 36px;
  background: #80bc00;
  position: absolute;
  right: 30px;
  top: 32px;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.c-stappen .stap .circle-line:before {
  display: none;
  content: "";
  width: 60px;
  height: 100%;
  background: #80bc00;
  position: absolute;
  top: 0;
  right: 0;
}
.c-stappen .stap .circle-half {
  pointer-events: none;
  width: 28px;
  height: 56px;
  position: absolute;
  right: 12px;
  top: 22px;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.c-stappen .stap .circle-half:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: -8px;
}
.c-stappen .stap .circle-half:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 28px;
  border-color: transparent transparent transparent #80bc00;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
}
.c-stappen .stap.active {
  width: 18%;
}
.c-stappen .stap.active .circle {
  background: #19427b;
}
.c-stappen .stap.active .circle:before {
  background: #19427b;
}
.c-stappen .stap.active .circle-line {
  background: #19427b;
}
.c-stappen .stap.active .circle-half:after {
  border-color: transparent transparent transparent #19427b;
}
.c-stappen .stap.active .step-info {
  opacity: 1;
}
.c-stappen .stap.active .step-info .title {
  transform: scale(1);
}
.c-stappen .stap.active .step-info .step-action {
  transform: translateX(0);
  opacity: 1;
}
.c-stappen .step-info {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 130px;
  left: calc(-90px + 50px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.4;
}
.c-stappen .step-info .number {
  display: block;
  color: #19427b;
  font-family: 'FFSignaWebProBold', sans-serif;
  font-size: 22px;
  margin-bottom: 5px;
}
.c-stappen .step-info .title {
  display: block;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(0.8);
  color: #3d7cc9;
  margin: 0 10%;
}
.c-stappen .step-info .step-action {
  display: none;
  margin-top: 40px;
  transition: all 0.3s ease-in-out 0.15s;
  transform: translateX(30px);
  opacity: 0;
}
/* @group TOOLTIPSTER CUSTOM THEME */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: -2px 2px 12px 0 rgba(61, 124, 201, 0.6);
}
.tooltipster-sidetip .tooltipster-content {
  color: #3d7cc9;
  font-size: 13px;
  padding: 10px;
}
.tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-border,
.tooltipster-sidetip .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.theme-skw .tooltipster-sidetip .tooltipster-box {
  box-shadow: -2px 2px 12px 0 rgba(32, 91, 64, 0.4);
}
.theme-skw .tooltipster-sidetip .tooltipster-content {
  color: #F28B00;
}
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: none;
  background: #fff;
  position: relative;
}
.selectric i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
  font-size: 20px;
}
.selectric .label {
  display: block;
  line-height: 30px;
  min-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 0;
  padding: 5px 15px;
  font-size: 18px;
  color: #6496d4;
}
.selectric .button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCA1IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjgiIGhlaWdodD0iNSI+PHBhdGggZD0iTTcuNzgxIDEuNDQ0Yy0uMjgxLjMwNy0zLjIzOCAzLjMxMS0zLjIzOCAzLjMxMS0uMTUxLjE2NC0uMzQ3LjI0NS0uNTQ0LjI0NS0uMTk3IDAtLjM5NC0uMDgyLS41NDMtLjI0NSAwIDAtMi45NTctMy4wMDMtMy4yMzktMy4zMTEtLjI4MS0uMzA3LS4zLS44NTkgMC0xLjE4OC4zMDEtLjMyOC43MTktLjM1NCAxLjA4NyAwbDIuNjk1IDIuNzU1IDIuNjk0LTIuNzU1Yy4zNjgtLjM1NC43ODctLjMyOCAxLjA4NyAwIC4zMDEuMzI4LjI4Mi44ODEgMCAxLjE4N3oiIGZpbGw9IiNiYmIiLz48L3N2Zz4K) no-repeat 50%;
  font: 0/0 a;
}
.select-lg .selectric .label {
  line-height: 50px;
  min-height: 50px;
}
@media \0screen\,screen\9  {
  .selectric .button {
    color: #DDD;
    text-align: center;
    font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  }
}
.selectric-hover .selectric {
  border-color: #CCC;
}
.selectric-hover .selectric .button {
  color: #888;
}
.selectric-hover .selectric .button:after {
  border-top-color: #888;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  background: #fff;
}
.selectric-open .selectric i {
  transform: translateY(-50%) rotate(90deg);
}
.selectric-open .selectric-items {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  -o-transform: translateY(-17px);
  transform: translateY(-17px);
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: none;
  z-index: -1;
  box-shadow: 0 0 10px -6px, inset 0 0 0px 1px #fff;
  margin: 16px 0;
  padding: 10px 0;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items:before,
.selectric-items:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 16px solid #fff;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  margin-top: 3px;
  margin-left: -20px;
}
.selectric-items:after {
  margin-top: 4px;
  border-bottom-color: #FFF;
}
.selectric-above .selectric-items:before,
.selectric-above .selectric-items:after {
  top: 100%;
  border-bottom-width: 0;
  border-top: 6px solid yellow;
  margin-top: 0;
}
.selectric-above .selectric-items:after {
  border-top-color: #FFF;
  margin-top: -1px;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
}
.selectric-items li {
  display: block;
  padding: 6px 30px 6px 10px;
  margin-bottom: 1px;
  color: #6496d4;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.selectric-items li.selected {
  background: #6496d4;
  color: #fff;
}
.selectric-items li.highlighted {
  background: #6496d4;
  color: #fff;
}
.selectric-items li:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: -10px;
  width: 30px;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTIgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEwIj48cGF0aCBkPSJNMCA1YzAtLjIyNC4wNzItLjQxNS4yMTctLjU3MmwxLjA1My0xLjE0NWMuMTQ0LS4xNTcuMzItLjIzNi41MjYtLjIzNi4yMDYgMCAuMzgyLjA3OS41MjYuMjM2bDIuMjc2IDIuNDgzIDUuMDc5LTUuNTNjLjE0NS0uMTU3LjMyLS4yMzYuNTI2LS4yMzYuMjA2IDAgLjM4Mi4wNzkuNTI2LjIzNmwxLjA1MyAxLjE0NWMuMTQ0LjE1Ny4yMTcuMzQ4LjIxNy41NzIgMCAuMjI0LS4wNzIuNDE1LS4yMTcuNTcybC02LjY1OCA3LjIzOWMtLjE0NC4xNTctLjMyLjIzNi0uNTI2LjIzNi0uMjA2IDAtLjM4Mi0uMDc5LS41MjYtLjIzNmwtMy44NTYtNC4xOTJjLS4xNDUtLjE1Ny0uMjE3LS4zNDgtLjIxNy0uNTcyeiIgZmlsbD0iI2JiYiIvPjwvc3ZnPgo=) no-repeat 50% 50%;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.selectric-items li.selected:after {
  opacity: 1;
  right: 0;
}
.selectric-items li:hover {
  background: #6496d4;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.c-tabber {
  overflow: hidden;
}
.c-tabber .tab-selecter-box {
  display: none;
}
.c-tabber .tab-selecter-box .selectric {
  background-color: #3d7cc9;
  margin: 0 0 5px 0;
}
.c-tabber .tab-selecter-box .selectric .label {
  padding: 10px 0 5px 15px;
  margin: 0;
  color: #fff;
}
.c-tabber .tab-selecter-box .selectric-items li {
  font-family: 'FFSignaWebProLight', sans-serif;
  color: #3d7cc9;
}
.c-tabber .tab-selecter-box .selectric-items li:hover {
  background-color: #3d7cc9;
  color: #fff;
}
.c-tabber .tab-selecter-box .selectric-items li.selected {
  background-color: #3d7cc9;
  color: #fff;
}
.c-tabber .tab-selecter-box.multilevel .selectric-items li {
  font-family: 'FFSignaWebProBold', sans-serif;
  color: #19427b;
}
.c-tabber .tab-selecter-box.multilevel .selectric-items li.level-4 {
  padding-left: 30px;
  font-family: 'FFSignaWebProLight', sans-serif;
  color: #3d7cc9;
}
.c-tabber .tab-selecter-box.multilevel .selectric-items li:hover {
  background-color: #3d7cc9;
  color: #fff;
}
.c-tabber .tab-selecter-box.multilevel .selectric-items li.selected {
  background-color: #3d7cc9;
  color: #fff;
}
.c-tabber .col-left {
  width: 360px;
  float: left;
}
.c-tabber .col-right {
  width: calc(100% - 360px);
  float: left;
  background: #f2f8e7;
}
.c-tabber .tab-nav li {
  margin-bottom: 5px;
}
.c-tabber .tab-children {
  display: none;
}
.c-tabber .tab-children.open {
  display: block;
}
.c-tabber .tab-toggle-parent {
  display: block;
  padding: 14px 50px 10px 0;
  transition: all 0.2s ease-in-out 0s;
  font-family: 'FFSignaWebProBold', sans-serif;
  line-height: 1.4em;
  color: #19427b;
  text-decoration: none !important;
  position: relative;
}
.c-tabber .tab-toggle-parent .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.c-tabber .tab-toggle-parent .arrow i {
  position: relative;
  top: 3px;
}
.c-tabber .tab-toggle-parent.open .arrow {
  transform: translateY(-50%) rotate(180deg);
}
.c-tabber .tab-toggle {
  display: block;
  padding: 14px 10px 10px 0;
  transition: all 0.2s ease-in-out 0s;
  line-height: 1.4em;
  color: #6496d4;
  text-decoration: none !important;
}
.c-tabber .tab-toggle .info {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
}
.c-tabber .tab-toggle.selected {
  padding: 14px 10px 10px 20px;
  background: #f2f8e7;
  color: #80bc00;
}
.c-tabber .tab-toggle.selected .text {
  font-family: 'FFSignaWebProBold', sans-serif;
}
.c-tabber .tab-content {
  padding: 50px;
}
.c-tabber .tab-content .tab-intro {
  overflow: hidden;
  margin-bottom: 40px;
}
.c-tabber .tab-content .tab-intro .intro-left {
  width: calc(100% - 350px);
  float: left;
  padding-right: 40px;
}
.c-tabber .tab-content .tab-intro .intro-right {
  width: 350px;
  float: left;
}
.theme-skw .c-tabber .h-green {
  color: #F28B00 !important;
}
.theme-skw .c-tabber .tab-selecter-box .selectric {
  background-color: #fef3e5;
}
.theme-skw .c-tabber .col-right {
  background: #fef3e5;
}
.theme-skw .c-tabber .tab-toggle {
  color: #205B40;
}
.theme-skw .c-tabber .tab-toggle.selected {
  background: #fef3e5;
  color: #F28B00;
}
@media (max-width: 1480px) {
  .c-tabber .tab-content {
    padding: 40px;
  }
  .c-tabber .tab-content .tab-intro {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .c-tabber .tab-content .tab-intro .intro-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .c-tabber .tab-content .tab-intro .intro-right {
    clear: both;
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .c-tabber {
    overflow: visible;
  }
  .c-tabber .col-left {
    display: none;
  }
  .c-tabber .tab-selecter-box {
    display: block;
  }
  .c-tabber .col-right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .c-tabber .tab-content {
    padding: 30px;
  }
}
.c-accordeon {
  background: #fff;
}
.c-accordeon h3 {
  margin: 0;
}
.c-accordeon .panel {
  border-bottom: 1px solid #f2f8e7;
}
.c-accordeon .question {
  display: block;
  cursor: pointer;
  padding: 16px 5px 10px 40px;
  position: relative;
}
.c-accordeon .question .circle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-42%);
}
.c-accordeon .question .circle .icon-min {
  display: none;
}
.c-accordeon .question.open span .icon-plus {
  display: none;
}
.c-accordeon .question.open span .icon-min {
  display: block;
}
.c-accordeon .answer {
  padding: 20px 20px 0 40px;
  font-size: 15px;
}
.c-accordeon .answer .article-output {
  margin-bottom: 20px;
}
.c-accordeon .answer ul,
.c-accordeon .answer ol,
.c-accordeon .answer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-accordeon .answer ul {
  margin: 0 0 20px;
}
.c-accordeon .answer ul li {
  margin-left: 30px;
  list-style: disc;
}
.c-accordeon .answer ol {
  margin: 0 0 20px;
}
.c-accordeon .answer ol li {
  margin-left: 30px;
  list-style: decimal;
}
.c-accordeon .answer .article-actions {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-accordeon .question {
    padding: 16px 5px 10px 30px;
  }
  .c-accordeon .answer {
    padding: 20px 30px 0 30px;
  }
}
.c-product-lijst {
  overflow: hidden;
}
.c-product-lijst .item {
  width: 31%;
  float: left;
  margin: 0 2% 20px 0;
  border-left: 5px solid #3d7cc9;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  line-height: 1.4em;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.c-product-lijst .item .title a:hover {
  font-family: 'FFSignaWebProBold', sans-serif;
  color: #19427b;
}
.c-product-lijst .item:hover {
  background-color: #ecf3f8;
  border-color: #80bc00;
}
.c-product-lijst .item .downloads {
  margin-top: 5px;
}
.c-product-lijst .item .downloads a {
  color: #6496d4;
  text-decoration: none;
  pointer-events: none;
}
.c-product-lijst .item .downloads a:hover {
  color: #6496d4;
}
.c-product-lijst .item .downloads i {
  font-style: normal;
}
.c-product-lijst .item .downloads i:last-of-type {
  display: none;
}
.c-product-lijst .item .normen {
  margin-top: 5px;
}
.c-product-lijst .item .normen .norm {
  display: inline;
  font-size: 12px;
  color: #80bc00;
}
.c-product-lijst .item .normen i {
  font-style: normal;
}
.c-product-lijst .item .normen i:last-of-type {
  display: none;
}
.c-product-lijst .item .normen .total-badge {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #3d7cc9;
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  position: relative;
}
.theme-skw .c-product-lijst .item {
  border-color: #205B40;
}
.theme-skw .c-product-lijst .item .title a:hover {
  color: #1E3100;
}
.theme-skw .c-product-lijst .item:hover {
  background-color: #e8eeec;
  border-color: #F28B00;
}
.theme-skw .c-product-lijst .item .downloads a {
  color: #205B40;
}
.theme-skw .c-product-lijst .item .downloads a:hover {
  color: #1E3100;
}
.theme-skw .c-product-lijst .item .normen .norm {
  color: #F28B00;
}
@media (max-width: 991px) {
  .c-product-lijst .item {
    width: 48%;
  }
}
@media (max-width: 620px) {
  .c-product-lijst .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.c-list li a {
  display: inline-block;
  color: #80bc00;
}
.c-list li a:hover {
  color: #3d7cc9;
}
.c-list li .text {
  display: inline-block;
}
.c-list li .text.secondary {
  opacity: 0.6;
}
.c-list.inline li {
  display: inline;
  margin-right: 10px;
}
.theme-skw .c-list li a {
  color: #205B40;
}
.theme-skw .c-list li a:hover {
  color: #F28B00;
}
.theme-skw .c-list li a.btn-small {
  background: #205B40;
  color: #fff;
}
.theme-skw .c-list li a.btn-small:hover {
  background: #F28B00;
  color: #fff;
}
.product-popup {
  background: #fff;
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}
.product-popup.isloading {
  width: 120px;
  max-width: none;
}
.product-popup.isloading .mfp-close {
  opacity: 0;
}
.product-popup .loading {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  background-image: url(../img/loader-big.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.product-popup .popup-content {
  padding: 40px;
}
.product-popup .panel {
  margin-bottom: 40px;
}
.product-popup .panel:last-child {
  margin-bottom: 0;
}
.product-popup .panel .article-output {
  margin-bottom: 20px;
}
.theme-skw .product-popup .h-green {
  color: #F28B00 !important;
}
@media (max-width: 991px) {
  .product-popup .popup-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .product-popup .popup-content {
    padding: 25px;
  }
}
.c-pagination {
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 100;
}
.c-pagination ul {
  display: inline-block;
}
.c-pagination ul li {
  display: inline-block;
  padding: 0 8px;
}
.c-pagination ul li.active a {
  color: #19427b;
  font-weight: bold;
}
.c-pagination ul a {
  color: #3d7cc9;
}
.c-pagination ul a:hover {
  color: #19427b;
}
.c-pagination ul span.pagenav {
  display: inline-block;
  font-family: 'FFSignaWebProBold', sans-serif;
  color: #19427b;
}
.c-menu-filter {
  overflow: hidden;
}
.c-menu-filter li {
  float: left;
  margin-right: 40px;
}
.c-menu-filter a {
  display: block;
  font-size: 16px;
  color: #3d7cc9;
}
.c-menu-filter a:hover {
  color: #80bc00;
}
.c-menu-filter a.selected {
  color: #19427b;
  font-family: 'FFSignaWebProBold', sans-serif;
}
.c-klasse-lijst {
  overflow: hidden;
}
.c-klasse-lijst .item {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.c-klasse-lijst .article-image {
  width: 15%;
  float: left;
  padding: 20px;
  padding-top: 15px;
}
.c-klasse-lijst .article-header {
  width: 40%;
  float: left;
  padding: 20px;
}
.c-klasse-lijst .article-header .title {
  margin: 0;
}
.c-klasse-lijst .article-header .subtitle {
  margin: 0;
}
.c-klasse-lijst .article-output {
  width: 40%;
  float: left;
  padding: 20px;
}
.c-klasse-lijst .article-output p {
  margin: 0;
}
.tab-content {
  padding-top: 40px;
}
.c-logo-grid {
  overflow: hidden;
}
.c-logo-grid .item {
  width: 33.3334%;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.c-logo-grid .item .inner {
  padding: 30px;
}
.c-logo-grid .item:nth-child(-n+3) {
  border-top: none;
}
.c-logo-grid .item .article-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}
.c-logo-grid .item .article-image img {
  opacity: 0;
}
.c-logo-grid .item .article-output {
  text-align: center;
  font-size: 80%;
}
.c-logo-grid .item .article-output p:last-child {
  margin-bottom: 0;
}
.article-grid .row {
  margin-right: -40px;
  margin-left: -40px;
}
.article-grid .item {
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.article-grid .item-header {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .article-grid .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .article-grid .item {
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .article-grid .item {
    clear: both;
    width: 100%;
    float: none;
  }
}
.article-list .item {
  padding: 50px 0;
}
.article-list .item .article-image {
  position: relative;
  overflow: hidden;
}
.article-list .item .article-image:after {
  display: block;
  content: "";
  width: 130%;
  height: 100px;
  background: #fff;
  transform-origin: top left;
  transform: skewY(-5deg);
  position: absolute;
  bottom: -100px;
  left: 0;
}
.article-list .item .col-left .inner {
  padding-right: 20px;
}
.article-list .item .col-right .inner {
  padding-left: 20px;
}
.article-list .item .article-header {
  max-width: 450px;
  margin-bottom: 20px;
}
.article-list .item .article-header h2 {
  margin-bottom: 20px;
}
.article-list .item .article-header .label {
  font-size: 16px;
  color: #3d7cc9;
}
.article-list .item .article-output {
  margin-bottom: 40px;
}
.article-list .item .article-actions {
  overflow: hidden;
}
.article-list .item .article-actions .button {
  float: left;
  margin: 10px 10px 0 0;
}
.article-list .item:nth-child(even) {
  background: #d8e5f4;
}
.article-list .item:nth-child(even) .article-image:after {
  background: #d8e5f4;
}
@media (max-width: 1480px) {
  .article-list .item .col-left .inner {
    padding-right: 0;
  }
  .article-list .item .col-right .inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .article-list .item .col-left {
    margin-bottom: 40px;
  }
}
.grid-type-a .inner {
  background: #fff;
  position: relative;
}
.grid-type-a .article-image {
  position: relative;
  overflow: hidden;
}
.grid-type-a .article-image .label {
  padding: 40px 40px 20px;
  color: #fff;
  font-family: 'FFSignaWebProBook', sans-serif;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.grid-type-a .article-image .label:before {
  display: block;
  content: "";
  width: 100%;
  height: 400px;
  background: #19427b;
  opacity: 0.7;
  transform-origin: top left;
  transform: skewY(10deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.grid-type-a .article-image .label span {
  display: block;
  position: relative;
  z-index: 1;
}
.grid-type-a .info {
  padding: 40px;
  padding-bottom: 60px;
}
.grid-type-a .datum {
  display: block;
  color: #80bc00;
  font-size: 14px;
}
.grid-type-a .article-output {
  margin-top: 20px;
}
.grid-type-a .article-tags {
  margin-top: 30px;
}
.grid-type-a .article-tags a {
  display: block;
  color: #80bc00;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.grid-type-a .article-tags a i {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0.1s;
  opacity: 0;
}
.grid-type-a .article-tags a:hover {
  color: #3d7cc9;
  padding-left: 25px;
}
.grid-type-a .article-tags a:hover i {
  left: 0;
  opacity: 1;
}
.grid-type-a .btn-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.grid-type-a:hover .article-image .label:before {
  background: #80bc00;
}
.theme-skw .grid-type-a .article-image .label:before {
  background: #205B40;
}
.theme-skw .grid-type-a .h4 {
  color: #1E3100 !important;
}
.theme-skw .grid-type-a .datum {
  color: #F28B00;
}
.theme-skw .grid-type-a .article-output {
  color: #205B40 !important;
}
.theme-skw .grid-type-a .article-tags {
  margin-top: 30px;
}
.theme-skw .grid-type-a .article-tags a {
  color: #F28B00;
}
.theme-skw .grid-type-a .article-tags a:hover {
  color: #205B40;
}
.theme-skw .grid-type-a:hover .article-image .label:before {
  background: #F28B00;
}
@media (max-width: 991px) {
  .grid-type-a .info {
    padding: 30px;
    padding-bottom: 60px;
  }
}
.medewerkers-grid .item {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .medewerkers-grid .item {
    margin-bottom: 80px;
  }
}
.richtlijnen-list {
  padding-bottom: 60px;
}
.richtlijnen-list .item-header {
  margin: 60px 0 10px;
}
.richtlijnen-list .item-header h2 {
  margin-bottom: 0;
}
.richtlijnen-list .item-header:first-child {
  margin-top: 0;
}
.richtlijnen-list .list-item {
  min-height: 35px;
  background-color: #fff;
  padding: 15px 10px 10px 15px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
.richtlijnen-list .list-item:nth-child(odd) {
  background-color: #f5f5f5;
}
.richtlijnen-list .list-item:hover {
  opacity: 0.8;
}
.richtlijnen-list .list-item .title {
  margin: 0 20px 0 0;
  line-height: 1;
  margin-right: 240px;
}
.richtlijnen-list .list-item .subtitle {
  display: block;
  color: #3d7cc9;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-right: 240px;
}
.richtlijnen-list .list-item .datum {
  display: block;
  color: #80bc00;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.richtlijnen-list .list-item .goto {
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 620px) {
  .richtlijnen-list .list-item .title,
  .richtlijnen-list .list-item .subtitle {
    margin-right: 30px;
  }
  .richtlijnen-list .list-item .datum {
    position: static;
    transform: translateY(0);
    margin: 10px 0 0 0;
  }
}
/* ==========================================================================
	SEARCH / ZOEKEN
   ========================================================================== */
.tpl-volg-search .search-header {
  padding-top: 160px;
  padding-bottom: 60px;
  background: #3d7cc9;
}
.tpl-volg-search .mod-banner .mod-search-hero {
  position: absolute;
  bottom: -10px;
  right: 50px;
  z-index: 100;
}
.tpl-volg-search .search-form-box {
  width: 750px;
  position: relative;
}
.tpl-volg-search .search-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #3d7cc9;
  padding-left: 10px;
}
.tpl-volg-search .search-form-box button {
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.tpl-volg-search .search-form-box button i {
  position: absolute;
  top: 9px;
  right: 6px;
  color: #3d7cc9;
  font-size: 32px;
}
.tpl-volg-search .search-intro {
  padding: 20px 0;
  text-align: center;
}
.tpl-volg-search .search-form-limits .align-right {
  text-align: right;
}
.tpl-volg-search .search-result-panel {
  padding: 0 0 20px;
  background: #d8e5f4;
}
.tpl-volg-search .search-result-list .item {
  margin-bottom: 40px;
}
.tpl-volg-search .search-result-list .item .result-categoryxx {
  display: block;
  color: #AF788D;
}
.tpl-volg-search .search-result-list .item .highlight {
  font-weight: bold;
  color: #AF788D;
  background-color: transparent;
}
.tpl-volg-search .search-result-list .item .result-url {
  display: block;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .tpl-volg-search .search-result-list .item {
    float: none;
    width: 100%;
  }
}
.cols {
  overflow: hidden;
}
.cols .col-left {
  float: left;
  width: calc(100% - 430px);
}
.cols .col-right {
  float: left;
  width: 430px;
}
.cert-form-certificaten .article-actions {
  margin-top: 60px;
}
.certificate-buttons {
  min-height: 500px;
  background-color: #3d7cc9;
  padding: 40px;
  margin-left: 50px;
  position: relative;
  overflow: hidden;
}
.certificate-buttons:before,
.certificate-buttons:after {
  display: block;
  content: "";
  height: 325px;
  transform-origin: bottom right;
  transform: skewY(-9deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.certificate-buttons:before {
  width: 2000px;
  background: #80bc00;
  mix-blend-mode: multiply;
}
.certificate-buttons:after {
  width: 100px;
  background: #80bc00;
}
.certificate-buttons .content,
.certificate-buttons .buttons {
  position: relative;
  z-index: 10;
}
.certificate-buttons .content {
  color: #fff;
}
.certificate-buttons .buttons {
  width: 100%;
  padding: 40px 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .cols .col-left {
    float: none;
    width: 100%;
  }
  .cols .col-right {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .certificate-buttons {
    min-height: 80px;
    padding: 0;
    margin-left: 0;
  }
  .certificate-buttons:after {
    display: none;
  }
  .certificate-buttons .content {
    padding: 30px;
    padding-bottom: 0;
  }
  .certificate-buttons .buttons {
    width: 100%;
    padding: 30px;
    padding-bottom: 15px;
    position: relative;
    background-color: #80bc00;
    overflow: hidden;
  }
  .certificate-buttons .buttons br {
    display: none;
  }
  .certificate-buttons .buttons .button {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 620px) {
  .certificate-buttons .content {
    padding: 25px;
  }
  .certificate-buttons .content .h2 {
    font-size: 22px;
  }
  .certificate-buttons .content p {
    margin-bottom: 0px;
  }
  .certificate-buttons .buttons {
    padding: 25px;
    padding-bottom: 10px;
  }
}
.form-certificaten {
  margin-bottom: 60px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 3px;
}
.form-certificaten .form-divider {
  clear: both;
  display: block;
  height: 10px;
  margin: 0 -30px;
  background-color: #fff;
  margin-bottom: 15px;
}
.form-certificaten .form-row {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.form-certificaten .form-row .form-label {
  width: 30%;
  float: left;
}
.form-certificaten .form-row .form-field {
  width: 70%;
  float: left;
}
.form-certificaten .form-row .form-field .form-cols {
  margin-top: 10px;
  overflow: hidden;
}
.form-certificaten .form-row .form-field .form-cols .col-1 {
  width: 40%;
  float: left;
}
.form-certificaten .form-row .form-field .form-cols .col-2 {
  width: 60%;
  float: left;
  font-size: 80%;
}
.form-certificaten .form-row .form-field .form-cols .col-2 .info {
  display: block;
  margin: 4px 0 0 15px;
  line-height: 1.3em;
}
.form-certificaten .form-row select {
  width: 100%;
}
.form-certificaten .form-row input.text {
  width: 100%;
  height: 36px;
  border: 1px solid #d8dada;
  border-radius: 3px;
  padding-left: 12px;
}
.form-certificaten .form-row .form-checkboxes {
  overflow: hidden;
}
.form-certificaten .form-row .form-checkboxes .checkbox-label {
  display: block;
  width: 50%;
  float: left;
  padding: 3px 0;
}
.form-certificaten .form-row .klasse-list .klasse-list-title {
  display: block;
  margin-bottom: 3px;
}
.form-certificaten .form-row .klasse-list .checkbox-label {
  display: inline-block;
  margin: 0 15px 10px 0;
}
.form-certificaten .form-row .klasse-list.klasse-list-1 {
  margin-bottom: 10px;
}
.form-certificaten .form-actions {
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  text-align: right;
  position: relative;
}
.form-certificaten .form-actions .toggle-form-more {
  position: absolute;
  top: 37px;
  left: 0;
}
.form-certificaten .form-hidden {
  display: none;
}
.form-certificaten .disabled {
  opacity: 0.3;
  pointer-events: none;
}
.form-cert .form-rows-secondary.closed {
  display: none;
}
@media (max-width: 991px) {
  .form-certificaten {
    margin-bottom: 40px;
    padding: 25px;
  }
  .form-certificaten .form-row .form-label {
    width: 40%;
  }
  .form-certificaten .form-row .form-field {
    width: 60%;
  }
}
@media (max-width: 620px) {
  .form-certificaten .form-row .form-label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .form-certificaten .form-row .form-field {
    width: 100%;
    float: none;
  }
}
.hidden-treasures {
  display: none;
}
.image-popup {
  background: #fff;
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
}
.image-popup.isloading {
  width: 120px;
  max-width: none;
}
.image-popup.isloading .mfp-close {
  opacity: 0;
}
.image-popup img {
  display: block;
}
.image-popup .loading {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  background-image: url(../img/loader-big.gif);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.legenda {
  background: #f9f9f9;
  border-radius: 3px;
  margin-top: -20px;
  margin-bottom: 40px;
  max-width: 1000px;
  padding: 30px;
  overflow: hidden;
  font-size: 80%;
}
.legenda ul li {
  width: 33.3334%;
  float: left;
}
.legenda ul li strong {
  display: inline-block;
  width: 40px;
}
.db-results-output .loading {
  height: 100px;
  background-image: url(../img/loader-big.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.result-header {
  overflow: hidden;
  margin-bottom: 40px;
}
.result-header p {
  float: left;
  margin-bottom: 0;
  padding-top: 7px;
}
.result-header .button {
  float: right;
}
.table-certificaten-results {
  table-layout: fixed;
  width: 100%;
}
.table-certificaten-results th,
.table-certificaten-results td {
  padding: 10px;
  text-align: left;
}
.table-certificaten-results th.number,
.table-certificaten-results td.number {
  width: 260px;
}
.table-certificaten-results th.company,
.table-certificaten-results td.company {
  width: 340px;
}
.table-certificaten-results th.date,
.table-certificaten-results td.date {
  width: 200px;
}
.table-certificaten-results thead {
  background: #3d7cc9;
}
.table-certificaten-results thead th {
  color: #fff;
  padding-bottom: 6px;
}
.table-certificaten-results tbody tr {
  background: #e0e0e0;
}
.table-certificaten-results tbody tr:nth-child(odd) {
  background: #f0f0f0;
}
.table-certificaten-results tbody tr.spacer {
  background: #fff;
}
.table-certificaten-results tbody tr.status-1 {
  background: rgba(229, 146, 1, 0.1);
}
.table-certificaten-results tbody tr.status-2 {
  background: rgba(162, 20, 215, 0.1);
}
.table-certificaten-results tbody tr.status-3 {
  background: rgba(250, 61, 61, 0.1);
}
.table-certificaten-results tbody td {
  font-size: 15px;
  line-height: 1.4em;
  vertical-align: top;
}
.table-certificaten-results tbody td.number {
  font-size: 14px;
}
.table-certificaten-results tbody td.number .helper {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.table-certificaten-results tbody td.label {
  font-size: 14px;
  font-weight: bold;
}
.table-certificaten-results tbody td .status-label {
  display: inline-block;
  font-size: 10px;
  padding: 6px 6px 3px;
  background-color: #eee;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fff;
}
.table-certificaten-results tbody td .status-label.status-label-1 {
  background-color: #e59201;
}
.table-certificaten-results tbody td .status-label.status-label-2 {
  background-color: #a214d7;
}
.table-certificaten-results tbody td .status-label.status-label-3 {
  background-color: #fa3d3d;
}
.table-certificaten-results tbody td .link {
  display: block;
  color: #80bc00;
}
.table-certificaten-results tbody td .link:hover {
  color: #3d7cc9;
}
.table-results-ibw tbody tr.tr-primary {
  background-color: #fff;
}
.table-results-ibw tbody tr.tr-secondary {
  background-color: #e0e0e0;
}
.table-results-ibw tbody tr.tr-third {
  background-color: #f0f0f0;
}
.table-results-sterrenwijzer {
  border-collapse: unset;
  border-spacing: 1px;
}
.table-results-sterrenwijzer tbody tr.tr-primary {
  background-color: #fff;
}
.table-results-sterrenwijzer tbody tr.tr-secondary {
  background-color: #e0e0e0;
}
.table-results-sterrenwijzer tbody tr.tr-third {
  background-color: #e0e0e0;
}
.table-results-sterrenwijzer tbody tr.tr-forth {
  background-color: #f0f0f0;
}
.table-results-sterrenwijzer .tr-third td {
  white-space: nowrap;
}
.form-generate-pdf {
  display: none;
}
.certificate-details .page-header {
  padding: 0;
  margin-bottom: 30px;
}
.certificate-details .page-header .pretitle {
  font-size: 14px;
  opacity: 0.5;
}
.certificate-details .page-header h1,
.certificate-details .page-header h2,
.certificate-details .page-header h3 {
  margin: 0;
}
.certificate-details .page-header .status-label {
  display: inline-block;
  font-size: 10px;
  padding: 6px 6px 3px;
  background-color: #eee;
  border-radius: 3px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fff;
}
.certificate-details .page-header .status-label.status-label-1 {
  background-color: #e59201;
}
.certificate-details .page-header .status-label.status-label-2 {
  background-color: #a214d7;
}
.certificate-details .page-header .status-label.status-label-3 {
  background-color: #fa3d3d;
}
.certificate-details .details-table {
  width: 100%;
  font-size: 16px;
}
.certificate-details .details-table tr {
  background: #f9f9f9;
}
.certificate-details .details-table tr:nth-child(odd) {
  background: #f1f1f1;
}
.certificate-details .details-table td {
  padding: 10px 10px 8px 10px;
  vertical-align: top;
}
.certificate-details .details-table td.key {
  font-family: 'FFSignaWebProBold', sans-serif;
}
.certificate-details .details-table td a {
  color: #80bc00;
}
.certificate-details .details-table td .contact .telephone {
  display: block;
  margin: 10px 0;
}
.certificate-details .details-table td .certificate-number {
  display: block;
  float: left;
  margin-right: 15px;
}
.certificate-details .details-table td .btn-small {
  display: inline-block;
  background: #3d7cc9;
  line-height: 1;
  padding: 10px 10px 6px;
  border-radius: 3px;
  margin: 3px 5px 3px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.certificate-details .details-table td .btn-small:hover {
  background: #80bc00;
}
.certificate-details .details-table td .item {
  margin-bottom: 20px;
}
.certificate-details .details-table td .item:last-child {
  margin-bottom: 0;
}
.certificaten-vervallen .certificaat-panel {
  margin-bottom: 60px;
}
.certificaten-vervallen .certificaat-panel .certicaat {
  margin-bottom: 20px;
}
.certificaten-vervallen .certificaat-panel .certicaat .number {
  font-weight: bold;
  color: #80bc00;
}
.certificaten-vervallen .certificaat-panel .certicaat .date {
  font-size: 14px;
}
.certificaten-vervallen .certificaat-panel .certicaat .status-label {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8em;
  padding: 0 10px;
  background-color: #eee;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #fff;
}
.certificaten-vervallen .certificaat-panel .certicaat .status-label.status-label-1 {
  background-color: #e59201;
}
.certificaten-vervallen .certificaat-panel .certicaat .status-label.status-label-2 {
  background-color: #a214d7;
}
.certificaten-vervallen .certificaat-panel .certicaat .status-label.status-label-3 {
  background-color: #fa3d3d;
}
