/*
*	Project	: TankMatch updated
*	Date 	: 25-04-2019
*	Company	: Mixfinity
*	Author	: Cees Graafland
*
*   USE THIS PLEASE!!!!!!!
*   BEM documentation : https://en.bem.info/methodology/css/
*/
/*
*	Here are all the global project variables defined
*	The are all required!!!w
*/
/*
*	Plugins
*	Uncomment if you need to use them
*/
.m-cookie-popup {
  display: block;
  position: fixed;
  z-index: 999999;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0;
  transition: .7s all; }
  .m-cookie-popup * {
    font-family: sans-serif; }
  .m-cookie-popup.show {
    opacity: 1;
    bottom: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .m-cookie-popup .m-cookie-popup-inner {
    max-width: 800px;
    margin: 10px auto 0;
    position: relative;
    padding: 10px; }
    .m-cookie-popup .m-cookie-popup-inner .m-cookie-close {
      width: 40px;
      height: 25px;
      color: #fff;
      font-size: 12px;
      position: absolute;
      right: 15px;
      border-radius: 5px;
      text-align: center;
      line-height: 25px;
      transition: .3s all;
      cursor: pointer;
      background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .m-cookie-close:hover {
        background: rgba(255, 255, 255, 0.3); }
    .m-cookie-popup .m-cookie-popup-inner h1 {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 20px;
      margin-top: 0; }
    .m-cookie-popup .m-cookie-popup-inner p {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      margin-bottom: 8px;
      margin-top: 0; }
      .m-cookie-popup .m-cookie-popup-inner p a {
        color: #fff !important;
        text-decoration: underline; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-checkwrap {
      position: relative;
      padding-right: 70px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-check {
      width: 120px;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check.disabled {
        pointer-events: none;
        opacity: 0.8; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"] {
        background: none !important;
        border: 2px solid #999 !important;
        border-radius: 3px !important;
        cursor: pointer;
        height: 14px !important;
        margin: 3px 5px 0 !important;
        width: 14px !important;
        transition: .3s all;
        outline: none;
        position: relative;
        top: 3px;
        -webkit-appearance: none; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:after {
          content: "" !important;
          position: absolute !important;
          top: -6px !important;
          left: 5px !important;
          display: block;
          background: none !important;
          width: 6px;
          height: 14px;
          border-right: 2px solid #41b334;
          border-bottom: 2px solid #41b334;
          transform: rotate(45deg);
          opacity: 0;
          transition: .3s all; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked {
          background: #ffffff !important;
          border: 2px solid #41b334 !important; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked:after {
            opacity: 1; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-button {
      width: 100px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton {
      width: 120px;
      width: 62px;
      text-align: right;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 32px;
      padding-right: 25px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton:before {
        content: '';
        display: block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 8px;
        transform: rotate(45deg); }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton.active:before {
        transform: rotate(225deg);
        top: 12px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox {
      height: 0;
      overflow: hidden;
      transition: .4s all;
      background: #424242; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox.active {
        height: 150px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable {
        width: calc(100% - 100px);
        display: none;
        vertical-align: top;
        height: 100%;
        padding: 10px 5px;
        overflow-y: scroll; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable.active {
          display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table {
          border-collapse: collapse;
          width: 100%; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table * {
            color: #fff; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr th {
            padding: 2px 4px;
            vertical-align: top; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr td {
            padding: 2px 4px;
            vertical-align: top;
            border: 1px solid #666;
            line-height: 20px;
            max-width: 350px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap {
        width: 80px;
        height: 100%;
        border-right: 1px solid #666;
        display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch {
          border-bottom: 1px solid #666;
          text-align: center;
          transition: .3s all;
          cursor: pointer;
          line-height: 30px; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch:hover, .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch.active {
            background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox > * {
        color: #fff;
        font-size: 12px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*
*	Toolbox with some neat scss functions
*/
/*
*	Can be usefull for disabling the animations on page load
*   Make sure to remove the class with javascript
*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/*
* 	Global styling for headers and text are defined here
* 	The base layout for the header and foot are here as well
*/
* {
  padding: 0;
  margin: 0; }

body {
  padding-top: 75px;
  font-family: "Open sans";
  font-size: 16px;
  line-height: 30px;
  color: #4D4D4D;
  font-weight: 500; }

h1,
.like-h1 {
  text-align: center;
  font: 300 55px/55px "Open sans";
  color: #004F9E;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h1,
    .like-h1 {
      font-size: 44px;
      line-height: 44px; } }

h2,
.like-h2 {
  text-align: center;
  font: 300 1.5em/30px "Open sans";
  color: #4D4D4D;
  margin-bottom: 30px; }

h3,
.like-h3 {
  font: 18px/22px 'Open sans', 'sans-serif'; }

a {
  color: #000; }

p a {
  color: #1c7ab7;
  text-decoration: underline; }

p {
  font-family: "Open sans";
  font-size: 16px;
  line-height: 30px;
  color: #4D4D4D;
  font-weight: 500;
  margin-top: 36px; }

hr {
  border-color: #c1c1c1;
  margin-top: 45px;
  margin-bottom: 45px; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Open sans';
  transition: .3s all; }

section {
  padding: 80px 0; }
  @media (max-width: 767px) {
    section {
      padding: 50px 0; } }

::-webkit-input-placeholder {
  color: #999999; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999; }

.padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.form-error {
  border-color: #f00 !important;
  box-shadow: inset 0 0 3px 1px #f00; }

.button {
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 16px;
  transition: 0.3s ease; }
  .button.button-blue {
    border-color: #004F9E;
    color: #ffffff;
    background-color: #004F9E;
    margin-top: 30px; }
    .button.button-blue:hover {
      background-color: #ffffff;
      color: #004F9E;
      cursor: pointer; }
  .button.button-transparent-blue {
    border-color: #004F9E;
    color: #004F9E;
    background-color: transparent;
    margin-top: 20px;
    padding: 14px 16px; }
    .button.button-transparent-blue:hover {
      background-color: #004F9E;
      color: #ffffff;
      cursor: pointer; }
  .button.button-transparent {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    margin-top: 20px;
    padding: 14px 16px; }
    .button.button-transparent:hover {
      background-color: #ffffff;
      color: #004F9E;
      cursor: pointer; }
  .button.button-red {
    border-color: #E20613;
    color: #ffffff;
    background-color: #E20613;
    margin-top: 20px;
    padding: 14px 16px; }
    .button.button-red:hover {
      background-color: transparent;
      color: #E20613;
      cursor: pointer; }
  @media (max-width: 576px) {
    .button {
      width: 100%;
      max-width: 305px; } }
  .button:hover, .button:active, .button:focus {
    color: #fff;
    text-decoration: none; }

.button--shadow-hover {
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
  .button--shadow-hover:hover {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.button--shadow-only-hover:hover {
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.12), 0 3px 9px 0 rgba(0, 0, 0, 0.24); }

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.custom-bullet {
  margin-left: 0;
  list-style: none;
  counter-reset: counter; }
  .custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter); }

.round-corners-3 {
  border-radius: 3px; }

.round-corners-5 {
  border-radius: 5px; }

ul.normal {
  list-style: none; }
  @media (min-width: 768px) {
    ul.normal {
      margin-left: 20px; } }
  @media (max-width: 767px) {
    ul.normal {
      margin-left: 15px; } }
  ul.normal li {
    position: relative;
    font-size: 16px; }
    ul.normal li:before {
      content: '\00b7';
      display: block;
      position: absolute;
      left: -20px;
      font-size: 45px; }
    @media (max-width: 359px) {
      ul.normal li {
        font-size: 16px;
        line-height: 28px; } }

input[type="checkbox"] {
  width: 20px !important;
  border: 2px solid #999;
  height: 20px !important;
  border-radius: 3px !important;
  transition: .3s all;
  cursor: pointer; }
  input[type="checkbox"]:after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 5px !important;
    display: block;
    background: none !important;
    width: 6px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: .3s all; }
  input[type="checkbox"]:checked {
    background: #fff !important;
    border-color: #fff !important; }
    input[type="checkbox"]:checked:after {
      opacity: 1; }

.form-group {
  margin-bottom: 40px;
  width: 100%; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-left: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-bottom-left-radius: 5px;
    outline: none !important;
    padding: 10px 20px;
    resize: vertical;
    transition: .3s all; }
    .form-group input[type="text"]:active, .form-group input[type="text"]:focus,
    .form-group input[type="email"]:active,
    .form-group input[type="email"]:focus,
    .form-group select:active,
    .form-group select:focus,
    .form-group textarea:active,
    .form-group textarea:focus {
      border-color: #00AC14; }
    .form-group input[type="text"].form-error,
    .form-group input[type="email"].form-error,
    .form-group select.form-error,
    .form-group textarea.form-error {
      border-color: #FF0000; }
  .form-group.form-error > {
    border-color: #FF0000; }

.fullscreen-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll; }
  @media (max-width: 767px) {
    .fullscreen-image.fullscreen-container {
      height: 0;
      padding-bottom: 56.8%; } }

.fullscreen-container {
  height: 100vh; }
  .fullscreen-container.only-min {
    height: auto;
    min-height: 100vh; }
  .fullscreen-container.no-xs {
    height: auto; }
    @media (min-width: 768px) {
      .fullscreen-container.no-xs {
        height: 100vh; } }

.grecaptcha-badge {
  width: 1px !important;
  height: 1px !important;
  transition: none !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 768px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 1024px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 568px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 320px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ipad .fullscreen-container,
  .iphone .fullscreen-container {
    height: 480px; } }
.ipad .fullscreen-container.only-min,
.iphone .fullscreen-container.only-min {
  height: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 768px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 1024px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 568px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 320px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ipad .fullscreen-container.only-min,
    .iphone .fullscreen-container.only-min {
      min-height: 480px; } }
@media (max-width: 767px) {
  .ipad .fullscreen-container.no-xs,
  .iphone .fullscreen-container.no-xs {
    height: auto; } }

.gray-white-background {
  background-image: url("grfx/graybg.png");
  background-repeat: repeat-x; }

/**************
* Base
**************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc; }
  header nav {
    height: 100%; }
    header nav .container {
      display: flex;
      justify-content: space-between; }
      header nav .container .logo-holder {
        position: relative; }
        header nav .container .logo-holder #logo {
          display: inline-block;
          width: 160px;
          height: 55px;
          margin-top: 12px; }
          header nav .container .logo-holder #logo img {
            width: 100%; }
        header nav .container .logo-holder #emergency {
          display: inline-block;
          cursor: pointer;
          position: absolute;
          left: 0px;
          top: 75px;
          width: 160px;
          height: 0px;
          z-index: -1;
          background: url("grfx/emergency.svg");
          background-size: cover;
          transition-property: all;
          transition-duration: 0.5s;
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
          header nav .container .logo-holder #emergency.show {
            height: 41px; }
      @media (max-width: 991px) {
        header nav .container #navbar {
          position: fixed;
          height: 100vh;
          left: 0;
          top: 75px;
          z-index: -1;
          background: white;
          width: 100vw;
          justify-content: left;
          transition: .35s all;
          transform: translateX(-100%); }
          header nav .container #navbar.active {
            transform: translateX(0%); } }
      header nav .container #navbar > ul {
        height: 75px; }
        @media (max-width: 991px) {
          header nav .container #navbar > ul {
            width: 100%; } }
        header nav .container #navbar > ul > li {
          display: inline-block;
          padding: 20px 10px; }
          @media (max-width: 991px) {
            header nav .container #navbar > ul > li {
              display: block;
              padding: 20px 0 0; } }
          header nav .container #navbar > ul > li > a {
            transition: .35s all;
            color: #4d4d4d;
            font-size: 18px;
            font-weight: bold;
            display: block;
            padding: 5px 15px;
            border-bottom: 1px solid transparent; }
          @media (min-width: 992px) {
            header nav .container #navbar > ul > li:hover > a {
              color: #004f9e;
              text-decoration: none;
              border-bottom: 1px solid #004f9e; }
            header nav .container #navbar > ul > li:hover > ul {
              max-height: 500px;
              opacity: 1;
              pointer-events: auto; } }
  @media (min-width: 992px) and (min-width: 992px) {
    header nav .container #navbar > ul > li:hover > ul {
      max-height: 50px; } }

          header nav .container #navbar > ul > li.selected > a {
            color: #004f9e;
            text-decoration: none;
            border-bottom: 1px solid #004f9e; }
          header nav .container #navbar > ul > li.selected > ul {
            max-height: 500px;
            opacity: 1;
            pointer-events: auto; }
            @media (min-width: 992px) {
              header nav .container #navbar > ul > li.selected > ul {
                max-height: 50px; } }
          header nav .container #navbar > ul > li > ul {
            position: absolute;
            top: 75px;
            left: 0;
            pointer-events: none;
            overflow: hidden;
            transition: .3s all;
            width: 100%;
            max-height: 0;
            opacity: 0;
            background: #f5f5f5;
            display: flex;
            justify-content: center; }
            @media (max-width: 991px) {
              header nav .container #navbar > ul > li > ul {
                display: block;
                position: static;
                border-bottom: 1px solid #ececec; } }
            header nav .container #navbar > ul > li > ul > li {
              display: inline-block;
              padding: 11px 20px; }
              @media (max-width: 1199px) {
                header nav .container #navbar > ul > li > ul > li {
                  padding: 11px 12px; } }
              @media (max-width: 991px) {
                header nav .container #navbar > ul > li > ul > li {
                  display: block;
                  padding: 11px 30px; } }
              header nav .container #navbar > ul > li > ul > li > a {
                color: #4d4d4d;
                font-size: 18px;
                font-weight: 500;
                display: block;
                padding: 0;
                text-decoration: none;
                border-bottom: 1px solid transparent; }
              header nav .container #navbar > ul > li > ul > li:hover > a {
                color: #004f9e;
                text-decoration: none;
                border-bottom: 1px solid #004f9e; }
      header nav .container #languages {
        display: flex;
        width: 100px;
        height: 75px;
        padding: 22px 0;
        justify-content: space-between; }
        header nav .container #languages img {
          cursor: pointer;
          width: 25px;
          opacity: 0.5; }
          header nav .container #languages img.selected {
            opacity: 1; }
      header nav .container #menu-languages {
        display: flex;
        width: 130px;
        height: 30px;
        padding: 0 15px;
        margin-top: 15px;
        justify-content: space-between; }
        header nav .container #menu-languages img {
          cursor: pointer;
          width: 25px;
          opacity: 0.5; }
          header nav .container #menu-languages img.selected {
            opacity: 1; }
      header nav .container #menu-button {
        cursor: pointer;
        margin-top: 15px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        padding: 7px;
        background-color: #004F9E; }
        header nav .container #menu-button span {
          transition: .35s all;
          display: block;
          width: 100%;
          height: 2px;
          margin-top: 5px;
          background-color: #FFFFFF; }
        header nav .container #menu-button.active span:nth-child(1) {
          transform: rotate(45deg) translate(5px, 5px); }
        header nav .container #menu-button.active span:nth-child(2) {
          opacity: 0;
          transform: rotateY(90deg) translateX(-10px); }
        header nav .container #menu-button.active span:nth-child(3) {
          transform: rotate(-45deg) translate(5px, -5px); }

footer {
  display: flex;
  align-items: center;
  height: 150px;
  background-color: #E6E6E6; }
  @media (max-width: 767px) {
    footer {
      height: auto; } }
  footer a, footer span {
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 500;
    line-height: 16px;
    font-size: 16px; }
    @media (max-width: 575px) {
      footer a, footer span {
        line-height: 24px; } }
    footer a:hover, footer span:hover {
      text-decoration: underline; }
  footer .footer-links a, footer .footer-links span:not(.copyright) {
    border-right: 1px solid #4D4D4D;
    padding-right: 5px;
    margin-right: 5px; }
  footer .footer-content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      footer .footer-content {
        display: block; } }
    footer .footer-content .footer-links {
      display: flex;
      align-items: center; }
      footer .footer-content .footer-links span {
        cursor: pointer; }
      @media (max-width: 767px) {
        footer .footer-content .footer-links {
          padding-top: 20px;
          justify-content: center;
          flex-wrap: wrap; } }
    @media (max-width: 767px) {
      footer .footer-content .pdfqr {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0; } }
    footer .footer-content .pdfqr .isologo-qr {
      width: 70px; }
    footer .footer-content .pdfqr .isologo {
      width: 100px; }

/******************
* Home 
*******************/
/***************************
* Pages
***************************/
/***************************
* Objects
****************************/
.content-blok-parallax-section {
  padding: 0; }
  .content-blok-parallax-section .content-blok-parallax .parallax {
    min-height: 40vw;
    background: transparent; }
    @media (max-width: 767px) {
      .content-blok-parallax-section .content-blok-parallax .parallax {
        min-height: 45vw; } }
  .content-blok-parallax-section .content-blok-text {
    background-color: #fff;
    padding: 80px 0; }
    @media (max-width: 767px) {
      .content-blok-parallax-section .content-blok-text {
        padding: 50px 0; } }
    .content-blok-parallax-section .content-blok-text li {
      list-style-position: inside; }
      .content-blok-parallax-section .content-blok-text li p {
        display: inline;
        margin: 0; }
    .content-blok-parallax-section .content-blok-text .button-container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding: 20px; }
      .content-blok-parallax-section .content-blok-text .button-container span, .content-blok-parallax-section .content-blok-text .button-container a {
        cursor: pointer;
        margin: 0 5px;
        border: 1px solid #004F9E;
        color: #004F9E;
        background-color: transparent;
        margin-top: 20px;
        padding: 14px 16px;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        line-height: 16px;
        transition: 0.3s ease; }
        .content-blok-parallax-section .content-blok-text .button-container span:hover, .content-blok-parallax-section .content-blok-text .button-container a:hover {
          background: #004F9E;
          color: #fff; }

.content-blok-history-section img {
  width: 100%; }

.image-header-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 40vw; }
  @media (max-width: 767px) {
    .image-header-section {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    .image-header-section {
      min-height: 45vw; } }

.personeels-section .small-padding {
  padding: 2px; }
  @media (max-width: 767px) {
    .personeels-section .small-padding {
      padding: 15px; } }
.personeels-section .person {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .personeels-section .person {
      height: 400px; } }
  .personeels-section .person .person-image {
    width: 100%; }
  .personeels-section .person .person-details {
    position: absolute;
    padding: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .35s all;
    transform: translateY(-100%);
    background-color: rgba(0, 79, 158, 0.85); }
    .personeels-section .person .person-details h4 {
      font-size: 21px;
      line-height: 36px;
      font-weight: 500;
      color: #FFFFFF; }
    .personeels-section .person .person-details h5 {
      font-size: 15px;
      line-height: 24px;
      font-style: italic;
      font-weight: 800;
      color: #FFFFFF; }
    .personeels-section .person .person-details a {
      display: block;
      color: #FFFFFF; }
      .personeels-section .person .person-details a.button-transparent:hover {
        color: #004F9E; }
      .personeels-section .person .person-details a span {
        padding-right: 10px; }
  .personeels-section .person:hover .person-details, .personeels-section .person.active .person-details {
    transform: translateY(0); }

.vlootlijst-section .small-padding {
  padding: 2px; }
  @media (max-width: 767px) {
    .vlootlijst-section .small-padding {
      padding: 15px; } }
.vlootlijst-section h2 {
  color: #4D4D4D;
  margin: 50px 0; }
.vlootlijst-section .categories {
  text-align: center; }
.vlootlijst-section .ship {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 767px) {
    .vlootlijst-section .ship {
      height: 300px; } }
  @media (max-width: 575px) {
    .vlootlijst-section .ship {
      height: 250px; } }
  .vlootlijst-section .ship .ship-specs {
    position: absolute;
    padding: 5px 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: .35s all;
    transform: translateY(80%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-content: space-between;
    flex-wrap: wrap; }
    .vlootlijst-section .ship .ship-specs > div {
      flex: 1 0 100%; }
    .vlootlijst-section .ship .ship-specs p, .vlootlijst-section .ship .ship-specs i {
      color: #fff;
      margin: 0;
      text-align: center; }
    .vlootlijst-section .ship .ship-specs .see-more p {
      font-size: 40px; }
  .vlootlijst-section .ship:hover .ship-specs, .vlootlijst-section .ship.active .ship-specs {
    transform: translateY(0); }

.information-team-section h1 {
  color: #4D4D4D;
  margin-bottom: 50px; }

.person-detail-section h1 {
  color: #4D4D4D;
  margin-bottom: 50px; }
.person-detail-section p {
  margin-top: 0; }
.person-detail-section .person {
  border-radius: 5px;
  overflow: hidden; }
  .person-detail-section .person .person-image {
    width: 100%; }
  .person-detail-section .person .person-details {
    overflow: hidden;
    padding: 20px;
    background-color: #004f9e; }
    .person-detail-section .person .person-details h4 {
      font-size: 21px;
      line-height: 36px;
      font-weight: 500;
      color: #FFFFFF; }
    .person-detail-section .person .person-details h5 {
      font-size: 15px;
      line-height: 24px;
      font-style: italic;
      font-weight: 800;
      color: #FFFFFF; }
    .person-detail-section .person .person-details a {
      display: block;
      color: #FFFFFF; }
      .person-detail-section .person .person-details a span {
        padding-right: 10px; }

.contact-section h1, .contact-section .like-h1 {
  text-align: left;
  color: #4D4D4D;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .contact-section h1, .contact-section .like-h1 {
      margin-top: 50px; } }
.contact-section h4 {
  margin-top: 30px;
  font-weight: bold; }
.contact-section p, .contact-section a {
  font-size: 15px; }
.contact-section a {
  color: #4D4D4D;
  text-decoration: none; }
  .contact-section a:hover span {
    text-orientation: underline; }
.contact-section .phone, .contact-section .mail {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 22px;
  padding-left: 30px; }
.contact-section .phone {
  background-image: url("grfx/phone.svg"); }
.contact-section .mail {
  background-image: url("grfx/email.svg"); }

.contact-maps-section {
  padding: 0;
  height: 600px; }
  @media (max-width: 991px) {
    .contact-maps-section {
      height: 450px; } }
  @media (max-width: 767px) {
    .contact-maps-section {
      height: 400px; } }
  @media (max-width: 575px) {
    .contact-maps-section {
      height: 56vw; } }

.schip-detail-section .overview .image-wrap {
  padding-right: 0; }
  @media (max-width: 991px) {
    .schip-detail-section .overview .image-wrap {
      padding-right: 15px; } }
  .schip-detail-section .overview .image-wrap img {
    width: 100%; }
.schip-detail-section .overview .details-wrap {
  padding: 0; }
  @media (max-width: 991px) {
    .schip-detail-section .overview .details-wrap {
      padding: 0 15px; } }
  .schip-detail-section .overview .details-wrap .bs-color {
    background-color: #333333;
    height: 100%;
    padding: 100px 20px; }
    @media (max-width: 991px) {
      .schip-detail-section .overview .details-wrap .bs-color {
        padding: 25px 20px; } }
    .schip-detail-section .overview .details-wrap .bs-color h5, .schip-detail-section .overview .details-wrap .bs-color p {
      font-weight: bold;
      color: #ffffff; }
    .schip-detail-section .overview .details-wrap .bs-color span {
      display: inline-block;
      font-weight: 300;
      width: 100px; }
.schip-detail-section .details {
  padding: 50px 0;
  background-color: #ffffff; }
  .schip-detail-section .details h1 {
    text-align: left;
    margin: 0; }
  .schip-detail-section .details p {
    font-weight: bold; }
    .schip-detail-section .details p span {
      display: inline-block;
      font-weight: 300;
      width: 150px; }

/*# sourceMappingURL=style.css.map */
