/* uitgangspunten mozaic */
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.before {
  display: block;
  content: "";
}
.before-dark {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.2;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'sf_pro', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  background: #f9f8fd;
  color: #1a171b;
  font-weight: normal;
  font-variant-numeric: lining-nums;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* @end */
/* @group default links */
a:link,
a:active,
a:visited {
  outline: none;
  color: #1a171b;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #4223cc;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
.noclick {
  cursor: default;
}
img {
  max-width: 100%;
}
.align-right {
  text-align: right;
}
.container {
  position: relative;
}
.containerxx {
  background: rgba(75, 125, 88, 0.1);
}
.plx {
  pointer-events: none;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.bg-purple {
  background: #4223cc;
}
.bg-white {
  background: #fff;
}
.bg-snow {
  background: #fbfafd;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h0,
h0a,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'sf_pro', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #1a171b;
  font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h0 a,
h0a a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 .duotone,
h2 .duotone,
h3 .duotone,
h4 .duotone,
.h0 .duotone,
h0a .duotone,
.h1 .duotone,
.h2 .duotone,
.h3 .duotone,
.h4 .duotone {
  font-weight: bold;
}
.f1 {
  font-family: 'sf_pro', sans-serif;
}
.f2 {
  font-family: 'sf_pro_bold', sans-serif;
}
.f3 {
  font-family: 'sf_pro_bold', sans-serif;
}
.f4 {
  font-family: 'sf_pro_bold', sans-serif;
  line-height: 1.2em;
}
.t-upper {
  text-transform: uppercase;
}
.t-intro {
  text-transform: uppercase;
  font-family: 'sf_pro_bold', sans-serif;
}
.opacity-9 {
  opacity: 0.9;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-7 {
  opacity: 0.7;
}
.h0a {
  font-size: 50px;
}
h0,
.h0 {
  font-size: 40px;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
.t-small {
  font-size: 16px;
}
@media (max-width: 1280px) {
  h0,
  .h0 {
    font-size: 40px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h0,
  .h0 {
    font-size: 34px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
}
.h-white {
  color: #fff;
}
.h-dark {
  color: #1a171b;
}
.h-red {
  color: #d14650;
}
.h-mint {
  color: #2fd59f;
}
.h-inline {
  display: inline-block;
}
.h-purple {
  color: #4223cc;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #d14650;
}
.article-output h1 {
  font-size: 30px;
}
.article-output h2 {
  font-size: 20px;
}
.article-output h3 {
  font-size: 18px;
}
.article-output h4 {
  font-size: 16px;
}
.article-output p: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 30px;
}
.article-output ul li {
  margin-left: 30px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 30px;
  list-style: decimal;
}
@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;
  }
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 80px;
  transition: all 0.4s ease-in-out 0s;
}
.scrolled .site-wrapper {
  padding-top: 80px;
}
.container {
  position: relative;
}
.body-main {
  padding-top: 60px;
  padding-bottom: 60px;
}
.body-main.no-space {
  padding-top: 0;
  padding-bottom: 0;
}
.body-main.no-space-top {
  padding-top: 0;
}
.body-main.no-space-bot {
  padding-bottom: 0;
}
.comp-logo {
  width: 240px;
  height: 100px;
  display: block;
  background: url(../de_img/basely-logo.svg) center center no-repeat;
  background-size: contain;
  transition: all 0.4s ease-in-out 0s;
}
.comp-logo.purple {
  background-image: url(../de_img/basely-logo-purple.svg);
  background-position: center left;
}
/* @group SITE-HEADER */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #4223cc;
  padding-top: 40px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out 0s;
}
.site-header .container {
  height: 80px;
}
.site-header .comp-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header .nav-toggle {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.site-header .nav-toggle i:before {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header .nav-toggle {
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #fff;
}
.scrolled .site-header {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(66, 35, 204, 0.95);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.scrolled .site-header .comp-logo {
  height: 50px;
}
.site-header .mod-account-menu {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .site-wrapper {
    padding-top: 115px;
  }
  .site-header {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .site-header .container {
    height: 50px;
  }
  .site-header .comp-logo {
    height: 42px;
  }
  .site-header .nav-toggle {
    width: 45px;
    height: 45px;
  }
  .scrolled .site-header {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .scrolled .site-header .container {
    height: 50px;
  }
  .scrolled .site-header .comp-logo {
    height: 42px;
  }
  .scrolled .site-header .nav-toggle {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 700px) {
  .site-header .mod-account-menu .profile-label {
    display: none;
  }
}
/* @end */
/* @group LOGIN-FOOTER */
.login-footer {
  padding: 20px 0;
  color: #888;
  font-size: 13px;
}
.login-footer a {
  color: #888;
}
.login-footer a:hover {
  color: #4223cc;
}
.login-footer .col-right {
  text-align: right;
}
/* @end */
/* @group SITE-FOOTER */
.site-footer .credits {
  font-size: 15px;
  text-align: center;
}
.site-footer .credits .left,
.site-footer .credits .right {
  display: inline;
}
.site-footer .credits .right {
  color: #ccc;
}
.site-footer a.iszo {
  display: inline-block;
  width: 75px;
  background-image: url(../de_img/iszo-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.site-footer a.iszo span {
  opacity: 0;
}
/* @end */
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.site-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9900;
  background: #fff;
  opacity: 0.8;
  transition: all 0.5s ease 0s;
}
.nav-togglex {
  width: 105px;
  height: 40px;
  position: absolute;
}
.nav-togglex span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav-icon {
  display: block;
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-icon:before,
.nav-icon:after,
.nav-icon div {
  background-color: #1a171b;
  content: '';
  display: block;
  position: relative;
  height: 3px;
  margin: 6px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.i-white:before,
.nav-icon.i-white:after,
.nav-icon.i-white div {
  background-color: #fff;
}
.shownav .nav-icon:before,
.shownav .nav-icon:after,
.shownav .nav-icon div {
  left: 0;
}
.shownav .nav-icon:before {
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.shownav .nav-icon:after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}
.shownav .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mobile-nav {
  width: 450px;
  height: 100%;
  padding: 0;
  color: #4223cc;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -450px;
  z-index: 9999;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
  background: #fff;
}
.mobile-nav .container {
  height: 100vh;
  z-index: 200;
  font-size: 16px;
  line-height: 2.2em;
  position: relative;
}
.mobile-nav .container h2,
.mobile-nav .container h3,
.mobile-nav .container h4 {
  font-size: 18px;
}
.mobile-nav a {
  color: #4223cc;
}
.mobile-nav a:hover {
  color: #1a171b;
  opacity: 0.8;
}
.mobile-nav .logo-bar {
  padding: 50px 0 20px 60px;
}
.mobile-nav .primary {
  padding: 60px 60px 0 60px;
}
.mobile-nav .mainnav {
  border-top: 1px solid #4223cc;
}
.mobile-nav .mainnav ul {
  display: none;
}
.mobile-nav .mainnav li {
  border-bottom: 1px solid #4223cc;
}
.mobile-nav .mainnav a {
  display: block;
  line-height: 60px;
  transition: all 0.2s ease-in-out 0s;
}
.mobile-nav .mainnav a:hover {
  padding-left: 10px;
}
.mobile-nav .action-bar {
  width: 100%;
  padding: 30px 30px 60px 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-nav .action-bar a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #4223cc;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
.mobile-nav .action-bar a i {
  position: relative;
  top: -1px;
  left: -2px;
}
.shownav .mobile-nav {
  left: 0;
  transition: all 0.4s ease 0s;
}
.shownav .site-overlay {
  left: 0;
}
.shownav .mobile-nav .mainnav > li {
  animation: FadeInRight 0.15s ease-out;
  animation-fill-mode: both;
}
.shownav .mobile-nav .mainnav > li:nth-child(1) {
  animation-delay: 0.2s;
}
.shownav .mobile-nav .mainnav > li:nth-child(2) {
  animation-delay: 0.3s;
}
.shownav .mobile-nav .mainnav > li:nth-child(3) {
  animation-delay: 0.4s;
}
.shownav .mobile-nav .mainnav > li:nth-child(4) {
  animation-delay: 0.5s;
}
.shownav .mobile-nav .mainnav > li:nth-child(5) {
  animation-delay: 0.6s;
}
.shownav .mobile-nav .mainnav > li:nth-child(6) {
  animation-delay: 0.7s;
}
.shownav .mobile-nav .mainnav > li:nth-child(7) {
  animation-delay: 0.8s;
}
.shownav .mobile-nav .mainnav > li:nth-child(8) {
  animation-delay: 0.9s;
}
.shownav .mobile-nav .mainnav > li:nth-child(9) {
  animation-delay: 1s;
}
@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);
  }
}
.filter-layer {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s ease 0s;
  color: #4223cc;
}
.show-filters .filter-layer {
  left: 0;
}
/* ==========================================================================
	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
   ========================================================================== */
.button,
a.button,
form button {
  display: inline-block;
  font-family: 'sf_pro', sans-serif;
  font-size: 14px;
  line-height: 38px;
  padding: 0 12px 0 18px;
  white-space: nowrap;
  position: relative;
  color: #fff;
  background: #2fd59f;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  /* achtergrond kleur */
  /* border kleur */
  /* text kleur */
}
.button.w-auto,
a.button.w-auto,
form button.w-auto {
  width: 100%;
}
.button:hover,
a.button:hover,
form button:hover {
  opacity: 0.9;
  transform: scale(1.04);
}
.button.bg-white,
a.button.bg-white,
form button.bg-white {
  background: #fff;
}
.button.bg-mint,
a.button.bg-mint,
form button.bg-mint {
  background: #2fd59f;
}
.button.bg-purple,
a.button.bg-purple,
form button.bg-purple {
  background: #4223cc;
}
.button.bg-dark,
a.button.bg-dark,
form button.bg-dark {
  background: #1a171b;
}
.button.bg-red,
a.button.bg-red,
form button.bg-red {
  background: #d14650;
}
.button.b-white,
a.button.b-white,
form button.b-white {
  border-color: #fff;
}
.button.b-mint,
a.button.b-mint,
form button.b-mint {
  border-color: #2fd59f;
}
.button.b-purple,
a.button.b-purple,
form button.b-purple {
  border-color: #4223cc;
}
.button.b-dark,
a.button.b-dark,
form button.b-dark {
  border-color: #1a171b;
}
.button.b-red,
a.button.b-red,
form button.b-red {
  border-color: #d14650;
}
.button.t-white,
a.button.t-white,
form button.t-white {
  color: #fff;
}
.button.t-mint,
a.button.t-mint,
form button.t-mint {
  color: #2fd59f;
}
.button.t-dark,
a.button.t-dark,
form button.t-dark {
  color: #1a171b;
}
.button.t-red,
a.button.t-red,
form button.t-red {
  color: #d14650;
}
.button.t-purple,
a.button.t-purple,
form button.t-purple {
  color: #4223cc;
}
.button.md,
a.button.md,
form button.md {
  line-height: 28px;
  font-size: 12px;
  padding: 0 8px 0 12px;
}
.btn-inline {
  display: inline-block;
  line-height: 1.6em;
  color: #4223cc !important;
}
.btn-inline:hover {
  color: #2fd59f !important;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
/* ==========================================================================
	BUTTON COLORS
   ========================================================================== */
/* ==========================================================================
	BUTTON GROUP
   ========================================================================== */
/* ==========================================================================
	ICON ANIMATION IN BUTTON
   ========================================================================== */
.button [class^="icon-"],
.button [class*=" icon-"] {
  display: inline-block;
  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);
}
@font-face {
  font-family: 'fontello';
  src: url('../de_fonts/fontello.eot?85836054abc');
  src: url('../de_fonts/fontello.eot?85836054abc#iefix') format('embedded-opentype'), url('../de_fonts/fontello.woff2?85836054abc') format('woff2'), url('../de_fonts/fontello.woff?85836054abc') format('woff'), url('../de_fonts/fontello.ttf?85836054abc') format('truetype'), url('../de_fonts/fontello.svg?85836054abc#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?85836054#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-right-open-mini:before {
  content: '\e800';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e801';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e802';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e803';
}
/* '' */
.icon-menu:before {
  content: '\e804';
}
/* '' */
.icon-contact:before {
  content: '\e805';
}
/* '' */
.icon-mail:before {
  content: '\e806';
}
/* '' */
.icon-persoon:before {
  content: '\e807';
}
/* '' */
.icon-telefoon:before {
  content: '\e808';
}
/* '' */
.icon-over:before {
  content: '\e809';
}
/* '' */
.icon-bedrijf:before {
  content: '\e80a';
}
/* '' */
.icon-arrow:before {
  content: '\e80b';
}
/* '' */
.icon-trechtert:before {
  content: '\e80c';
}
/* '' */
.icon-zoek:before {
  content: '\e80d';
}
/* '' */
.icon-reply:before {
  content: '\e80e';
}
/* '' */
.icon-left-small:before {
  content: '\e812';
}
/* '' */
.icon-right-small:before {
  content: '\e813';
}
/* '' */
.icon-sliders:before {
  content: '\e849';
}
/* '' */
.icon-down-open:before {
  content: '\f004';
}
/* '' */
.icon-up-open:before {
  content: '\f005';
}
/* '' */
.icon-right-open:before {
  content: '\f006';
}
/* '' */
.icon-left-open:before {
  content: '\f007';
}
/* '' */
@font-face {
  font-family: 'sf_pro_bold';
  src: url('../de_fonts/sf-pro-display-bold-webfont.woff2') format('woff2'), url('../de_fonts/sf-pro-display-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro';
  src: url('../de_fonts/sf-pro-display-light-webfont.woff2') format('woff2'), url('../de_fonts/sf-pro-display-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.form-std .form-row {
  margin-bottom: 30px;
}
.form-std .field-text {
  width: 100%;
  height: 36px;
  background: #fbfafd;
  border: none;
  border-bottom: 1px solid #4223cc;
}
.form .form-row {
  margin-bottom: 20px;
  overflow: hidden;
}
.form .form-row label {
  width: 25%;
  float: left;
}
.form .form-row .form-type-input {
  width: 75%;
  float: left;
}
.form .form-row label {
  color: #1a171b;
  line-height: 42px;
}
.form .form-row input[type=text] {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding-left: 8px;
}
/* ==========================================================================
	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%;
}
/* ==========================================================================
	PAGINATION
   ========================================================================== */
.tpl-account-login .site-wrapper,
.tpl-account-forgotten .site-wrapper {
  padding: 0 !important;
}
.tpl-account-login .site-header,
.tpl-account-forgotten .site-header {
  display: none !important;
}
.tpl-account-login .site-footer,
.tpl-account-forgotten .site-footer {
  display: none !important;
}
.tpl-password {
  padding-bottom: 200px;
}
.tpl-password .container {
  position: relative;
}
.tpl-password .mod-logo {
  padding: 60px 0 60px;
}
.tpl-password .comp-logo {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  position: static;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.tpl-login {
  padding-bottom: 200px;
}
.tpl-login .container {
  position: relative;
}
.tpl-login .mod-logo {
  padding: 160px 0 0;
}
.tpl-login .comp-logo {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  position: static;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.tpl-login .mod-login-form {
  padding: 30px 0;
  position: relative;
}
.tpl-login .mod-login-form:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background: #4223cc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tpl-login .mod-login-form h2 {
  margin: 0 0 40px 0;
}
.tpl-login .form-login {
  max-width: 500px;
  background: #fbfafd;
  border-radius: 6px;
  padding: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.tpl-login .form-login label {
  display: none;
}
.tpl-login .form-login .form-actions a {
  display: block;
  float: left;
  font-size: 14px;
}
.tpl-login .form-login .form-actions .button {
  float: right;
}
@media (max-width: 991px) {
  .tpl-login .mod-logo {
    padding: 100px 0 10px;
  }
  .tpl-login .mod-logo .comp-logo {
    height: 60px;
  }
  .tpl-login .form-login {
    padding: 40px;
  }
}
.mod-profile-header {
  padding: 60px 0 80px;
}
.mod-profile-header .profile-image {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-profile-header .profile-image img {
  display: none;
}
.mod-profile-header .col-left .inner {
  position: relative;
}
.mod-profile-header .col-left .return {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #4223cc;
  border: 3px solid #4223cc;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 28px;
}
.mod-profile-header .col-right .inner {
  position: relative;
}
.mod-profile-header .profile-name {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .mod-profile-header .profile-image {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .mod-profile-header {
    padding: 50px 0 70px;
  }
  .mod-profile-header .profile-image {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 650px) {
  .mod-profile-header {
    padding: 40px 0 60px;
  }
  .mod-profile-header .profile-image {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 550px) {
  .mod-profile-header {
    padding: 30px 0 40px;
  }
  .mod-profile-header .profile-image {
    width: 120px;
    height: 120px;
  }
  .mod-profile-header .col-left {
    width: 170px;
  }
  .mod-profile-header .col-left .return {
    top: -10px;
    left: -10px;
  }
  .mod-profile-header .col-right {
    width: calc(100% - 170px);
    padding-left: 0;
  }
}
.tag-cloud .tags {
  overflow: hidden;
}
.tag-cloud .tag {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background: #ece8fc;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 36px;
  padding: 0 14px;
  white-space: nowrap;
  pointer-events: none;
}
.mod-profile-competenties {
  padding: 60px 0 0;
}
.mod-profile-competenties .tag-cloud {
  margin-bottom: 20px;
}
.mod-profile-competenties .tag-cloud strong {
  display: block;
  font-weight: 900;
  padding-left: 14px;
  margin-bottom: 5px;
}
.mod-profile-talenten {
  padding: 60px 0 0;
}
.mod-profile-description {
  padding: 60px 0 0;
  background: rgba(255, 255, 255, 0.03);
}
.mod-profile-description .company-info {
  font-size: 16px;
}
.mod-profile-description .profile-contact {
  margin-top: 40px;
  overflow: hidden;
}
.mod-profile-description .profile-contact .h3 {
  float: left;
  line-height: 36px;
  margin-right: 30px;
}
.mod-profile-description .profile-contact a {
  display: block;
  float: left;
  font-size: 28px;
  line-height: 36px;
  margin-right: 20px;
  color: #4223cc;
}
.mod-profile-description .profile-contact a:hover {
  opacity: 0.8;
}
.page-actions {
  overflow: hidden;
}
.page-actions .left {
  float: left;
}
.page-actions .right {
  float: right;
}
.tpl-account-edit .profile-image {
  width: 320px;
}
.tpl-account-edit .fine-uploader-image .qq-uploader {
  width: 450px;
}
.tpl-account-edit .fine-uploader-image .qq-upload-button {
  width: 320px;
  background: none;
  border: none;
  text-align: left;
}
.tpl-account-edit .attributes .fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.tpl-account-edit .attributes h2 {
  margin-bottom: 20px;
}
.tpl-account-edit .attributes h2 .help {
  margin-top: 4px;
  font-weight: normal;
}
.tpl-account-edit .attributes .grouped {
  padding-top: 20px;
}
.tpl-account-edit .attributes .grouped label {
  display: block;
  margin-bottom: 8px;
}
.tpl-account-edit .attributes .grouped label input {
  margin-right: 8px;
}
.tpl-basely-medewerkers .primary-content {
  padding-top: 40px;
}
.tpl-basely-medewerkers .total-medewerkers {
  margin-bottom: 30px;
}
.tpl-company .col-left {
  margin-bottom: 60px;
}
.tpl-company .company-info .company-logo {
  margin-bottom: 20px;
}
.tpl-cms-article {
  min-height: 80vh;
}
.article-single .post-header {
  margin-bottom: 60px;
}
.article-single .post-header h1 {
  color: #4223cc;
}
.article-single .post-output h1,
.article-single .post-output h2,
.article-single .post-output h3,
.article-single .post-output h4 {
  color: #4223cc;
  margin-bottom: 20px;
}
.article-single .post-output .video-container {
  margin-left: -80px;
  margin-right: -80px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .article-single .post-header {
    margin-bottom: 40px;
  }
  .article-single .post-output h1,
  .article-single .post-output h2,
  .article-single .post-output h3,
  .article-single .post-output h4 {
    margin-bottom: 15px;
  }
  .article-single .post-output .video-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.contactpersonen {
  overflow: hidden;
  margin-top: 60px;
}
.contactpersonen .card {
  width: 50%;
  float: left;
  position: relative;
  min-height: 120px;
}
.contactpersonen .card .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0b93e7;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.contactpersonen .card .info {
  margin-left: 150px;
}
.contactpersonen .card h4 {
  color: #2fd59f;
  margin-top: 15px;
}
.contactpersonen .card .contact-link {
  color: #4223cc;
}
@media (max-width: 991px) {
  .contactpersonen .card {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
}
.tpl-downloads .post-section {
  margin-bottom: 60px;
}
.tpl-downloads .post-images {
  overflow: hidden;
}
.tpl-downloads .post-images a {
  display: block;
  float: left;
  width: 22%;
  margin: 0 3% 40px 0;
}
@media (max-width: 991px) {
  .tpl-downloads .post-section {
    margin-bottom: 40px;
  }
  .tpl-downloads .post-images a {
    width: 30%;
    margin: 0 3% 40px 0;
  }
}
@media (max-width: 600px) {
  .tpl-downloads .post-images a {
    width: 47%;
    margin: 0 3% 40px 0;
  }
}
.mod-account-menu {
  height: 80px;
  padding-top: 10px;
  position: relative;
}
.mod-account-menu .profile-mage {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-account-menu .profile-mage img {
  display: none;
}
.mod-account-menu .profile-label {
  color: #fff;
  white-space: nowrap;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
}
.mod-account-menu .account-menu {
  display: none;
  background: #fff;
  position: absolute;
  top: 80px;
  right: -10px;
  padding: 4px 0;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mod-account-menu .account-menu a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  padding: 6px 14px 6px 10px;
  white-space: nowrap;
}
.mod-account-menu:hover .account-menu {
  display: block;
}
.mod-search {
  padding: 40px 0 10px;
}
.mod-search .search-wrapper {
  margin: 0 200px;
  position: relative;
}
.mod-search .search-wrapper .search-results {
  width: calc(100% + 30px);
  height: 60vh;
  padding: 0 15px 15px;
  overflow: scroll;
  position: absolute;
  top: 80px;
  left: -15px;
  z-index: 30;
}
.mod-search .search-wrapper .label-helper {
  display: block;
  color: #fff;
  opacity: 0.5;
  margin-top: 8px;
}
.mod-search .content-box {
  padding: 30px 10%;
}
.mod-search .q-form-wrapper {
  position: relative;
}
.mod-search .q-form {
  border-radius: 16px;
  overflow: hidden;
  background-color: #4223cc;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  position: relative;
}
.mod-search .qsearch {
  width: 100%;
  height: 70px;
  padding-left: 50px;
  background: #fff;
  border: none;
  font-size: 26px;
  color: #888;
}
.mod-search .qsearch-btn {
  display: block;
  width: 100px;
  height: 100%;
  background-color: #2fd59f;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1480px) {
  .mod-search .search-wrapper {
    margin: 0 160px;
  }
}
@media (max-width: 1280px) {
  .mod-search .search-wrapper {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .mod-search .search-wrapper {
    margin: 0;
  }
  .mod-search .search-wrapper .search-results {
    top: 70px;
  }
  .mod-search .qsearch {
    height: 60px;
    font-size: 28px;
  }
  .mod-search .c-panel .inner {
    padding-left: 130px;
  }
  .mod-search .c-panel .inner .profile-image {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .mod-search .c-panel .inner .profile-info {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
  .mod-search .c-panel .inner .profile-actions {
    position: static;
    transform: none;
  }
}
@media (max-width: 660px) {
  .mod-search {
    padding-top: 0;
  }
  .mod-search .search-wrapper {
    margin: 0 20px;
  }
  .mod-search .search-wrapper .search-results {
    top: 60px;
  }
  .mod-search .qsearch {
    height: 50px;
    font-size: 20px;
    padding-left: 20px;
  }
  .mod-search .content-box {
    padding: 30px 20px;
  }
  .mod-search .content-box .h0 {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .mod-search .search-wrapper {
    margin: 0;
  }
  .mod-search .c-panel {
    padding: 20px;
  }
  .mod-search .c-panel .inner {
    padding-left: 90px;
  }
  .mod-search .c-panel .inner .profile-image {
    top: 25px;
    left: 20px;
  }
  .mod-search .c-panel .inner .profile-image img {
    width: 65px;
    height: 65px;
  }
  .mod-search .c-panel .inner .profile-info {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
  .mod-search .c-panel .inner .profile-actions {
    position: static;
    transform: none;
  }
}
.search-results .item {
  position: relative;
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 16px;
  margin-bottom: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.search-results .item .profile-image {
  overflow: hidden;
}
.search-results .item .profile-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.search-results .item .profile-info {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
}
.search-results .item .profile-info .title {
  margin-bottom: 0;
  line-height: 1.1em;
}
.search-results .item .profile-info .subtitle {
  display: block;
  color: #1a171b;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.1em;
}
.search-results .item .profile-info .company {
  display: block;
  color: #1a171b;
  opacity: 0.6;
  font-size: 80%;
}
.search-results .item .profile-actions {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.search-results .item .button-circle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #2fd59f;
  color: #fff;
  text-align: center;
}
@media (max-width: 660px) {
  .search-results .item {
    padding: 10px 20px;
  }
  .search-results .item .profile-info {
    left: 100px;
  }
}
.ajax-loader {
  text-align: center;
  color: #fff;
  line-height: 60px;
}
.mod-search-inline {
  background: #4223cc;
  padding: 40px 40px 90px;
  position: relative;
}
.mod-search-inline .search-wrapper {
  margin: 0 20%;
  position: relative;
}
.mod-search-inline .search-wrapper .qsearch {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 36px;
  color: #fff;
}
.mod-search-inline .search-wrapper button {
  width: 60px;
  height: 58px;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  background: no-repeat;
  padding: 0;
  border-radius: 0;
  position: absolute;
  bottom: 2px;
  right: 0;
}
.mod-search-inline .filter-toggle {
  background: #f9f8fd;
  display: inline-block;
  white-space: nowrap;
  padding: 10px 30px;
  border-radius: 25px;
  color: #4223cc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
  .mod-search-inline .search-wrapper {
    margin: 0 10%;
  }
  .mod-search-inline .search-wrapper .qsearch {
    height: 50px;
    font-size: 30px;
  }
  .mod-search-inline .search-wrapper button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .mod-search-inline .search-wrapper {
    margin: 0;
  }
  .mod-search-inline .search-wrapper .qsearch {
    height: 42px;
    font-size: 26px;
  }
  .mod-search-inline .search-wrapper button {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 26px;
  }
}
.mod-news-slider {
  padding: 80px 0 0;
  position: relative;
  background-color: #fff;
}
.mod-news-slider:before {
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  background: #f9f8fd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mod-news-slider .m-title {
  margin-bottom: 40px;
  text-align: center;
}
.mod-spacer {
  background: #fbfafd;
}
.mod-spacer .container {
  min-height: 600px;
}
.mod-filters {
  overflow: hidden;
  padding: 140px 0 30px 0;
}
.mod-filters .mod-header {
  padding: 30px 0 60px;
  position: relative;
}
.mod-filters .mod-header .comp-logo {
  margin: 0 auto;
}
.mod-filters .mod-header .filter-toggle {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  color: #4223cc;
}
.mod-filters .filter {
  width: 33.3334%;
  float: left;
  margin-bottom: 60px;
}
.mod-filters .filter .filter-title {
  font-size: 24px;
}
.mod-filters .filter .filter-options label {
  display: block;
  padding: 5px 0;
  color: #000;
}
.mod-filters .filter .filter-options label input {
  margin-right: 7px;
}
.mod-filters .form-action {
  clear: both;
  text-align: center;
}
@media (max-width: 991px) {
  .mod-filters .filter {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .mod-filters .filter {
    width: 100%;
    float: none;
  }
}
.selected-filters {
  margin-bottom: 15px;
}
.selected-filters .text {
  font-size: 16px;
}
.selected-filters .item {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #4223cc;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 3px;
}
.mod-quick-profile-header {
  position: relative;
  margin-bottom: 40px;
}
.mod-quick-profile-header .profile-mage {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-quick-profile-header .profile-mage img {
  display: none;
}
.mod-quick-profile-header .profile-info {
  position: absolute;
  left: 240px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-quick-profile-header .profile-info h2 {
  margin-bottom: 15px;
}
.mod-password-forgotten {
  padding-top: 80px;
}
.mod-password-forgotten .inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.mod-password-forgotten .title {
  margin-bottom: 20px;
}
.mod-password-forgotten .form-row .label {
  display: none;
}
.mod-password-forgotten .form-row input {
  text-align: center;
}
.mod-password-forgotten .form-actions {
  overflow: hidden;
}
.mod-community {
  padding: 120px 0 0;
  position: relative;
  background-color: #fff;
}
.mod-community .article-output {
  margin-top: 30px;
  margin-bottom: 30px;
}
.slick-news {
  position: relative;
  transition: opacity 0.4s ease-in-out 0s;
}
.slick-news.fadeout {
  opacity: 0;
  pointer-events: none;
}
.slick-news .item {
  padding: 10px 20px 25px 20px;
}
.slick-news .item .post-top {
  position: relative;
  margin-bottom: 30px;
}
.slick-news .item .post-top .post-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slick-news .item .post-top .comp-image {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.slick-news .item .post-actions {
  margin-top: 20px;
}
.slick-news .slick-prev,
.slick-news .slick-next {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #2fd59f;
  color: #fff;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-64%);
  cursor: pointer;
}
.slick-news .slick-prev {
  left: -20px;
}
.slick-news .slick-next {
  right: -20px;
}
.alert-box {
  padding: 10px 20px;
  border-radius: 4px;
  background: #4223cc;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.alert-box.alert-error {
  background-color: #d14650;
}
.c-popup {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 8px;
}
.c-popup .popupalert {
  display: none;
}
.c-popup .popupalert.show {
  margin-bottom: 30px;
  background-color: #eee;
  padding: 15px;
  border-radius: 6px;
}
.c-popup .popupalert.succes {
  background-color: #7ee6c4;
}
.c-popup .popupalert.warning {
  background-color: #f3c8c8;
}
.c-panel {
  background: #fbfafd;
  border-radius: 4px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.c-panel.ym {
  margin-bottom: 20px;
}
.c-panel.marg-top {
  margin-top: 30px;
}
.c-panel.marg-bot {
  margin-bottom: 30px;
}
.c-panel.state-1 {
  opacity: 0.3;
}
.c-notice a {
  color: #4223cc;
}
.v-card {
  position: relative;
}
.v-card .profile-image {
  overflow: hidden;
}
.v-card .profile-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.v-card .profile-info {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translateY(-50%);
  padding-bottom: 14px;
}
.v-card .profile-info .title {
  margin: 0 0 8px;
  font-size: 20px;
}
.v-card .profile-info .subtitle {
  display: block;
  color: #1a171b;
  opacity: 0.6;
  line-height: 1em;
  font-size: 90%;
  margin-bottom: 3px;
}
.v-card .profile-info .company {
  display: block;
  color: #1a171b;
  opacity: 0.5;
  font-size: 80%;
  line-height: 1em;
}
.v-card .profile-actions {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .v-card .profile-info,
  .v-card .profile-actions {
    position: static;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(0);
  }
  .v-card .info-wrapper {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
  }
}
.htabs {
  overflow: hidden;
  margin-bottom: 20px;
}
.htabs a {
  display: block;
  float: left;
  margin-right: 20px;
  color: #1a171b;
}
.htabs a.selected {
  color: #4223cc;
  font-weight: bold;
}
.panel-box {
  background: #fff;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.panel-box .label-box {
  width: 25%;
  float: left;
  padding-right: 30px;
  color: #1a171b;
}
.panel-box .field-box {
  width: 75%;
  float: left;
}
.panel-box .help {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-style: italic;
}
.page-header {
  position: relative;
  margin-bottom: 30px;
}
.page-header .top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.tags-available {
  margin-top: 40px;
  overflow: hidden;
}
.tags-available .tag {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
  font-size: 14px;
  padding: 2px 12px;
  background: #eee;
  border-radius: 3px;
}
.tags-available .tag input {
  display: none;
}
.tags-available .tag:hover,
.tags-available .tag.selected {
  background-color: #2fd59f;
  color: #fff;
}
.index-list {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: -20px;
}
.index-list li {
  float: left;
  margin: 0 8px 8px 0;
}
.index-list a {
  display: block;
  font-size: 14px;
  padding: 2px 12px;
  background: #eee;
  border-radius: 3px;
}
.index-list a:hover,
.index-list a.active {
  background-color: #2fd59f;
  color: #fff;
}
/* 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 8px;
  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;
  }
}
.medewerkers-grid .item {
  margin-bottom: 50px;
}
.medewerkers-grid .v-card {
  transition: all 0.3s ease-in-out 0s;
}
.medewerkers-grid .v-card:hover {
  transform: scale(1.02);
}
.company-grid .item {
  margin-bottom: 50px;
  position: relative;
}
.company-grid .inner {
  position: relative;
}
.company-grid .company-logo {
  width: 70px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.company-grid .company-info {
  margin-left: 100px;
}
.company-grid .btn-arrow {
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #2fd59f;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company-card {
  position: relative;
}
.company-card .inner {
  position: relative;
}
.company-card .company-logo {
  width: 70px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.company-card .company-info {
  margin-left: 100px;
}
.company-card .btn-arrow {
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #2fd59f;
  position: absolute;
  bottom: 0;
  right: 0;
}
.slick-news .company-card {
  padding: 20px 30px;
}
.tpl-cms-community {
  background-color: #f9f8fd;
  padding-top: 0;
}
.community-block {
  padding: 60px 40px 40px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}
.community-block .body {
  padding: 40px 0 20px;
}
.cm-question {
  padding-left: 90px;
  position: relative;
  margin-bottom: 30px;
  min-height: 70px;
}
.cm-question .image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ece8fc;
  position: absolute;
  top: 0;
  left: 0;
}
.cm-question .image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.cm-question .cm-name {
  display: inline-block;
  color: #4223cc;
  border-bottom: 2px solid #4223cc;
}
.cm-question p {
  line-height: 1.2em;
  margin: 0;
}
.cm-question .datum {
  display: block;
  font-style: normal;
}
.cm-question.hover {
  opacity: 0.7;
}
.community-header {
  background-color: #4223cc;
  padding: 100px 0 0 0;
}
.community-header .inner {
  position: relative;
}
.community-header .col-lft {
  position: relative;
}
.community-header .col-lft .image {
  width: calc(100% - 80px);
  position: absolute;
  bottom: 0;
  left: 50px;
}
.community-header .col-rgt .inner {
  padding: 0 0 80px 0;
  max-width: 500px;
}
.community-header .col-rgt .article-output {
  margin-top: 80px;
}
.community-groups {
  background-color: #4223cc;
  position: relative;
}
.community-groups:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background: #f9f8fd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.community-groups .inner {
  min-height: 300px;
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.community-groups .group-list {
  overflow: hidden;
  margin-bottom: 40px;
}
.community-groups .group-list .item {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.community-groups .group-list .label {
  font-size: 26px;
  line-height: 1.4em;
  position: relative;
  padding-left: 26px;
}
.community-groups .group-list .label input {
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}
.community-groups .group-list-action {
  margin-left: 50%;
}
.c-community-title {
  margin: 0;
  font-size: 100px;
  color: #4223cc;
  opacity: 0.06;
  margin: 60px 0;
}
.community-blocks .c-community-title {
  text-align: center;
}
.community-blocks .item {
  margin-bottom: 60px;
}
.community-group .m-header {
  margin-bottom: 60px;
}
.community-group .m-header .title {
  margin-bottom: 20px;
}
.community-form-question {
  max-width: 750px;
}
.community-form-question .form-intro .title {
  margin-bottom: 15px;
}
.community-form-question .form-row {
  margin-bottom: 20px;
}
.community-form-question .form-row label {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.community-form-question .form-type-input input {
  width: 100%;
  height: 42px;
  border: 1px solid #eee;
  padding-left: 15px;
  border-radius: 4px;
}
.community-form-question .redactor {
  height: 500px;
}
.tpl-cms-community-thread .col-left .inner {
  padding-right: 100px;
}
.tpl-cms-community-thread .col-right .inner {
  padding-left: 0px;
}
.community-thread .thread-item {
  padding: 0 0 60px;
}
.community-thread .thread-item .thread-info {
  padding-left: 90px;
}
.community-thread .thread-item.level-2 {
  margin-left: 200px;
}
.community-thread .thread-item.level-3 {
  margin-left: 400px;
}
.community-thread .thread-item.level-4 {
  margin-left: 600px;
}
.community-thread .thread-item .title {
  margin-bottom: 30px;
}
