/* ==========================================================================
	VARIABLES
   ========================================================================== */
.bg-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#203b5b+0,3e5d86+100 */
  background: #203b5b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #203b5b 0%, #3e5d86 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #203b5b 0%, #3e5d86 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #203b5b 0%, #3e5d86 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#203b5b', endColorstr='#3e5d86', GradientType=0);
  /* IE6-9 */
}
.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;
}
.bg-main {
  background: #37297b;
}
/* ==========================================================================
	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: 'montregular', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #37297b;
  font-weight: normal;
  font-variant-numeric: lining-nums;
  position: relative;
}
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: #fff;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:hover,
a:focus {
  text-decoration: none;
  opacity: 0.8;
}
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.2);
}
/* ==========================================================================
	BACKGROUND COLORS
   ========================================================================== */
.t-naam {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.t-functie {
  font-size: 16px;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'montbold', sans-serif;
  line-height: 1em;
  margin: 0 0 5px;
  color: #fff;
  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;
}
.t-upper {
  text-transform: uppercase;
}
h0,
.h0 {
  font-size: 100px;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.f1 {
  font-family: 'montregular', sans-serif;
}
.f2 {
  font-family: 'montregular', sans-serif;
}
.f3 {
  font-family: 'montbold', sans-serif;
}
.f4 {
  font-family: 'montregular', sans-serif;
}
/* ==========================================================================
	ARTICLE OUTPUT  DEFAULTS
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 30px;
}
.article-output h3 {
  font-size: 24px;
}
.article-output h4 {
  font-size: 20px;
}
.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: 20px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
/* ==========================================================================
	LAYOUT
   ========================================================================== */
.site-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.container {
  position: relative;
}
.site-header {
  display: none;
}
.site-footer {
  display: none;
}
.main-body {
  height: 100vh;
}
.main-body.scrollable {
  height: auto;
}
.vcard-category .page-actions {
  padding: 15px 0 20px;
}
/* ==========================================================================
	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 {
  display: inline-block;
}
/* ==========================================================================
	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);
}
/* ==========================================================================
	ICONS
   ========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?65627502d');
  src: url('../font/fontello.eot?65627502d#iefix') format('embedded-opentype'), url('../font/fontello.woff2?65627502d') format('woff2'), url('../font/fontello.woff?65627502d') format('woff'), url('../font/fontello.ttf?65627502d') format('truetype'), url('../font/fontello.svg?65627502d#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?65627509#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: 1.2em;
  /* 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:before {
  content: '\e800';
}
/* '' */
.icon-qrcode:before {
  content: '\e801';
}
/* '' */
.icon-export:before {
  content: '\e802';
}
/* '' */
.icon-share:before {
  content: '\e803';
}
/* '' */
.icon-vcard:before {
  content: '\e804';
}
/* '' */
.icon-th:before {
  content: '\e805';
}
/* '' */
.icon-th-1:before {
  content: '\e806';
}
/* '' */
.icon-cancel-1:before {
  content: '\e807';
}
/* '' */
.icon-mail:before {
  content: '\e808';
}
/* '' */
.icon-mail-1:before {
  content: '\e809';
}
/* '' */
.icon-email:before {
  content: '\e80a';
}
/* '' */
.icon-linkedin:before {
  content: '\e80b';
}
/* '' */
.icon-fb:before {
  content: '\e831';
}
/* '' */
.icon-insta:before {
  content: '\e832';
}
/* '' */
.icon-linkedin-2:before {
  content: '\e833';
}
/* '' */
.icon-pinterest:before {
  content: '\e834';
}
/* '' */
.icon-twitter-1:before {
  content: '\e835';
}
/* '' */
.icon-twitter:before {
  content: '\f099';
}
/* '' */
.icon-facebook-1:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin-1:before {
  content: '\f0e1';
}
/* '' */
.icon-instagram-1:before {
  content: '\f16d';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-address-book-o:before {
  content: '\f2ba';
}
/* '' */
.icon-address-card-o:before {
  content: '\f2bc';
}
/* '' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-instagram-2:before {
  content: '\f32d';
}
/* '' */
@font-face {
  font-family: 'montbold';
  src: url('../font/fontfabric_-_mont_bold-webfont.woff2') format('woff2'), url('../font/fontfabric_-_mont_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montregular';
  src: url('../font/fontfabric_-_mont_regular-webfont.woff2') format('woff2'), url('../font/fontfabric_-_mont_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	MODULES
   ========================================================================== */
.form-login {
  width: 340px;
  overflow: hidden;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.form-login h2 {
  text-align: center;
}
.form-login .button {
  border: none;
  background: #fff;
  color: #37297b;
  padding: 3px 20px;
  border-radius: 3px;
}
.form-login .error {
  font-style: italic;
}
.pinbox {
  width: 230px;
  overflow: hidden;
  margin: 30px auto;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.pinbox input::-webkit-outer-spin-button,
.pinbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pinbox input[type=number] {
  -moz-appearance: textfield;
}
.pinbox input {
  width: 40px;
  height: 60px;
  border: none;
  border-radius: 5px;
  float: left;
  text-align: center;
  margin: 0 3px;
  font-size: 30px;
  background-color: #fff;
  color: #37297b;
}
.vcard-grid .item {
  margin-bottom: 40px;
}
.vcard-grid .inner {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #37297b;
}
.vcard-grid .inner h1,
.vcard-grid .inner h2,
.vcard-grid .inner h3,
.vcard-grid .inner h4 {
  color: #37297b;
}
.vcard-grid .inner a:link,
.vcard-grid .inner a:active,
.vcard-grid .inner a:visited {
  color: #37297b;
}
.vcard-grid .image {
  width: 160px;
  height: 160px;
  border-radius: 500px;
  margin: 0 auto 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center top;
}
.vcard-grid .image img {
  display: none;
}
@media (max-width: 520px) {
  .vcard-grid .item {
    clear: both;
    width: 100%;
    float: none;
  }
}
.mod-vcard-container {
  height: 100vh;
  position: relative;
}
.mod-vcard-container .to-overview-mobile {
  display: none;
}
.mod-vcard-container .vcard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mod-vcard-container .vcard .vcard-menu {
  text-align: right;
  position: absolute;
  right: calc(100% + 40px);
  bottom: 0;
  white-space: nowrap;
}
.mod-vcard-container .vcard .vcard-menu li {
  margin-top: 12px;
}
.mod-vcard-container .vcard .vcard-menu li.to-overview {
  margin-bottom: 50px;
}
.mod-vcard-container .vcard .vcard-menu li a {
  display: block;
  position: relative;
  line-height: 30px;
  padding-right: 45px;
}
.mod-vcard-container .vcard .vcard-menu li span {
  display: inline-block;
  font-size: 16px;
}
.mod-vcard-container .vcard .vcard-menu li i {
  font-size: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mod-vcard-container .vcard .flip-card-arrow {
  display: block;
  font-size: 46px;
  position: absolute;
  bottom: 0;
  right: -80px;
  transition: all 0.6s ease 0s;
}
.mod-vcard-container .vcard .flip-card-arrow.flipped {
  transform: rotate(-180deg);
}
.mod-vcard-container .qr-code {
  width: 220px;
  margin: 0 auto;
}
.show-navigation .mod-vcard-container .vcard .flip-card-arrow {
  transform: scale(0.5);
  opacity: 0;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 340px;
  height: 525px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.hover .flip-card-inner {
  transform: rotateY(-180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
}
/* Style the back side */
.flip-card-back {
  background-color: #fff;
  transform: rotateY(-180deg);
  background-size: cover;
  background-position: center center;
}
.flip-card-container {
  position: relative;
}
.flip-card-nav {
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
.flip-card-nav li {
  display: inline-block;
}
.flip-card-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #32267A;
  margin: 0 3px;
}
.flip-card-nav li a.active {
  background-color: #fff;
}
.vcard-menu.is-desktop {
  display: block;
}
.vcard-menu.is-mobile {
  display: none;
}
@media (max-width: 767px) {
  .main-body {
    height: auto;
  }
  .mod-vcard-container {
    height: auto;
    padding: 40px 0 160px;
  }
  .islogged .mod-vcard-container {
    padding-top: 65px;
  }
  .mod-vcard-container .to-overview-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 18px;
  }
  .mod-vcard-container .to-overview-mobile a {
    display: block;
    padding: 14px;
  }
  .mod-vcard-container .vcard {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 340px;
    margin: 0 auto;
  }
  .mod-vcard-container .vcard .vcard-menu {
    display: none;
  }
  .vcard-menu.is-mobile {
    display: none;
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .vcard-menu.is-mobile li {
    float: left;
    width: 33.33%;
  }
  .vcard-menu.is-mobile li a {
    display: block;
    text-align: center;
    padding: 20px 0px;
  }
  .vcard-menu.is-mobile li span {
    display: none;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
  }
  .vcard-menu.is-mobile li i {
    font-size: 27px;
  }
}
@media (max-width: 520px) {
  .mod-vcard-container .vcard .flip-card-arrow {
    font-size: 44px;
    bottom: -66px;
    right: 0;
  }
}
@media (max-width: 400px) {
  .mod-vcard-container {
    padding: 38px 0 90px;
  }
  .mod-vcard-container .vcard {
    transform-origin: center top;
    transform: translate(0, 0) scale(0.9);
  }
}
@media (max-width: 350px) {
  .mod-vcard-container {
    padding: 38px 0 15px;
  }
  .mod-vcard-container .vcard {
    transform-origin: center top;
    transform: translate(0, 0) scale(0.76);
    margin-left: -3%;
  }
}
.layer {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  background-color: #201f4c;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 600;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.6s ease 0s;
}
.layer .close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 40;
  transform: rotate(45deg);
}
.layer-qr .inner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.layer-qr .qr-notice {
  min-width: 340px;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  margin-bottom: 50px;
}
.layer-share .inner {
  height: 100vh;
  position: relative;
}
.layer-share .shares {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer-share .shares a {
  display: flex;
  font-size: 22px;
  line-height: 60px;
  white-space: nowrap;
  position: relative;
  padding-left: 55px;
}
.layer-share .shares a .circle {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #c9c4e1;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.layer-share .shares a i {
  font-size: 20px;
  position: relative;
}
.toggle-help {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
  font-size: 32px;
}
.layer-help {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.02s ease 0s;
}
.layer-help .inner {
  padding: 80px 30px;
}
.show-shares .layer-share {
  top: 0;
}
.show-qr .layer-qr {
  top: 0;
}
.show-help .layer-help {
  top: 0;
}
.v2-navigation {
  display: none;
  width: 200px;
  height: 200px;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: -50px;
  right: -50px;
  z-index: 800;
  pointer-events: none;
}
.v2-navigation .toggle-menu {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  pointer-events: auto;
  font-size: 30px;
  color: #37297b;
  background: #fff;
}
.v2-navigation .toggle-menu:hover {
  box-shadow: none;
}
.v2-navigation .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v2-navigation .menu li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(calc(360deg / 8 * var(--i)));
  pointer-events: none;
}
.v2-navigation .menu a {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotateZ(calc(360deg / 8 * var(--i)));
  transition: 0.3s ease;
  pointer-events: auto;
  font-size: 20px;
  color: #37297b;
  background: #fff;
}
.v2-navigation.active .toggle-menu {
  transform: rotateZ(45deg);
}
.v2-navigation.active .menu a {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  left: 0;
  transform: translateY(-50%) rotateZ(calc(-360deg / 8 * var(--i)));
}
.v2-navigation.active .menu a:hover {
  box-shadow: none;
}
@media (max-width: 767px) {
  .v2-navigation {
    display: flex;
  }
}
.tpl-vcard {
  background-color: #241B59;
}
.bg-main {
  background: none;
}
.flip-card-front {
  overflow: hidden;
  background-color: #fff;
  /* SINGLE ELEMENT */
}
.flip-card-front:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg-front.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  opacity: 1;
}
.flip-card-front a:link,
.flip-card-front a:active,
.flip-card-front a:visited {
  outline: none;
  color: #241B59;
}
.flip-card-front .logo-box,
.flip-card-front .top,
.flip-card-front .middle,
.flip-card-front .bottom {
  width: 100%;
}
.flip-card-front .drawing-box {
  display: none;
  width: 100%;
  height: 260px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.flip-card-front .lottie {
  width: 100%;
  height: 270px;
  position: absolute;
  top: 0px;
  left: -3px;
  z-index: 1;
}
.flip-card-front .logo-boxxx {
  width: 100%;
  height: 270px;
  background-image: url(../img/logox.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: 10;
}
.flip-card-front .middle {
  padding: 0 30px 30px 35px;
  position: absolute;
  top: 240px;
  left: 0;
}
.flip-card-front .primary {
  width: 100%;
  margin-bottom: 15px;
}
.flip-card-front .primary .naam {
  color: #37297b;
  font-family: 'montbold', sans-serif;
  line-height: 1em;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
  margin-bottom: 5px;
}
.flip-card-front .primary .functie {
  color: #c9c4e1;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-family: 'montbold', sans-serif;
  text-transform: uppercase;
}
.flip-card-front .secondary a {
  display: block;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}
.flip-card-front .socials {
  margin-top: 10px;
  margin-bottom: 5px;
}
.flip-card-front .socials a {
  color: #c9c4e1;
  font-size: 24px;
  margin-right: 7px;
}
.flip-card-front .socials a i:before {
  margin: 0;
}
.flip-card-front .gmarker {
  display: block;
  width: 30px;
  height: 34px;
  background-image: url(../img/pin.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 35px;
  right: 40px;
  z-index: 30;
}
.flip-card-front .logo {
  width: 100%;
  height: 100%;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-card-front .primary xx {
  padding: 10px 0 20px;
  position: relative;
}
.flip-card-front .primary xx a {
  display: block;
  color: #37297b;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flip-card-front .primary xx a .key {
  display: inline-block;
  width: 20px;
  font-family: 'montbold', sans-serif;
  color: #c9c4e1;
}
.flip-card-back {
  position: relative;
  z-index: 50;
  background-color: #32267A;
}
.flip-card-back .vimage {
  display: block;
  content: " ";
  width: 100%;
  height: 420px;
  background-size: 345px auto;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.flip-card-back .bottom {
  width: 100%;
  padding: 10px 0 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.flip-card-back .address {
  display: block;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.flip-card-back .comp-website {
  display: inline-block;
  font-weight: bold;
}
.flip-card-back .comp-socials {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.flip-card-back .comp-socials a {
  font-size: 130%;
  opacity: 0.6;
}
.flip-card-back .comp-socials a:hover {
  opacity: 1;
}
