.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 47.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube:hover {
  background-color: transparent;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
div[itemprop="video"] h2,
div[itemprop="video"] p {
  display: none;
}
.swiper-slide.video {
  overflow: hidden;
  margin: 0;
}
.swiper-slide.video video.video {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-slide.video video.video.iphone {
  width: auto;
}
.swiper-slide.video video.video.ios-video {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .swiper-slide.video video.video.ios-video {
    width: auto;
    height: 100%;
  }
}
.swiper-slide.video .swiper-content-video-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.swiper-slide.video .container {
  z-index: 4;
}
.swiper-slide.video button {
  width: 145px;
  height: 145px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 45px;
  line-height: 0;
  padding: 0;
  margin: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  z-index: 5;
}
.swiper-slide.video button:focus {
  outline: unset;
}
.swiper-slide.video button.klein_links {
  width: 45px;
  height: 45px;
  transform: none;
  font-size: 20px;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
.swiper-slide.video button.klein_links.mute {
  left: 45px;
}
.swiper-slide.video button.active {
  opacity: 0.5;
}
.swiper-slide.video button.active:hover {
  opacity: 1;
}
.swiper-slide.video button.mute {
  width: 45px;
  height: 45px;
  transform: none;
  font-size: 25px;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
div[data-template-name]:not([data-template-name='flex'], [data-template-name='enigma']) form .form-group[data-template="15"] div[id*="dynamicformmodel"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div[data-template-name]:not([data-template-name='flex'], [data-template-name='enigma']) form .form-group[data-template="15"] div[id*="dynamicformmodel"] .checkbox-inline {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: fit-content;
  margin: 0 8px 8px 0;
  overflow-wrap: anywhere;
}
@media (max-width: 640px) {
  div[data-template-name]:not([data-template-name='flex'], [data-template-name='enigma']) form .form-group[data-template="15"] div[id*="dynamicformmodel"] .checkbox-inline {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 480px) {
  div[data-template-name]:not([data-template-name='flex'], [data-template-name='enigma']) form .form-group[data-template="15"] div[id*="dynamicformmodel"] .checkbox-inline {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    display: block;
  }
}
form {
  /* file upload button */
}
form .form-group {
  position: relative;
}
form .form-group .email-suggestion {
  background-color: #17a2b8;
  color: #fff;
  padding: 4px 8px;
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form .form-group .email-suggestion:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #17a3b8 transparent;
}
form .form-group[data-template="25"]:after,
form .form-group[data-template="26"]:after {
  content: "";
  display: block;
  clear: both;
}
form .daterangepicker td.disabled,
form .daterangepicker option.disabled {
  opacity: 0.3;
}
form .daterangepicker .calendar-table th,
form .daterangepicker .calendar-table td {
  font-size: 13px;
  width: 34px;
  min-width: 34px;
}
form .checkbox input[type=checkbox],
form .checkbox-inline input[type=checkbox],
form .radio input[type=radio],
form .radio-inline input[type=radio] {
  position: relative;
  margin: 0;
}
form .checkbox label,
form .radio label,
form .checkbox-inline,
form .radio-inline {
  padding-left: 0;
}
form input[type="file"] {
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
}
form input[type="file"]::file-selector-button {
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  margin-right: 16px;
  -webkit-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -ms-transition: background-color 200ms;
  -o-transition: background-color 200ms;
}
form .sweet-fullname-input,
form .sweet-address-input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form .control-label[for*="my_website"] {
  display: none;
}
[data-template-name="elenor"] form .sweet-address-input [class*="col-md-"] {
  padding: 0 15px;
}
@media (max-width: 991px) {
  form .sweet-address-input [class*="col-md-"] {
    width: 33.3%;
  }
}
@media (max-width: 576px) {
  form .sweet-address-input [class*="col-md-"] {
    width: 100%;
    margin-bottom: 15px;
  }
}
[data-template-name="elenor"] form .sweet-fullname-input [class*="col-sm-"] {
  padding: 0 15px;
}
@media (max-width: 991px) {
  form .sweet-fullname-input [class*="col-sm-"] {
    width: 33.3%;
  }
}
@media (max-width: 576px) {
  form .sweet-fullname-input [class*="col-sm-"] {
    width: 100%;
    margin-bottom: 15px;
  }
}
form .form-group.required.has-error label.control-label,
form .form-group.has-error label.control-label {
  color: #e42c3e;
}
form .form-group.required.has-error .help-block.help-block-error,
form .form-group.has-error .help-block.help-block-error {
  color: #e42c3e;
}
form .form-group.required.has-error .form-control,
form .form-group.has-error .form-control {
  border-color: #e42c3e;
}
form .form-group.required.has-error .form-control::placeholder,
form .form-group.has-error .form-control::placeholder {
  color: #e42c3e;
}
form .form-group.has-success .form-control:after {
  content: "Gelukt";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
}
form .form-control {
  position: relative;
  resize: vertical;
}
form .form-control[name*="my_website"] {
  display: none;
}
form .form-control.required,
form .form-control.has-error,
form .form-control.has-success,
form .form-control:focus,
form .form-control:focus-within,
form .form-control:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .form-control.required,
form .form-control.has-error {
  border-color: #e42c3e;
}
form .form-control.required label.control-label,
form .form-control.has-error label.control-label {
  color: #e42c3e;
}
form .form-control.has-success {
  border-color: #4BB543;
}
form .form-control.has-success label.control-label {
  color: #4BB543;
}
form .form-control:focus,
form .form-control:focus-within {
  border-color: #B5B5B5;
}
form .checkbox + .checkbox {
  margin-top: 0;
}
form .radio + .radio {
  margin-top: 0;
}
form.form-inline .form-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  form.form-inline .form-control,
  form.form-inline .input-group {
    width: 100%;
  }
}
form.form-inline .form-group {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0 7.5px;
}
body[data-template-name="centum"] .widgets form.form-inline .form-group {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  form.form-inline .form-group {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group.static {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group.static h1,
form.form-inline .form-group.static h2,
form.form-inline .form-group.static h3,
form.form-inline .form-group.static h4,
form.form-inline .form-group.static h5,
form.form-inline .form-group.static h6 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
form.form-inline .form-group.static h1 + *,
form.form-inline .form-group.static h2 + *,
form.form-inline .form-group.static h3 + *,
form.form-inline .form-group.static h4 + *,
form.form-inline .form-group.static h5 + *,
form.form-inline .form-group.static h6 + * {
  margin-top: 15px;
}
form.form-inline .form-group[data-template="1"] {
  /* Name */
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="1"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .widget form.form-inline .form-group[data-template="1"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group[data-template="4"] {
  /* Name */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="5"] button[type="submit"] {
  width: 100%;
  margin: 0 !important;
}
body[data-template-name="twillisky"] form.form-inline .form-group[data-template="5"] button[type="submit"] {
  padding: 6px 12px;
  line-height: normal;
}
form.form-inline .form-group[data-template="12"] {
  /* Radio buttons vertical */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="13"] {
  /* radio buttons horizontal */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="12"],
form.form-inline .form-group[data-template="14"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
form.form-inline .form-group[data-template="12"] > div[id*="checkbox"],
form.form-inline .form-group[data-template="14"] > div[id*="checkbox"] {
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form.form-inline .form-group[data-template="12"] .checkbox,
form.form-inline .form-group[data-template="14"] .checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="12"] .checkbox,
  form.form-inline .form-group[data-template="14"] .checkbox,
  form.form-inline .form-group[data-template="12"] .radio,
  form.form-inline .form-group[data-template="14"] .radio {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
form.form-inline .form-group[data-template="12"] label:not(.sr-only),
form.form-inline .form-group[data-template="14"] label:not(.sr-only) {
  padding-left: 30px;
  position: relative;
  margin-right: 15px;
}
body[data-template-name="centum"] form.form-inline .form-group[data-template="12"] label:not(.sr-only),
body[data-template-name="centum"] form.form-inline .form-group[data-template="14"] label:not(.sr-only) {
  line-height: normal;
}
form.form-inline .form-group[data-template="12"] input[type="checkbox"],
form.form-inline .form-group[data-template="14"] input[type="checkbox"],
form.form-inline .form-group[data-template="12"] input[type="radio"],
form.form-inline .form-group[data-template="14"] input[type="radio"] {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: auto;
  height: auto;
}
body[data-template-name="flex"] form.form-inline .form-group[data-template="12"] input[type="checkbox"],
body[data-template-name="flex"] form.form-inline .form-group[data-template="14"] input[type="checkbox"],
body[data-template-name="flex"] form.form-inline .form-group[data-template="12"] input[type="radio"],
body[data-template-name="flex"] form.form-inline .form-group[data-template="14"] input[type="radio"] {
  width: 10px;
  height: 1px;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="12"] input[type="checkbox"],
  form.form-inline .form-group[data-template="14"] input[type="checkbox"],
  form.form-inline .form-group[data-template="12"] input[type="radio"],
  form.form-inline .form-group[data-template="14"] input[type="radio"] {
    margin-left: 0;
  }
}
form.form-inline .form-group[data-template="14"] {
  /* radio buttons vertical */
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="14"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .widget form.form-inline .form-group[data-template="14"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group[data-template="15"] {
  /* checkbox horizontal */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="16"] {
  /* normal select */
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="16"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .widget form.form-inline .form-group[data-template="16"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group[data-template="17"] {
  /* datepicker */
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="17"] {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  form.form-inline .form-group[data-template="17"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 992px) {
  .widget form.form-inline .form-group[data-template="17"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group[data-template="18"] {
  /* country picker */
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="18"] {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .widget form.form-inline .form-group[data-template="18"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
form.form-inline .form-group[data-template="25"] {
  /* Full name input */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  body[data-template-name="broad"] form.form-inline .form-group[data-template="25"] {
    margin-bottom: 0;
  }
}
body[data-template-name="twillisky"] .widgets form.form-inline .form-group[data-template="25"] {
  margin-bottom: 0;
}
body[data-template-name="broad"] .widgets form.form-inline .form-group[data-template="25"] {
  margin-bottom: 0;
}
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="25"] {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="25"] .sweet-fullname-input {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-5,
form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-2 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 0;
}
body[data-template-name="twillisky"] .widgets form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-5,
body[data-template-name="twillisky"] .widgets form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-2,
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-5,
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-2 {
  width: 100%;
  margin-bottom: 15px;
}
.widget form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-5,
.widget form.form-inline .form-group[data-template="25"] .sweet-fullname-input .col-sm-2 {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  form.form-inline .form-group[data-template="25"] .sweet-fullname-input input {
    margin-bottom: 15px;
  }
}
form.form-inline .form-group[data-template="26"] {
  /* Full address input */
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
form.form-inline .form-group[data-template="26"] .sweet-address-input {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-8,
form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-2 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
body[data-template-name="twillisky"] .widgets form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-8,
body[data-template-name="twillisky"] .widgets form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-2,
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-8,
body[data-template-name="centum"] .widgets form.form-inline .form-group[data-template="26"] .sweet-address-input .col-md-2 {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  form.form-horizontal .sweet-address-input .col-sm-offset-3 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .has-widgets form.form-horizontal .sweet-address-input .col-md-8,
  .has-widgets form.form-horizontal .sweet-address-input .col-md-2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .has-widgets form.form-horizontal .sweet-fullname-input .col-sm-5,
  .has-widgets form.form-horizontal .sweet-fullname-input .col-sm-2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.datepicker.dropdown-menu {
  max-width: fit-content;
  width: auto;
}
.locations header {
  position: relative !important;
  width: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
}
.locations .map {
  height: 300px;
  background-color: #ccc;
  margin-bottom: 15px;
}
.locations .map-container {
  margin-bottom: 30px;
}
.locations .region-list {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 30px;
}
.locations .region-list li {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 3px;
}
.locations .regions h2 {
  background-color: #fcfcfc;
  padding: 5px 15px 5px 17px;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.locations .location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations .location:before,
.locations .location:after {
  display: none;
}
.locations .location .location-container {
  margin-bottom: 30px;
}
.locations .location .location-container > div {
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.locations .location .location-container:last-child {
  margin-bottom: 30px;
}
.locations .location .location-container figure {
  width: 100%;
  padding-bottom: calc(270 / 360 * 100%);
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  height: 0;
}
.locations .location .location-container figure img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.locations .location .content {
  width: 100%;
  padding: 20px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.locations .location .content h3 {
  margin-top: 0;
}
.locations .location .content h3 > a {
  color: inherit;
}
.locations .location .content h3 > a:hover {
  text-decoration: none;
}
.opening-hours .locations .location .content h3 {
  display: none;
}
.locations .location .content p {
  margin-bottom: 15px;
}
.locations .location ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.locations .location ul.social-icons {
  margin-bottom: 15px;
}
.locations .location ul.contact-details {
  margin-bottom: 15px;
}
.locations .location ul.contact-details.contact li span {
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.locations .location ul.contact-details.contact li span i {
  width: 20px;
}
.locations .location ul.contact-details li {
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-left: 0;
}
.locations .location ul.contact-details li:before {
  display: none !important;
}
.locations .location ul.contact-details .opening-hours li {
  margin: 0;
}
[data-template-name="lancer"] .locations .location ul.social-icons,
[data-template-name="lancer"] .locations .location ul.contact-details {
  margin-bottom: 35px;
}
.locations .location .opening-hours {
  width: 100%;
  margin-bottom: 15px;
}
[data-template-name="lancer"] .locations .location .opening-hours {
  margin-bottom: 35px;
}
.locations .location .contact {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations .location .contact-details ul.contact-details {
  padding-left: 0 !important;
}
.locations .location .social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0 !important;
}
.locations.view .contact-details {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations.view .contact-details li {
  line-height: 2;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.locations.view .contact-details span {
  display: inline-block;
  margin-right: 5px;
}
.locations.view .social-icons {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations.view .social-icons li {
  margin: 0 5px 5px 0;
}
.locations.view .opening-hours ul li .day {
  padding-left: 0;
}
.locations.view .opening-hours ul li .time,
.locations.view .opening-hours ul li .day {
  line-height: 2;
}
.locations.view .opening-hours ul li .time {
  padding-right: 0;
}
.locations.view .region-list {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
.locations.view .region-list.split-up {
  column-count: 2;
}
@media (max-width: 767px) {
  .locations.view .region-list.split-up {
    column-count: 1;
  }
}
.locations.view .region-list li {
  line-height: 2;
}
.locations.view .back-link + .other-locations {
  margin-top: 30px;
}
.locations.view img {
  max-width: 100%;
}
.locations.view .content {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .locations.view .content {
    max-width: 66.66667%;
  }
}
.locations.view .content section {
  margin-bottom: 30px;
}
.locations.view .aside {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .locations.view .aside {
    max-width: 33.3333%;
  }
}
.locations.view .aside img {
  margin-top: 0;
  margin-bottom: 20px;
}
.locations.view .aside .opening-hours {
  margin-bottom: 0;
}
.locations.view .aside .opening-hours ul {
  margin-bottom: 0;
}
.location-container .content {
  height: 100%;
}
.location-container .content > .row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.location-container .content > .row .content-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.location-container .content > .row .content-container > .contact-details {
  width: 100%;
}
.location-container .content > .row .content-container nav {
  margin-top: auto;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.location-container .content > .row .content-container nav a {
  margin: 0 10px 10px 0;
}
.map-container .content {
  padding: 15px;
}
.map-container .infowindow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 250px;
  width: 100%;
}
.map-container .infowindow figure {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding-bottom: calc(2 / 3 * 100%);
  height: 0;
  overflow: hidden;
  position: relative;
}
.map-container .infowindow figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 481px) {
  .map-container .infowindow figure img {
    margin-bottom: 0;
  }
}
.map-container .infowindow .content {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}
.map-container .infowindow .content .button {
  margin-bottom: 0;
}
.map-container .infowindow .content a {
  outline: 0;
  outline-offset: 0;
  border: none;
}
.map-container .infowindow img {
  max-width: 100%;
  width: 100%;
}
.gm-style [class*="gm-style-iw-"] {
  padding: 0;
}
.share-buttons .whatsapp {
  background-color: #4dc247;
  color: #fff;
  border: 1px solid #4dc247;
}
[data-template-name="tijdvooreensite"] .locations,
[data-template-name="broad"] .locations {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="broad"] .locations.view {
  padding-top: 40px;
  padding-bottom: 40px;
}
[data-template-name="broad"] .locations .map-container {
  margin-bottom: 0;
}
.showcase {
  background-color: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
  margin: 30px auto;
  width: 100%;
  max-width: 1170px;
  overflow: hidden;
}
.showcase figure {
  margin: 0;
}
.showcase figure img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.showcase .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.showcase .row .item {
  -webkit-align-items: center;
  -ms-align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 15px 0;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
}
.showcase .row .item .logo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
}
.showcase.grid .row .item,
.showcase.grids .row .item {
  -webkit-flex: 1 1 16.6%;
  -ms-flex: 1 1 16.6%;
  flex: 1 1 16.6%;
  max-width: 16.6%;
}
@media (max-width: 991px) {
  .showcase.grid .row .item,
  .showcase.grids .row .item {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  .showcase.grid .row .item,
  .showcase.grids .row .item {
    -webkit-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 480px) {
  .showcase.grid .row .item,
  .showcase.grids .row .item {
    -webkit-flex: 1 1 49.9%;
    -ms-flex: 1 1 49.9%;
    flex: 1 1 49.9%;
    max-width: 50%;
  }
}
.showcase.slider .swiper-container {
  width: 100%;
  max-width: 100%;
}
.showcase.slider .row .swiper-slide {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.showcase.slider .row .swiper-slide .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.showcase.slider .swiper-pagination {
  display: block;
  bottom: 0;
  top: auto;
  background: rgba(0, 0, 0, 0.15);
  height: 4px;
}
.showcase.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
@media (min-width: 768px) {
  .showcase.dentist figure img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
  }
}
.showcase.dentist figure img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.showcase.dentist .row .item {
  -webkit-flex: 1 1 8.3333%;
  -ms-flex: 1 1 8.3333%;
  flex: 1 1 8.3333%;
  max-width: 8.3333%;
}
@media (max-width: 991px) {
  .showcase.dentist .row .item {
    -webkit-flex: 1 1 16.666%;
    -ms-flex: 1 1 16.666%;
    flex: 1 1 16.666%;
    max-width: 16.666%;
  }
}
@media (max-width: 767px) {
  .showcase.dentist .row .item {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 480px) {
  .showcase.dentist .row .item {
    -webkit-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    max-width: 33.3%;
  }
}
.showcase .swiper-button-prev,
.showcase .swiper-button-next {
  display: none;
}
/* MENU MODULE */
[data-template-name="twillisky"] .menu-module {
  width: 100%;
  padding: 0;
}
[data-template-name="centum"] .menu-module {
  padding: 0;
}
[data-template-name="elenor"] .menu-module {
  padding: 0 15px;
}
[data-template-name="elenor"] .menu-module.has-widgets,
[data-template-name="canvas"] .menu-module.has-widgets,
[data-template-name="twillisky"] .menu-module.has-widgets,
[data-template-name="tijdvooreensite"] .menu-module.has-widgets,
[data-template-name="broad"] .menu-module.has-widgets {
  width: 100%;
}
[data-template-name="broad"] .menu-module.has-widgets {
  padding: 0;
}
[data-template-name="centum"] .menu-module.has-widgets {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 479px) {
  [data-template-name="canvas"] .menu-module.has-widgets {
    width: 100% !important;
  }
}
.menu-module header {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  position: relative !important;
  padding: 0;
  z-index: 0;
}
.menu-module .module-header {
  width: 100%;
  margin-bottom: 30px;
}
.menu-module .module-header h2 {
  margin-bottom: 10px;
}
.menu-module .module-header h2:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.8);
  display: block;
  margin: 10px auto 0 auto;
  padding: 0;
}
.menu-module .module-header h2,
.menu-module .module-header p {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-module .module-header p {
  margin-bottom: 0;
}
.menu-module .category {
  margin-bottom: 60px;
}
.menu-module .category > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-module .category > .row > .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.menu-module .category > .row:before,
.menu-module .category > .row:after {
  display: none;
}
.menu-module .menus {
  margin-bottom: 30px;
}
.menu-module .menus > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.menu-module .menus .card-container {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
  background-color: #fff;
}
[data-template-name="lancer"] .menu-module .menus .card-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.menu-module .menus .card-container .price {
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
  line-height: normal;
  color: #777;
}
.menu-module .menus .card-container h3,
.menu-module .menus .card-container h4 {
  margin-top: 0 !important;
  margin: 0 0 10px 0;
}
.menu-module .menus .card-container h4 {
  margin-bottom: 3px;
}
.menu-module .menus .card-container .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 100%;
  position: relative;
  -webkit-flex: 1 1 125px;
  -ms-flex: 1 1 125px;
  flex: 1 1 125px;
  max-width: 125px;
  min-height: 125px;
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .image {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.menu-module .menus .card-container .image .price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 5px 12px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .image .price {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.menu-module .menus .card-container .image figure {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .image figure {
    padding-bottom: 0;
    height: auto;
  }
}
.menu-module .menus .card-container .image figure img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 481px) {
  .menu-module .menus .card-container .image figure img {
    display: none;
  }
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .image figure img {
    position: relative;
    height: auto;
    object-fit: contain;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .image {
    background-image: none !important;
    height: auto;
  }
}
.menu-module .menus .card-container .content {
  -webkit-flex: 1 1 calc(100% - 125px);
  -ms-flex: 1 1 calc(100% - 125px);
  flex: 1 1 calc(100% - 125px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .menu-module .menus .card-container .content {
    width: 100%;
    max-width: 100%;
  }
}
.menu-module .menus .card-container .content p {
  font-size: 14px;
  margin-bottom: 10px;
}
.menu-module .menus .card-container .content li {
  font-size: 14px;
}
.menu-module .menus .card-container .content .button {
  margin: 0;
}
.menu-module .menus .card-container .content .card {
  padding: 20px;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-module .menus .card-container .content .card section {
  margin-top: auto;
}
.menu-module .menus .card-container.no-image .content {
  margin-left: 0;
  max-width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.menu-module .allergy-list {
  padding: 0 !important;
  margin: 15px -5px 0 -5px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-module .allergy-list li {
  padding: 0 5px;
}
[data-template-name="twillisky"] .menu-module .menus .image figure {
  padding-bottom: calc(200 / 300 * 100%);
  height: 0;
}
@media (max-width: 480px) {
  [data-template-name="twillisky"] .menu-module .menus .image figure {
    padding-bottom: 0;
    height: auto;
  }
}
[data-template-name="twillisky"] .menu-module .menus .image figure img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="twillisky"] .content-right .menu-module .category > .row > .col-md-4 {
  width: 100%;
}
@media (min-width: 1000px) {
  [data-template-name="twillisky"] .content-right .menu-module .category > .row > .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  [data-template-name="centum"] .menu-module.has-widgets .menus {
    width: 100%;
  }
}
.languages.only-flags {
  padding: 0 15px !important;
}
[data-template-name="twillisky"] .languages.only-flags {
  width: auto;
}
@media (max-width: 991px) {
  [data-template-name="enigma"] .languages.only-flags {
    width: auto;
    border-right: 1px solid #fff;
  }
}
[data-template-name="canvas"] .languages.only-flags {
  padding: 0 !important;
  margin: 0 !important;
}
.languages.only-flags .dropdown-toggle {
  display: none;
}
.languages.only-flags .dropdown-menu {
  background-color: transparent;
  display: block;
  position: relative;
  max-width: fit-content;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
[data-template-name="canvas"] .languages.only-flags .dropdown-menu {
  padding: 0 !important;
}
.languages.only-flags .dropdown-menu li {
  width: auto;
  padding: 0 5px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
[data-template-name="enigma"] .languages.only-flags .dropdown-menu li {
  opacity: 0.5;
}
[data-template-name="tijdvooreensite"] .languages.only-flags .dropdown-menu li {
  margin-right: 0;
}
[data-template-name="enigma"] .languages.only-flags .dropdown-menu li.active,
[data-template-name="enigma"] .languages.only-flags .dropdown-menu li:hover {
  opacity: 1;
}
.languages.only-flags .dropdown-menu li.active > a,
.languages.only-flags .dropdown-menu li:hover > a {
  background-color: transparent;
}
.languages.only-flags .dropdown-menu li.active > a:active,
.languages.only-flags .dropdown-menu li:hover > a:active,
.languages.only-flags .dropdown-menu li.active > a:focus,
.languages.only-flags .dropdown-menu li:hover > a:focus,
.languages.only-flags .dropdown-menu li.active > a:visited,
.languages.only-flags .dropdown-menu li:hover > a:visited {
  background-color: transparent;
}
.languages.only-flags .dropdown-menu li.active > a img,
.languages.only-flags .dropdown-menu li:hover > a img {
  opacity: 1;
}
.languages.only-flags .dropdown-menu li > a:active,
.languages.only-flags .dropdown-menu li > a:focus,
.languages.only-flags .dropdown-menu li > a:visited {
  background-color: transparent;
}
[data-template-name="canvas"] .languages.only-flags .dropdown-menu li > a {
  width: 24px !important;
  height: 24px !important;
  border: none;
}
.languages.only-flags .dropdown-menu li > a img {
  display: block;
  opacity: 0.75;
}
.languages.only-flags .dropdown-menu li > a span {
  display: none;
}
.room {
  padding-top: 30px;
  padding-bottom: 30px;
}
.room h1,
.room h2,
.room h3,
.room h4,
.room h5,
.room h6 {
  margin-top: 0;
}
.room h1 {
  margin-bottom: 30px;
}
.room .attributes {
  background-color: transparent;
  padding: 0;
  min-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  [data-template-name="broad"] .room .attributes {
    margin-bottom: 0;
  }
}
.room .attributes .attribute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 8px 0 8px;
}
[data-template-name="broad"] .room .attributes .attribute {
  padding: 8px 15px;
}
[data-template-name="broad"] .room .attributes .attribute + nav {
  margin-top: 15px;
}
.room .attributes .attribute i {
  display: none;
}
.room .attributes .attribute:last-child,
.room .attributes .attribute:only-child {
  margin-bottom: 0;
}
[data-template-name="broad"] .room .attributes nav .button {
  margin-bottom: 0;
}
.room .attributes-icons {
  padding: 8px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="elenor"] .room .attributes-icons {
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.room .attributes-icons .attributes {
  padding-bottom: 0;
}
.room .attributes-icons .attributes .attribute {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 8px;
}
.room .attributes-icons .attributes .attribute i {
  display: none;
}
.room .attributes-icons .attributes .attribute:last-child,
.room .attributes-icons .attributes .attribute:only-child {
  margin-bottom: 0;
}
.room .attributes-icons .icons {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  padding: 5px 5px;
}
.room .attributes-icons .icons .attribute {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
}
.room .attributes-icons .icons .attribute strong {
  display: none;
}
.room .attributes-icons .icons .attribute i {
  display: block;
}
.room .attributes-icons .icons .attribute span {
  margin-left: 5px;
}
.room .attributes-icons .icons.icons {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.room .attributes-icons .icons.icons .attribute {
  position: relative;
  overflow: visible;
  padding: 8px;
}
.room .attributes-icons .icons.icons .attribute:hover span {
  visibility: visible;
}
.room .attributes-icons .icons.icons .attribute span {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: 0;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 4px;
  text-align: center;
  white-space: nowrap;
  width: 100px;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  display: inline-block;
}
.room .attributes-icons .scroll-to-reserve-form {
  margin: 10px 0 0 0;
  display: block;
  cursor: pointer;
}
.room .image-container .attributes .attribute {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.room .main-image {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .room .main-image {
    display: none;
  }
}
.reserve-form .input-group.date {
  width: 100%;
}
[data-template-name="tijdvooreensite"] .reserve-form .input-group.date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reserve-form .form-content {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reserve-form .form-content .form-group.field-arrival,
.reserve-form .form-content .form-group.field-departure {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
}
.rooms-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.rooms-inner .room {
  -webkit-flex: 1 1 calc(50% - 20px);
  -ms-flex: 1 1 calc(50% - 20px);
  flex: 1 1 calc(50% - 20px);
  margin: 0 10px 30px 0;
}
[data-template-name="broad"] .col-md-8 .rooms-inner .room {
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 1200px) {
  [data-template-name="broad"] .col-md-8 .rooms-inner .room {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .rooms-inner .room {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.rooms-inner .room a:not(.button) {
  text-decoration: unset;
}
.rooms-inner .room a:not(.button):hover {
  text-decoration: unset;
}
.rooms-inner .room a:not(.button) .image-container {
  min-height: 310px;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}
[data-template-name="broad"] .rooms-inner .room a:not(.button) .image-container {
  min-height: 1px;
}
[data-template-name="broad"] .rooms-inner .room a:not(.button) .image-container img {
  margin-top: 0;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
[data-template-name="broad"] .rooms-inner .room a:not(.button) .image-container .attributes-container {
  position: absolute;
  top: 0;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes {
  min-width: 1px;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  padding: 5px 5px;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes .attribute,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons .attribute {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes .attribute strong,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons .attribute strong {
  display: none;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes .attribute i,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons .attribute i {
  display: block;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes .attribute span,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons .attribute span {
  margin-left: 5px;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes.icons,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons.icons {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes.icons .attribute,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons.icons .attribute {
  position: relative;
  overflow: visible;
  padding: 8px;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes.icons .attribute:hover span,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons.icons .attribute:hover span {
  visibility: visible;
}
.rooms-inner .room a:not(.button) .image-container .attributes-container .attributes.icons .attribute span,
.rooms-inner .room a:not(.button) .image-container .attributes-container .icons.icons .attribute span {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: 0;
  background-color: #000;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 4px;
  text-align: center;
  white-space: nowrap;
  width: 86px;
  height: auto;
  font-size: 12px;
  word-break: break-all;
  display: inline-block;
}
.rooms-inner .room a:not(.button) h2 {
  margin: 10px 0 0px 0;
}
#room-slider {
  height: auto;
}
#room-slider .swiper-wrapper {
  height: 100%;
}
#room-slider .swiper-slide {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: auto;
}
#room-slider .swiper-slide img {
  object-fit: contain;
  width: auto;
  height: 500px;
}
@media (max-width: 991px) {
  #room-slider .swiper-slide img {
    height: 400px;
  }
}
#room-slider .swiper-button-next,
#room-slider .swiper-button-prev {
  background-image: none !important;
}
.slides {
  position: relative;
}
.slides #room-slider.single-slider {
  height: 500px;
}
@media (max-width: 991px) {
  .slides #room-slider.single-slider {
    height: 400px;
  }
}
.slides #room-slider + .form-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slides #room-slider + .form-layer form {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .slides #room-slider + .form-layer form {
    padding: 0 40px;
    -webkit-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
}
.slides #room-slider + .form-layer form label {
  color: #fff;
  display: none;
}
.slides #room-slider + .form-layer form .form-control {
  min-height: 54px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slides #room-slider + .form-layer form .input-group.date .form-control {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slides #room-slider + .form-layer form .form-group {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .slides #room-slider + .form-layer form .form-group {
    margin: 10px auto;
    -webkit-flex: 1 1 49.9%;
    -ms-flex: 1 1 49.9%;
    flex: 1 1 49.9%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .slides #room-slider + .form-layer form .form-group {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.slides #room-slider + .form-layer form .form-group.static {
  color: #fff;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
}
.slides #room-slider + .form-layer form .form-group.static h2,
.slides #room-slider + .form-layer form .form-group.static h3,
.slides #room-slider + .form-layer form .form-group.static h4,
.slides #room-slider + .form-layer form .form-group.static h5,
.slides #room-slider + .form-layer form .form-group.static h6 {
  color: #fff;
}
@media (max-width: 991px) {
  .slides #room-slider + .form-layer form .form-group[data-template="5"] {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 10px auto;
  }
}
.slides #room-slider + .form-layer form .form-group[data-template="5"] button[type="submit"] {
  margin: 0;
}
@media (max-width: 991px) {
  .slides #room-slider + .form-layer form .form-group[data-template="5"] button[type="submit"] {
    width: 100%;
  }
}
.slides #room-slider + .form-layer form .form-group .help-block {
  margin: 0;
}
.slides .form-layer form {
  padding: 20px;
  position: relative;
}
.slides .form-layer form:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker {
  z-index: 999 !important;
}
@media (min-width: 1200px) {
  .roomSearchWidget {
    max-width: calc(50% - 20px);
  }
}
.roomSearchWidget form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0;
}
[data-template-name="lancer"] .roomSearchWidget form {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.roomSearchWidget form .field-dynamicmodel-daterange {
  width: 100%;
}
.roomSearchWidget form .input-group.date {
  width: calc(100% - 15px);
}
.roomSearchWidget form button[type="submit"] {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .roomSearchWidget form button[type="submit"] {
    padding: 8px 30px;
  }
}
.roomSearchWidget form .form-group {
  margin: 0;
}
.roomSearchWidget form .help-block-error {
  display: none;
}
.roomSearchWidget form .form-control {
  padding: 22px 10px;
  margin-right: 15px;
}
[data-template-name="canvas"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-shadow: none;
  color: #fff;
  overflow: visible;
}
[data-template-name="canvas"] .location-container .redactor-social-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
[data-template-name="canvas"] .team .redactor-social-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="twillisky"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-shadow: none;
  overflow: visible;
}
[data-template-name="twillisky"] .contact-header .redactor-social-icon:before {
  display: none;
}
[data-template-name="twillisky"] .location-container .redactor-social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
[data-template-name="twillisky"] .team .redactor-social-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="centum"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-shadow: none;
  overflow: visible;
}
[data-template-name="centum"] .location-container .redactor-social-icon {
  width: 35px;
  height: 35px;
  line-height: 33px;
}
[data-template-name="tijdvooreensite"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  font-size: 24px;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  overflow: visible;
  width: 44px;
  height: 44px;
  line-height: 42px;
}
[data-template-name="tijdvooreensite"] .social-header .redactor-social-icon {
  margin: 0;
  padding: 0 10px;
  width: auto;
  height: auto;
  line-height: normal;
}
[data-template-name="tijdvooreensite"] .social-header .redactor-social-icon i {
  margin: 0;
}
[data-template-name="tijdvooreensite"] .location-container .redactor-social-icon {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="tijdvooreensite"] .team .redactor-social-icon {
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
[data-template-name="broad"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  font-size: 24px;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  overflow: visible;
  width: 44px;
  height: 44px;
  line-height: 42px;
}
[data-template-name="broad"] .redactor-social-icon i {
  padding: 0;
}
[data-template-name="broad"] .contact-header .redactor-social-icon {
  margin: 0;
  padding: 0 10px;
  width: 36px;
  height: auto;
  line-height: normal;
  font-size: 12px;
}
[data-template-name="broad"] .contact-header .redactor-social-icon i {
  margin: 0;
  font-size: 16px;
}
[data-template-name="broad"] .location-container .redactor-social-icon {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="broad"] .team .redactor-social-icon {
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
[data-template-name="elenor"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 3px 3px 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-shadow: none;
  overflow: visible;
}
.swiper-slide [data-template-name="elenor"] .redactor-social-icon {
  border-color: inherit;
}
[data-template-name="elenor"] .redactor-social-icon span {
  display: block;
}
[data-template-name="elenor"] .redactor-social-icon span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="facebook"] {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
[data-template-name="elenor"] .redactor-social-icon[class*="facebook"]:hover {
  background-color: #fff;
  color: #3b5998;
  border-color: #3b5998;
}
[data-template-name="elenor"] .redactor-social-icon[class*="facebook"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="twitter"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="twitter"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="twitter"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="youtube"] {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="youtube"]:hover {
  background-color: #fff;
  color: #ff0000;
  border-color: #ff0000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="youtube"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="instagram"] {
  background-color: #c32aa3;
  color: #fff;
  border: 1px solid #c32aa3;
}
[data-template-name="elenor"] .redactor-social-icon[class*="instagram"]:hover {
  background-color: #fff;
  color: #c32aa3;
  border-color: #c32aa3;
}
[data-template-name="elenor"] .redactor-social-icon[class*="instagram"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="pinterest"] {
  background-color: #cb2027;
  color: #fff;
  border: 1px solid #cb2027;
}
[data-template-name="elenor"] .redactor-social-icon[class*="pinterest"]:hover {
  background-color: #fff;
  color: #cb2027;
  border-color: #cb2027;
}
[data-template-name="elenor"] .redactor-social-icon[class*="pinterest"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="linkedin"] {
  background-color: #007bb6;
  color: #fff;
  border: 1px solid #007bb6;
}
[data-template-name="elenor"] .redactor-social-icon[class*="linkedin"]:hover {
  background-color: #fff;
  color: #007bb6;
  border-color: #007bb6;
}
[data-template-name="elenor"] .redactor-social-icon[class*="linkedin"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="vimeo"] {
  background-color: #45bbff;
  color: #fff;
  border: 1px solid #45bbff;
}
[data-template-name="elenor"] .redactor-social-icon[class*="vimeo"]:hover {
  background-color: #fff;
  color: #45bbff;
  border-color: #45bbff;
}
[data-template-name="elenor"] .redactor-social-icon[class*="vimeo"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="tumblr"] {
  background-color: #2c4762;
  color: #fff;
  border: 1px solid #2c4762;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tumblr"]:hover {
  background-color: #fff;
  color: #2c4762;
  border-color: #2c4762;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tumblr"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="snapchat"] {
  background-color: #fffc00;
  color: #fff;
  border: 1px solid #fffc00;
}
[data-template-name="elenor"] .redactor-social-icon[class*="snapchat"]:hover {
  background-color: #fff;
  color: #fffc00;
  border-color: #fffc00;
}
[data-template-name="elenor"] .redactor-social-icon[class*="snapchat"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="whatsapp"] {
  background-color: #25d366;
  color: #fff;
  border: 1px solid #25d366;
}
[data-template-name="elenor"] .redactor-social-icon[class*="whatsapp"]:hover {
  background-color: #fff;
  color: #25d366;
  border-color: #25d366;
}
[data-template-name="elenor"] .redactor-social-icon[class*="whatsapp"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="skype"] {
  background-color: #00aff0;
  color: #fff;
  border: 1px solid #00aff0;
}
[data-template-name="elenor"] .redactor-social-icon[class*="skype"]:hover {
  background-color: #fff;
  color: #00aff0;
  border-color: #00aff0;
}
[data-template-name="elenor"] .redactor-social-icon[class*="skype"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="soundcloud"] {
  background-color: #ff5500;
  color: #fff;
  border: 1px solid #ff5500;
}
[data-template-name="elenor"] .redactor-social-icon[class*="soundcloud"]:hover {
  background-color: #fff;
  color: #ff5500;
  border-color: #ff5500;
}
[data-template-name="elenor"] .redactor-social-icon[class*="soundcloud"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="spotify"] {
  background-color: #1ed760;
  color: #fff;
  border: 1px solid #1ed760;
}
[data-template-name="elenor"] .redactor-social-icon[class*="spotify"]:hover {
  background-color: #fff;
  color: #1ed760;
  border-color: #1ed760;
}
[data-template-name="elenor"] .redactor-social-icon[class*="spotify"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="dribbble"] {
  background-color: #ea4c89;
  color: #fff;
  border: 1px solid #ea4c89;
}
[data-template-name="elenor"] .redactor-social-icon[class*="dribbble"]:hover {
  background-color: #fff;
  color: #ea4c89;
  border-color: #ea4c89;
}
[data-template-name="elenor"] .redactor-social-icon[class*="dribbble"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="tripadvisor"] {
  background-color: #00af87;
  color: #fff;
  border: 1px solid #00af87;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tripadvisor"]:hover {
  background-color: #fff;
  color: #00af87;
  border-color: #00af87;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tripadvisor"] span.icon:before {
  content: "";
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
[data-template-name="elenor"] .redactor-social-icon[class*="tiktok"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: inline-block;
  font-size: inherit;
  border: none;
  color: #fff;
  margin: 0 3px 3px 0;
  text-align: center;
  text-decoration: none !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-shadow: none;
  overflow: visible;
  padding: 0;
}
.swiper-slide [data-template-name="flex"] .redactor-social-icon {
  border-color: inherit;
}
[data-template-name="flex"] .redactor-social-icon span {
  display: block;
}
[data-template-name="flex"] .redactor-social-icon span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon:hover {
  background: #fff;
}
[data-template-name="flex"] .redactor-social-icon[class*="facebook"] {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
[data-template-name="flex"] .redactor-social-icon[class*="facebook"]:hover {
  background-color: #fff;
  color: #3b5998;
  border-color: #3b5998;
}
[data-template-name="flex"] .redactor-social-icon[class*="facebook"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="twitter"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
[data-template-name="flex"] .redactor-social-icon[class*="twitter"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
[data-template-name="flex"] .redactor-social-icon[class*="twitter"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="youtube"] {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}
[data-template-name="flex"] .redactor-social-icon[class*="youtube"]:hover {
  background-color: #fff;
  color: #ff0000;
  border-color: #ff0000;
}
[data-template-name="flex"] .redactor-social-icon[class*="youtube"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="instagram"] {
  background-color: #c32aa3;
  color: #fff;
  border: 1px solid #c32aa3;
}
[data-template-name="flex"] .redactor-social-icon[class*="instagram"]:hover {
  background-color: #fff;
  color: #c32aa3;
  border-color: #c32aa3;
}
[data-template-name="flex"] .redactor-social-icon[class*="instagram"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="pinterest"] {
  background-color: #cb2027;
  color: #fff;
  border: 1px solid #cb2027;
}
[data-template-name="flex"] .redactor-social-icon[class*="pinterest"]:hover {
  background-color: #fff;
  color: #cb2027;
  border-color: #cb2027;
}
[data-template-name="flex"] .redactor-social-icon[class*="pinterest"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="linkedin"] {
  background-color: #007bb6;
  color: #fff;
  border: 1px solid #007bb6;
}
[data-template-name="flex"] .redactor-social-icon[class*="linkedin"]:hover {
  background-color: #fff;
  color: #007bb6;
  border-color: #007bb6;
}
[data-template-name="flex"] .redactor-social-icon[class*="linkedin"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="vimeo"] {
  background-color: #45bbff;
  color: #fff;
  border: 1px solid #45bbff;
}
[data-template-name="flex"] .redactor-social-icon[class*="vimeo"]:hover {
  background-color: #fff;
  color: #45bbff;
  border-color: #45bbff;
}
[data-template-name="flex"] .redactor-social-icon[class*="vimeo"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="tumblr"] {
  background-color: #2c4762;
  color: #fff;
  border: 1px solid #2c4762;
}
[data-template-name="flex"] .redactor-social-icon[class*="tumblr"]:hover {
  background-color: #fff;
  color: #2c4762;
  border-color: #2c4762;
}
[data-template-name="flex"] .redactor-social-icon[class*="tumblr"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="snapchat"] {
  background-color: #fffc00;
  color: #fff;
  border: 1px solid #fffc00;
}
[data-template-name="flex"] .redactor-social-icon[class*="snapchat"]:hover {
  background-color: #fff;
  color: #fffc00;
  border-color: #fffc00;
}
[data-template-name="flex"] .redactor-social-icon[class*="snapchat"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="whatsapp"] {
  background-color: #25d366;
  color: #fff;
  border: 1px solid #25d366;
}
[data-template-name="flex"] .redactor-social-icon[class*="whatsapp"]:hover {
  background-color: #fff;
  color: #25d366;
  border-color: #25d366;
}
[data-template-name="flex"] .redactor-social-icon[class*="whatsapp"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="skype"] {
  background-color: #00aff0;
  color: #fff;
  border: 1px solid #00aff0;
}
[data-template-name="flex"] .redactor-social-icon[class*="skype"]:hover {
  background-color: #fff;
  color: #00aff0;
  border-color: #00aff0;
}
[data-template-name="flex"] .redactor-social-icon[class*="skype"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="soundcloud"] {
  background-color: #ff5500;
  color: #fff;
  border: 1px solid #ff5500;
}
[data-template-name="flex"] .redactor-social-icon[class*="soundcloud"]:hover {
  background-color: #fff;
  color: #ff5500;
  border-color: #ff5500;
}
[data-template-name="flex"] .redactor-social-icon[class*="soundcloud"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="spotify"] {
  background-color: #1ed760;
  color: #fff;
  border: 1px solid #1ed760;
}
[data-template-name="flex"] .redactor-social-icon[class*="spotify"]:hover {
  background-color: #fff;
  color: #1ed760;
  border-color: #1ed760;
}
[data-template-name="flex"] .redactor-social-icon[class*="spotify"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="dribbble"] {
  background-color: #ea4c89;
  color: #fff;
  border: 1px solid #ea4c89;
}
[data-template-name="flex"] .redactor-social-icon[class*="dribbble"]:hover {
  background-color: #fff;
  color: #ea4c89;
  border-color: #ea4c89;
}
[data-template-name="flex"] .redactor-social-icon[class*="dribbble"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="tripadvisor"] {
  background-color: #00af87;
  color: #fff;
  border: 1px solid #00af87;
}
[data-template-name="flex"] .redactor-social-icon[class*="tripadvisor"]:hover {
  background-color: #fff;
  color: #00af87;
  border-color: #00af87;
}
[data-template-name="flex"] .redactor-social-icon[class*="tripadvisor"] span.icon:before {
  content: "";
}
[data-template-name="flex"] .redactor-social-icon[class*="tiktok"] {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
[data-template-name="flex"] .redactor-social-icon[class*="tiktok"]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
[data-template-name="flex"] .redactor-social-icon[class*="tiktok"] span.icon:before {
  content: "";
}
.floating-whatsapp-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999999;
}
.floating-whatsapp-button a {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #25d366;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.5s ease-in;
  -moz-transition: background-color 0.5s ease-in;
  -ms-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.floating-whatsapp-button a:hover,
.floating-whatsapp-button a:active,
.floating-whatsapp-button a:focus {
  background-color: #075E54;
  text-decoration: none !important;
}
.floating-whatsapp-button a i {
  color: #fff;
  vertical-align: middle;
}
.stars {
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-size: 16px;
  color: #c9c9c9;
  text-align: center;
}
.stars.left {
  margin: 0 0 20px 0px;
}
.stars.m-0 {
  margin: 0;
}
.stars .active {
  color: gold;
}
@supports not (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: fixed;
  }
}
.reference-widget {
  margin-bottom: 15px;
}
.reference-widget:last-child,
.reference-widget:only-child {
  margin-bottom: 0;
}
.reference-widget.klanten-vertellen .video-container {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
  overflow: visible;
}
.reference-widget.klanten-vertellen .video-container iframe {
  position: relative;
  width: auto !important;
  height: auto !important;
}
.order-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
[data-template-name="centum"] .has-widgets .order-form {
  font-size: 14px;
}
.order-form > div {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 15px;
}
.order-form .form-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.order-form .checkout-parent {
  max-width: 100%;
  width: 100%;
}
.order-form .checkout-parent .checkout-container {
  z-index: 1027;
}
@media (max-width: 991px) {
  .order-form .checkout-parent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 3px;
    -webkit-transform: translateY(calc(100% - 35px));
    -moz-transform: translateY(calc(100% - 35px));
    -ms-transform: translateY(calc(100% - 35px));
    -o-transform: translateY(calc(100% - 35px));
    -webkit-transition: transform 0.4s ease-in;
    -moz-transition: transform 0.4s ease-in;
    -ms-transition: transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    z-index: 1000000;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-parent.active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }
}
@media (max-width: 991px) {
  .order-form .checkout-parent.active .checkout-toggle span {
    display: none;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-parent.active .checkout-toggle i {
    display: block;
  }
}
[data-template-name="canvas"] .order-form .checkout-parent,
[data-template-name="centum"] .order-form .checkout-parent {
  color: initial;
}
@media (min-width: 992px) {
  [data-template-name="enigma"] .action .order-form .checkout-parent {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  [data-template-name="enigma"] .has-widgets .order-form .checkout-parent {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  [data-template-name="twillisky"] #cta-container .order-form .checkout-parent,
  [data-template-name="canvas"] #content .order-form .checkout-parent,
  [data-template-name="canvas"] .action .order-form .checkout-parent,
  [data-template-name="centum"] .infobox .order-form .checkout-parent,
  [data-template-name="enigma"] .page .order-form .checkout-parent,
  [data-template-name="broad"] .page .order-form .checkout-parent,
  [data-template-name="broad"] .cta .order-form .checkout-parent,
  [data-template-name="tijdvooreensite"] .page .order-form .checkout-parent,
  [data-template-name="tijdvooreensite"] .cta .order-form .checkout-parent,
  [data-template-name="elenor"] .page .order-form .checkout-parent,
  [data-template-name="elenor"] .call2action .order-form .checkout-parent,
  [data-template-name="flex"] .page .order-form .checkout-parent,
  [data-template-name="flex"] .action .order-form .checkout-parent,
  [data-template-name="lancer"] .page .order-form .checkout-parent,
  [data-template-name="twillisky"] #main-page-content .order-form .checkout-parent {
    max-width: 30%;
  }
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .page .col-md-8 .order-form .checkout-parent,
  [data-template-name="centum"] .has-widgets .order-form .checkout-parent {
    max-width: 35%;
  }
}
.order-form .form-control {
  font-size: 14px;
}
.order-form .form-group {
  /*[data-template-name="flex"] .page &,
    [data-template-name="flex"] .action &{
      @media (min-width:992px){
        .flex(1 1 50%);
        max-width:100%;
        padding:0 10px;
      }
    }

    &.static{
      [data-template-name="flex"] .page &,
      [data-template-name="flex"] .action &{
        @media (min-width:992px){
          .flex(1 1 100%);
        }
      }
    }*/
}
@media (max-width: 640px) {
  [data-template-name="canvas"] .action .order-form .form-group {
    padding: 0 15px;
  }
}
.order-form .product-select {
  width: 100%;
}
@media (min-width: 992px) {
  .order-form .product-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  [data-template-name="broad"] .order-form .product-select {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  [data-template-name="twillisky"] .order-form .product-select,
  [data-template-name="canvas"] .order-form .product-select,
  [data-template-name="canvas"] .bar .order-form .product-select {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  [data-template-name="elenor"] .order-form .product-select {
    width: 100%;
    margin: 0;
  }
}
.order-form .products {
  -webkit-flex: 1 1 calc(75% - 20px);
  -ms-flex: 1 1 calc(75% - 20px);
  flex: 1 1 calc(75% - 20px);
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  [data-template-name="elenor"] .order-form .products,
  [data-template-name="canvas"] .order-form .products,
  [data-template-name="canvas"] .bar .order-form .products {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  [data-template-name="canvas"] .bar .order-form .products {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  [data-template-name="enigma"] .bar .order-form .products {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .order-form .products {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 15px 0;
  }
}
.order-form .products .products-header {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: 600;
  font-size: 18px;
}
[data-template-name="twillisky"] .order-form .products .products-header {
  font-size: inherit;
}
@media (max-width: 786px) {
  .order-form .products .products-header {
    display: none;
  }
}
.order-form .products .products-header .image {
  -webkit-flex: 1 1 120px;
  -ms-flex: 1 1 120px;
  flex: 1 1 120px;
  max-width: 120px;
  margin-left: 0;
}
.order-form .products .products-header .title {
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  max-width: 300px;
  padding: 0 15px;
}
@media (min-width: 577px) {
  .order-form .products .products-header .title,
  .order-form .products .products-header div:first-child {
    padding-left: 0;
  }
}
.order-form .products .products-header .price {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
}
[data-template-name="centum"] .order-form .products .products-header .price {
  font-size: initial;
  font-weight: bold;
}
.order-form .products .products-header .quantity {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
}
.order-form .products .products-header .quantity select,
.order-form .products .products-header .quantity .form-control {
  font-weight: normal;
}
.order-form .products .products-header .subtotal {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
  text-align: right;
}
.order-form .products .product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 640px) {
  .order-form .products .product {
    gap: 15px;
  }
}
.order-form .products .product:last-child {
  border: unset;
}
.order-form .products .product .title {
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  max-width: 300px;
  padding: 0 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  .order-form .products .product .title {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .order-form .products .product .title {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.order-form .products .product .title img {
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  margin-left: 0;
  margin-right: 15px;
}
@media (max-width: 640px) {
  .order-form .products .product .title img {
    max-width: 90px;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
}
@media (max-width: 480px) {
  .order-form .products .product .title img {
    max-width: 70px;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
}
@media (min-width: 992px) {
  [data-template-name="centum"] .has-widgets .order-form .products .product .title img {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .page .col-md-8 .order-form .products .product .title img {
    max-width: 90px;
  }
}
.order-form .products .product .title span,
.order-form .products .product .title a {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
@media (max-width: 640px) {
  .order-form .products .product .title span,
  .order-form .products .product .title a {
    line-height: normal;
  }
}
[data-template-name="centum"] .order-form .products .product .title span {
  line-height: normal;
}
@media (max-width: 480px) {
  .order-form .products .product .title span {
    word-break: break-all;
  }
}
.order-form .products .product .title a span {
  display: block;
  padding-left: 0;
}
.order-form .products .product .title.no-image span {
  padding-left: 0;
}
.order-form .products .product .title a {
  text-decoration: unset;
  line-height: 150%;
  padding: 0;
}
.order-form .products .product .title a:hover {
  text-decoration: underline;
}
@media (min-width: 577px) {
  .order-form .products .product .title,
  .order-form .products .product > div:first-child {
    padding-left: 0;
  }
}
.order-form .products .product .price {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
  font-weight: normal;
}
@media (max-width: 786px) {
  .order-form .products .product .price {
    margin-right: 5px;
  }
}
@media (max-width: 640px) {
  .order-form .products .product .price {
    margin: 0;
  }
}
[data-template-name="centum"] .order-form .products .product .price {
  font-size: initial;
}
.order-form .products .product .quantity {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
  min-width: 55px;
}
@media (max-width: 640px) {
  .order-form .products .product .quantity {
    margin: 0;
  }
}
.order-form .products .product .quantity select,
.order-form .products .product .quantity .form-control {
  max-width: 100%;
  font-weight: normal;
  background: url(../images/arrow_down.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: 85%;
  background-size: 10px;
}
@media (max-width: 640px) {
  .order-form .products .product .quantity select,
  .order-form .products .product .quantity .form-control {
    padding: 0 !important;
    text-align: center;
  }
}
.order-form .products .product .subtotal {
  -webkit-flex: 1 1 90px;
  -ms-flex: 1 1 90px;
  flex: 1 1 90px;
  max-width: 90px;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 600px) {
  .order-form .products .product .subtotal {
    display: none;
  }
}
.order-form .checkout-container {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0;
}
[data-template-name="centum"] .order-form .checkout-container,
[data-template-name="twillisky"] .order-form .checkout-container {
  font-size: 14px;
}
@media (max-width: 991px) {
  .order-form .checkout-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 999;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
    top: auto !important;
    -webkit-transition: bottom 0.5s ease-in;
    -moz-transition: bottom 0.5s ease-in;
    -ms-transition: bottom 0.5s ease-in;
    -o-transition: bottom 0.5s ease-in;
  }
}
@media (max-width: 640px) {
  .order-form .checkout-container.hide-on-mobile {
    bottom: -100%;
  }
}
.order-form .checkout-container .checkout {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .order-form .checkout-container .checkout {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout {
    padding: 15px;
    -webkit-box-shadow: 1px 2px 5px rgba(182, 173, 158, 0.1);
    -moz-box-shadow: 1px 2px 5px rgba(182, 173, 158, 0.1);
    box-shadow: 1px 2px 5px rgba(182, 173, 158, 0.1);
    border-bottom: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding-top: 30px;
    -webkit-transition: bottom 0.4s ease-in;
    -moz-transition: bottom 0.4s ease-in;
    -ms-transition: bottom 0.4s ease-in;
    -o-transition: bottom 0.4s ease-in;
    margin: 0 -15px;
  }
}
@media (max-width: 480px) {
  .order-form .checkout-container .checkout {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout.active {
    bottom: 0;
  }
}
.order-form .checkout-container .checkout .costs {
  width: 100%;
}
@media (min-width: 992px) {
  .order-form .checkout-container .checkout .costs {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .costs {
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .costs {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.order-form .checkout-container .checkout .costs + .pay {
  margin-top: 20px;
}
.order-form .checkout-container .checkout .costs,
.order-form .checkout-container .checkout .providers,
.order-form .checkout-container .checkout .pay {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .order-form .checkout-container .checkout .costs,
  .order-form .checkout-container .checkout .providers,
  .order-form .checkout-container .checkout .pay {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .providers {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .order-form .checkout-container .checkout .providers {
    min-width: 225px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .providers {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.order-form .checkout-container .checkout .title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .pay {
    margin-left: auto;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .pay {
    margin: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .order-form .checkout-container .checkout .total {
    margin-left: auto;
  }
}
.order-form .checkout-container .checkout .subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
}
[data-template-name="centum"] .order-form .checkout-container .checkout .subtotal {
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  [data-template-name="twillisky"] .order-form .checkout-container .checkout .subtotal {
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .subtotal {
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .order-form .checkout-container .checkout .subtotal {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .subtotal {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .subtotal span {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .subtotal + .subtotal {
    padding-bottom: 0;
    border-bottom: none;
    margin-left: auto;
  }
}
.order-form .checkout-container .checkout .subtotal span {
  font-weight: normal;
  margin-left: auto;
}
[data-template-name="broad"] .order-form .checkout-container .checkout .subtotal span {
  line-height: 2;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout #shipping_cost,
  .order-form .checkout-container .checkout .total {
    padding: 0 10px;
  }
}
.order-form .checkout-container .checkout .payment-method-select {
  border-top: 1px solid #eee;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select {
    margin: 0 0 0 auto;
    border: none;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .order-form .checkout-container .checkout .payment-method-select {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .payment-method-select {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .order-form .checkout-container .checkout .payment-method-select {
    margin-left: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod:last-child,
.order-form .checkout-container .checkout .payment-method-select .paymentmethod:only-child {
  margin-bottom: 0;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod input {
  -webkit-flex: 1 1 30px;
  -ms-flex: 1 1 30px;
  flex: 1 1 30px;
  max-width: 20px;
  width: 20px;
  margin: 0 10px 0 0;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .paymentmethodtitle {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod .paymentmethodtitle {
    padding: 0 5px;
  }
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod figure {
  -webkit-flex: 1 1 35px;
  -ms-flex: 1 1 35px;
  flex: 1 1 35px;
  max-width: 35px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod figure {
    margin-bottom: 0;
  }
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod figure img {
  max-width: 100%;
  height: 32px;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod label,
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  color: inherit;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
  padding: 0 3px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
    padding: 0 5px;
  }
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
    padding: 0;
  }
}
[data-template-name="lancer"] .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
  padding: 0;
}
@media (max-width: 991px) {
  [data-template-name="broad"] .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select,
  [data-template-name="canvas"] .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select > label {
    display: none;
  }
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select select,
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .bank-select .form-control {
  font-weight: normal;
}
.order-form .checkout-container .checkout .payment-method-select .paymentmethod .issuer_container > select[name="payment_issuer"] {
  background: url(../images/arrow_down.png) no-repeat right #fff;
  -webkit-appearance: none;
  background-position-x: calc(100% - 15px);
  background-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .order-form .checkout-container .checkout .payment-method-select .paymentmethod .issuer_container > select[name="payment_issuer"] {
    padding: 0 10px;
    height: 32px;
  }
}
@media (max-width: 576px) {
  [data-template-name="enigma"] .order-form .checkout-container .checkout .payment-method-select .paymentmethod .issuer_container > select[name="payment_issuer"] {
    padding: 17px 40px 17px 15px;
    height: auto;
  }
}
.order-form .checkout-container .checkout button {
  display: block;
  width: 100%;
  float: unset;
  margin-bottom: 0;
  max-width: 100%;
}
@media (max-width: 576px) {
  .order-form .checkout-container .checkout button {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  [data-template-name="broad"] .order-form .checkout-container .checkout button,
  [data-template-name="canvas"] .order-form .checkout-container .checkout button {
    margin-top: 15px;
  }
}
.checkout-toggle {
  position: absolute;
  height: auto;
  background-color: #fefefe;
  color: #000;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: -30px;
  padding: 10px 15px;
  line-height: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  left: 50%;
  min-width: 180px;
  display: block;
  text-align: center;
}
.checkout-toggle + .row {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .checkout-toggle {
    display: none;
  }
}
.checkout-toggle:hover,
.checkout-toggle:focus,
.checkout-toggle:active {
  background-color: #e5e5e5;
  text-decoration: none;
}
.checkout-toggle span {
  line-height: normal;
}
.checkout-toggle i {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 24px;
}
.checkout-toggle i:nth-child(1) {
  display: block;
}
.checkout-toggle i:nth-child(2) {
  display: none;
}
.checkout-toggle.active i:nth-child(1) {
  display: none;
}
.checkout-toggle.active i:nth-child(2) {
  display: block;
}
#product-form-feedback,
#order-form-feedback {
  border: none;
  margin: 15px 0 0 0;
}
@media (min-width: 992px) {
  #product-form-feedback,
  #order-form-feedback {
    margin: 15px 0 0 0;
    border: 1px solid #ccc;
  }
}
/* Old code below. See if i can remove this after a while */
.module.albums {
  max-width: 100%;
  margin: 30px auto;
  width: 100%;
}
.module.albums:not(.broad, .centum, .lancer, .elenor, .inspire) {
  padding: 0;
}
.module.albums .filter-button-group {
  display: none;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .module.albums .filter-button-group {
    display: block;
  }
  [data-template-name="inspire"] .module.albums .filter-button-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.module.albums .filter-button-group button {
  -webkit-appearance: none;
  appearance: none;
}
.module.albums .filter-select {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module.albums .filter-select {
    display: none;
  }
}
.module.albums .album-grid {
  margin: 0;
}
.module.albums:not(.centum, .flex) .grid-item {
  width: 100%;
  max-width: calc((100% - 30px) / 3);
  padding: 10px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
[data-template-name="lancer"] .module.albums:not(.centum, .flex) .grid-item {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 991px) {
  [data-template-name="lancer"] .module.albums:not(.centum, .flex) .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="lancer"] .module.albums:not(.centum, .flex) .grid-item {
    max-width: 100%;
  }
}
[data-template-name="inspire"] .module.albums:not(.centum, .flex) .grid-item {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 25%;
}
@media (max-width: 1200px) {
  [data-template-name="inspire"] .module.albums:not(.centum, .flex) .grid-item {
    max-width: 33.3%;
  }
}
@media (max-width: 991px) {
  [data-template-name="inspire"] .module.albums:not(.centum, .flex) .grid-item {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  [data-template-name="inspire"] .module.albums:not(.centum, .flex) .grid-item {
    max-width: 100%;
  }
}
.module.albums:not(.centum, .flex) .grid-item > a {
  text-decoration: none;
}
.module.albums:not(.centum, .flex) .grid-item > a:hover,
.module.albums:not(.centum, .flex) .grid-item > a:focus {
  text-decoration: none;
}
.module.albums:not(.centum, .flex) .grid-item figure {
  margin: 0;
}
.module.albums:not(.centum, .flex) .grid-item figure img {
  width: 100%;
  margin: 0;
}
.module.albums:not(.centum, .flex) .grid-item figure figcaption {
  text-decoration: none;
  font-style: normal;
}
.module.albums:not(.centum, .flex) .grid-item figure figcaption h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.module.albums.enigma {
  max-width: 1290px;
  padding: 0 15px;
}
.module.albums.elenor .album-grid > .row {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.albums.elenor .filter-button-group {
  text-align: center;
  margin: 15px auto 2px auto;
}
.module.albums.elenor .filter-button-group button {
  padding: 8px;
}
.module.albums.elenor .grid-item {
  max-width: 33.3%;
  padding: 1px;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .module.albums.elenor .grid-item {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .module.albums.elenor .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.albums.elenor .grid-item > a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.module.albums.elenor .grid-item > a:hover figure img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.module.albums.elenor .grid-item > a:hover figure figcaption {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.module.albums.elenor .grid-item > a:hover figure figcaption h3 + span {
  margin-top: 15px;
}
.module.albums.elenor .grid-item > a:hover figure figcaption > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  height: 100%;
  overflow-y: auto;
  transform-origin: top left;
}
.module.albums.elenor .grid-item > a:hover figure figcaption > div::-webkit-scrollbar {
  width: 6px;
}
.module.albums.elenor .grid-item > a:hover figure figcaption > div::-webkit-scrollbar-track {
  background: #fff;
}
.module.albums.elenor .grid-item figure {
  position: relative;
}
.module.albums.elenor .grid-item figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: blur(0);
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.module.albums.elenor .grid-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  line-height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
}
.module.albums.elenor .grid-item figure figcaption > div {
  transform-origin: top left;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  overflow-y: auto;
  padding-right: 20px;
  height: 100%;
}
.module.albums.elenor .grid-item figure figcaption > div div {
  display: none;
}
.module.albums.elenor .grid-item figure figcaption > div::-webkit-scrollbar {
  width: 6px;
}
.module.albums.elenor .grid-item figure figcaption > div::-webkit-scrollbar-track {
  background: #fff;
}
.module.albums.elenor .grid-item figure figcaption > div h3 {
  margin-bottom: 15px;
}
.module.albums.elenor .grid-item figure figcaption h3,
.module.albums.elenor .grid-item figure figcaption h4 {
  color: #fff;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module.albums.elenor .grid-item figure figcaption h3 + div,
.module.albums.elenor .grid-item figure figcaption h4 + div {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: #fff;
}
.module.albums.elenor .grid-item figure figcaption h3 + div p,
.module.albums.elenor .grid-item figure figcaption h4 + div p {
  color: rgba(255, 255, 255, 0.9);
}
.module.albums.elenor .grid-item figure figcaption h3 {
  margin-bottom: 0;
}
.module.albums.elenor .grid-item figure figcaption h4 {
  margin: 10px 0;
}
.module.albums.elenor .grid-item figure figcaption > div {
  width: 100%;
}
.module.albums.elenor .grid-item .button {
  margin-left: 15px;
  margin-right: 15px;
  max-width: calc(100% - 30px);
}
.module.albums.elenor .album-grid > .row {
  margin: 0 -1px;
}
.module.albums.elenor.has-widgets .grid-item {
  max-width: 33.3%;
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .module.albums.elenor.has-widgets .grid-item {
    max-width: 50%;
  }
}
.module.albums.elenor.has-widgets .grid-item figure figcaption > div h4 {
  display: none;
}
.module.albums.elenor.has-widgets .grid-item figure figcaption > div span {
  display: none;
}
.module.albums.elenor.has-widgets .album-grid {
  margin: 0;
}
.module.albums.elenor.has-widgets .album-grid > .row {
  margin: 0 -4px;
}
.module.albums.canvas .album-grid > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.albums.canvas .album {
  padding-top: 10px;
  padding-bottom: 10px;
}
.module.albums.canvas .grid-item {
  max-width: 25%;
}
@media (max-width: 1200px) {
  .module.albums.canvas .grid-item {
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .module.albums.canvas .grid-item {
    max-width: 33.3%;
  }
}
@media (max-width: 640px) {
  .module.albums.canvas .grid-item {
    max-width: 50%;
  }
}
.module.albums.canvas .grid-item figcaption {
  padding: 0;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
}
.module.albums.canvas .grid-item figure img {
  margin-bottom: 10px !important;
}
.module.albums.canvas .filter-button-group {
  border-bottom: none;
}
.module.albums.canvas .filter-button-group button {
  text-shadow: none;
  margin: 0 4px 0 0;
  padding: 0 22px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  font-weight: 600;
}
.module.albums.twillisky .album {
  padding-top: 10px;
  padding-bottom: 10px;
}
.module.albums.twillisky .album-grid > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.albums.twillisky .grid-item {
  max-width: 25%;
}
@media (max-width: 991px) {
  .module.albums.twillisky .grid-item {
    max-width: 33.3%;
  }
}
@media (max-width: 640px) {
  .module.albums.twillisky .grid-item {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .module.albums.twillisky .grid-item {
    max-width: 100%;
  }
}
.module.albums.twillisky .grid-item figcaption {
  padding: 0;
  text-align: left;
  font-style: normal;
}
.module.albums.twillisky .grid-item figcaption h3 + h4 {
  margin-top: 0;
}
.module.albums.twillisky .grid-item figcaption > div div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.module.albums.twillisky .filter-button-group button {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 8px;
}
.module.albums.twillisky.has-widgets .grid-item {
  max-width: 33.3%;
}
@media (max-width: 991px) {
  .module.albums.twillisky.has-widgets .grid-item {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .module.albums.twillisky.has-widgets .grid-item {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .module.albums.centum .album-grid > .row .grid-item {
    max-width: 33.3%;
  }
}
@media (max-width: 640px) {
  .module.albums.centum .album-grid > .row .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.albums.tijdvooreensite {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .module.albums.tijdvooreensite {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .module.albums.tijdvooreensite {
    max-width: 970px;
  }
}
@media (min-width: 1201px) {
  .module.albums.tijdvooreensite {
    max-width: 1170px;
  }
}
.module.albums.tijdvooreensite .album-grid > .row {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.albums.tijdvooreensite .album {
  padding-left: 5px;
  padding-right: 5px;
}
.module.albums.tijdvooreensite .grid-item {
  padding: 5px;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: calc((100% - 30px) / 3);
}
@media (min-width: 992px) {
  .col-md-8.main .module.albums.tijdvooreensite .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 991px) {
  .module.albums.tijdvooreensite .grid-item {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .module.albums.tijdvooreensite .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.albums.tijdvooreensite .grid-item figcaption,
.module.albums.tijdvooreensite .grid-item .intro,
.module.albums.tijdvooreensite .grid-item .content,
.module.albums.tijdvooreensite .grid-item .button {
  padding-left: 15px;
  padding-right: 15px;
}
.module.albums.tijdvooreensite .grid-item > a {
  display: block;
  overflow: hidden;
}
.module.albums.tijdvooreensite .grid-item > a:hover figure figcaption {
  bottom: 0;
}
.module.albums.tijdvooreensite .grid-item figure {
  overflow: hidden;
  position: relative;
}
.module.albums.tijdvooreensite .grid-item figure figcaption {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: bottom 0.5s ease-in;
  -moz-transition: bottom 0.5s ease-in;
  -ms-transition: bottom 0.5s ease-in;
  -o-transition: bottom 0.5s ease-in;
}
.module.albums.tijdvooreensite .grid-item figure figcaption > div {
  height: auto;
}
.module.albums.tijdvooreensite .grid-item figure figcaption > div h3 {
  margin: 0;
}
.module.albums.tijdvooreensite .grid-item figure figcaption > div h4,
.module.albums.tijdvooreensite .grid-item figure figcaption > div div,
.module.albums.tijdvooreensite .grid-item figure figcaption > div span {
  display: none;
}
.module.albums.tijdvooreensite .filter-button-group {
  border-bottom: none;
  text-align: center;
  padding: 15px;
}
.module.albums.tijdvooreensite .filter-button-group button {
  padding: 14px 30px;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  margin: 5px;
}
.module.albums.tijdvooreensite.has-widgets .album {
  padding-left: 15px;
  padding-right: 15px;
}
.module.albums.tijdvooreensite.has-widgets .album-grid {
  margin: 0 -5px;
}
.module.albums.tijdvooreensite.has-widgets .filter-button-group {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .module.albums.tijdvooreensite.has-widgets .filter-button-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.module.albums.tijdvooreensite.has-widgets .filter-button-group button {
  margin: 0 5px 5px 0;
}
@media (min-width: 768px) {
  .module.albums.broad {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .module.albums.broad {
    max-width: 970px;
  }
}
@media (min-width: 1201px) {
  .module.albums.broad {
    max-width: 1170px;
  }
}
.module.albums.broad .grid-item {
  padding: 5px;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 991px) {
  .module.albums.broad .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  .module.albums.broad .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.module.albums.broad .grid-item > a {
  display: block;
  overflow: hidden;
}
.module.albums.broad .grid-item > a:hover figure figcaption {
  bottom: 0;
}
.module.albums.broad .grid-item figure {
  overflow: hidden;
  position: relative;
}
.module.albums.broad .grid-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .module.albums.broad .grid-item figure figcaption {
    display: none;
  }
}
.module.albums.broad .grid-item figure figcaption > div {
  height: auto;
}
.module.albums.broad .grid-item figure figcaption > div h3,
.module.albums.broad .grid-item figure figcaption > div h4 {
  margin: 0;
}
.module.albums.broad .grid-item figure figcaption > div h4 {
  margin-top: 5px;
}
.module.albums.broad .grid-item figure figcaption > div div,
.module.albums.broad .grid-item figure figcaption > div span {
  display: none;
}
.module.albums.broad .filter-button-group {
  margin-bottom: 15px;
  border-bottom: none;
  text-align: left;
}
.module.albums.broad.has-widgets .grid-item figure figcaption > div h4 {
  display: none;
}
.module.albums.broad.has-widgets .filter-button-group {
  text-align: justify;
}
.module.albums.broad.has-widgets .filter-button-group button {
  margin: 0 5px 5px 0;
}
.module.albums.flex {
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .module.albums.flex .album-grid {
    padding-top: 0;
  }
}
.module.albums.flex .album-grid > .row {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module.albums.flex .album-grid > .row:before,
.module.albums.flex .album-grid > .row:after {
  display: none;
}
@media (min-width: 992px) {
  .module.albums.flex .album-grid .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
  }
}
@media (max-width: 640px) {
  .module.albums.flex .album-grid .grid-item {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 1.5rem;
  }
}
.module.albums.flex .album-grid {
  margin-left: auto;
  margin-right: auto;
}
.module.albums.lancer .grid-item figcaption > div {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
/* Old code above. See if i can remove this after a while */
/* Plain for flex */
.redactor.album .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px !important;
}
.redactor.album .grid .grid-item {
  padding: 0 5px;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 100%;
  max-width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
}
.redactor.album .grid .grid-item img {
  width: 100%;
  margin: 0;
}
.redactor.album.landscape .grid-item > a,
.redactor.album.portrait .grid-item > a {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.redactor.album.landscape .grid-item > a img,
.redactor.album.portrait .grid-item > a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.redactor.album.landscape .grid-item > a {
  padding-bottom: calc( 2 / 3 * 100%);
}
.redactor.album.portrait .grid-item > a {
  padding-bottom: calc( 3 / 2 * 100%);
}
/* Masonry */
.module.page .redactor.album .grid,
.module.news .redactor.album .grid,
.module.blog .redactor.album .grid,
.module.albums .redactor.album .grid,
[data-template-name="elenor"] .page-content .redactor.album .grid,
[data-template-name="broad"] .module.albums.view .redactor.album .grid,
[data-template-name="canvas"] #content .redactor.album .grid,
#main-page-content .redactor.album .grid,
.layout-row .redactor.album .grid {
  margin: 0 !important;
}
.module.page .redactor.album .grid .grid-item,
.module.news .redactor.album .grid .grid-item,
.module.blog .redactor.album .grid .grid-item,
.module.albums .redactor.album .grid .grid-item,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item,
#main-page-content .redactor.album .grid .grid-item,
.layout-row .redactor.album .grid .grid-item {
  width: 100%;
  max-width: calc(33.3% - 10px);
  margin-bottom: 15px;
  padding: 0;
}
[data-template-name="enigma"] .module.page .redactor.album .grid .grid-item,
[data-template-name="enigma"] .module.news .redactor.album .grid .grid-item,
[data-template-name="enigma"] .module.blog .redactor.album .grid .grid-item,
[data-template-name="enigma"] .module.albums .redactor.album .grid .grid-item,
[data-template-name="enigma"] [data-template-name="elenor"] .page-content .redactor.album .grid .grid-item,
[data-template-name="enigma"] [data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item,
[data-template-name="enigma"] [data-template-name="canvas"] #content .redactor.album .grid .grid-item,
[data-template-name="enigma"] #main-page-content .redactor.album .grid .grid-item,
[data-template-name="enigma"] .layout-row .redactor.album .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
.module.page .redactor.album .grid .grid-item > a:hover,
.module.news .redactor.album .grid .grid-item > a:hover,
.module.blog .redactor.album .grid .grid-item > a:hover,
.module.albums .redactor.album .grid .grid-item > a:hover,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item > a:hover,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item > a:hover,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item > a:hover,
#main-page-content .redactor.album .grid .grid-item > a:hover,
.layout-row .redactor.album .grid .grid-item > a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .module.page .redactor.album .grid .grid-item,
  .module.news .redactor.album .grid .grid-item,
  .module.blog .redactor.album .grid .grid-item,
  .module.albums .redactor.album .grid .grid-item,
  [data-template-name="elenor"] .page-content .redactor.album .grid .grid-item,
  [data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item,
  [data-template-name="canvas"] #content .redactor.album .grid .grid-item,
  #main-page-content .redactor.album .grid .grid-item,
  .layout-row .redactor.album .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
  [data-template-name="centum"] .module.page .redactor.album .grid .grid-item,
  [data-template-name="centum"] .module.news .redactor.album .grid .grid-item,
  [data-template-name="centum"] .module.blog .redactor.album .grid .grid-item,
  [data-template-name="centum"] .module.albums .redactor.album .grid .grid-item,
  [data-template-name="centum"] [data-template-name="elenor"] .page-content .redactor.album .grid .grid-item,
  [data-template-name="centum"] [data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item,
  [data-template-name="centum"] [data-template-name="canvas"] #content .redactor.album .grid .grid-item,
  [data-template-name="centum"] #main-page-content .redactor.album .grid .grid-item,
  [data-template-name="centum"] .layout-row .redactor.album .grid .grid-item {
    max-width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 640px) {
  .module.page .redactor.album .grid .grid-item,
  .module.news .redactor.album .grid .grid-item,
  .module.blog .redactor.album .grid .grid-item,
  .module.albums .redactor.album .grid .grid-item,
  [data-template-name="elenor"] .page-content .redactor.album .grid .grid-item,
  [data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item,
  [data-template-name="canvas"] #content .redactor.album .grid .grid-item,
  #main-page-content .redactor.album .grid .grid-item,
  .layout-row .redactor.album .grid .grid-item {
    max-width: 100%;
  }
}
.module.page .redactor.album .grid .grid-item .overlay,
.module.news .redactor.album .grid .grid-item .overlay,
.module.blog .redactor.album .grid .grid-item .overlay,
.module.albums .redactor.album .grid .grid-item .overlay,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item .overlay,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item .overlay,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item .overlay,
#main-page-content .redactor.album .grid .grid-item .overlay,
.layout-row .redactor.album .grid .grid-item .overlay {
  margin-bottom: 0;
}
.module.page .redactor.album .grid .grid-item .overlay img,
.module.news .redactor.album .grid .grid-item .overlay img,
.module.blog .redactor.album .grid .grid-item .overlay img,
.module.albums .redactor.album .grid .grid-item .overlay img,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item .overlay img,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item .overlay img,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item .overlay img,
#main-page-content .redactor.album .grid .grid-item .overlay img,
.layout-row .redactor.album .grid .grid-item .overlay img {
  position: relative;
  height: auto;
}
.module.page .redactor.album .grid .grid-item img,
.module.news .redactor.album .grid .grid-item img,
.module.blog .redactor.album .grid .grid-item img,
.module.albums .redactor.album .grid .grid-item img,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item img,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item img,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item img,
#main-page-content .redactor.album .grid .grid-item img,
.layout-row .redactor.album .grid .grid-item img {
  margin: 0;
  width: 100%;
}
.module.page .redactor.album .grid .grid-item .button,
.module.news .redactor.album .grid .grid-item .button,
.module.blog .redactor.album .grid .grid-item .button,
.module.albums .redactor.album .grid .grid-item .button,
[data-template-name="elenor"] .page-content .redactor.album .grid .grid-item .button,
[data-template-name="broad"] .module.albums.view .redactor.album .grid .grid-item .button,
[data-template-name="canvas"] #content .redactor.album .grid .grid-item .button,
#main-page-content .redactor.album .grid .grid-item .button,
.layout-row .redactor.album .grid .grid-item .button {
  margin-bottom: 0;
}
.module.page .redactor.album.portrait .grid .grid-item,
.module.news .redactor.album.portrait .grid .grid-item,
.module.blog .redactor.album.portrait .grid .grid-item,
.module.albums .redactor.album.portrait .grid .grid-item,
[data-template-name="elenor"] .page-content .redactor.album.portrait .grid .grid-item,
[data-template-name="broad"] .module.albums.view .redactor.album.portrait .grid .grid-item,
[data-template-name="canvas"] #content .redactor.album.portrait .grid .grid-item,
#main-page-content .redactor.album.portrait .grid .grid-item,
.layout-row .redactor.album.portrait .grid .grid-item,
.module.page .redactor.album.landscape .grid .grid-item,
.module.news .redactor.album.landscape .grid .grid-item,
.module.blog .redactor.album.landscape .grid .grid-item,
.module.albums .redactor.album.landscape .grid .grid-item,
[data-template-name="elenor"] .page-content .redactor.album.landscape .grid .grid-item,
[data-template-name="broad"] .module.albums.view .redactor.album.landscape .grid .grid-item,
[data-template-name="canvas"] #content .redactor.album.landscape .grid .grid-item,
#main-page-content .redactor.album.landscape .grid .grid-item,
.layout-row .redactor.album.landscape .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
.module.page .redactor.album.portrait .grid .grid-item > a img,
.module.news .redactor.album.portrait .grid .grid-item > a img,
.module.blog .redactor.album.portrait .grid .grid-item > a img,
.module.albums .redactor.album.portrait .grid .grid-item > a img,
[data-template-name="elenor"] .page-content .redactor.album.portrait .grid .grid-item > a img,
[data-template-name="broad"] .module.albums.view .redactor.album.portrait .grid .grid-item > a img,
[data-template-name="canvas"] #content .redactor.album.portrait .grid .grid-item > a img,
#main-page-content .redactor.album.portrait .grid .grid-item > a img,
.layout-row .redactor.album.portrait .grid .grid-item > a img,
.module.page .redactor.album.landscape .grid .grid-item > a img,
.module.news .redactor.album.landscape .grid .grid-item > a img,
.module.blog .redactor.album.landscape .grid .grid-item > a img,
.module.albums .redactor.album.landscape .grid .grid-item > a img,
[data-template-name="elenor"] .page-content .redactor.album.landscape .grid .grid-item > a img,
[data-template-name="broad"] .module.albums.view .redactor.album.landscape .grid .grid-item > a img,
[data-template-name="canvas"] #content .redactor.album.landscape .grid .grid-item > a img,
#main-page-content .redactor.album.landscape .grid .grid-item > a img,
.layout-row .redactor.album.landscape .grid .grid-item > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* For Centum only */
.layout-row .redactor.album .grid {
  padding: 0;
}
/* For Centum only */
/* Masonry for detailpage Flex (for now) */
.module.albums.index .album-grid.categories,
.page.albums.index .album-grid.categories {
  position: relative;
  background-color: transparent;
  margin-bottom: 15px !important;
  padding: 0;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.module.albums.index .album-grid.categories .category,
.page.albums.index .album-grid.categories .category {
  padding: 0;
}
[data-template-name="canvas"] .module.albums.index .album-grid.categories .category,
[data-template-name="canvas"] .page.albums.index .album-grid.categories .category,
[data-template-name="twillisky"] .module.albums.index .album-grid.categories .category,
[data-template-name="twillisky"] .page.albums.index .album-grid.categories .category,
[data-template-name="centum"] .module.albums.index .album-grid.categories .category,
[data-template-name="centum"] .page.albums.index .album-grid.categories .category,
[data-template-name="lancer"] .module.albums.index .album-grid.categories .category,
[data-template-name="lancer"] .page.albums.index .album-grid.categories .category,
[data-template-name="broad"] .module.albums.index .album-grid.categories .category,
[data-template-name="broad"] .page.albums.index .album-grid.categories .category {
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="tijdvooreensite"] .module.albums.index .album-grid.categories .category,
[data-template-name="tijdvooreensite"] .page.albums.index .album-grid.categories .category {
  padding-left: 5px;
  padding-right: 5px;
}
[data-template-name="flex"] .module.albums.index .album-grid,
[data-template-name="flex"] .page.albums.index .album-grid {
  padding-left: 15px;
  padding-right: 15px;
}
.module.albums.index .album-grid.landscape .grid-item > a,
.page.albums.index .album-grid.landscape .grid-item > a,
.module.albums.index .album-grid.portrait .grid-item > a,
.page.albums.index .album-grid.portrait .grid-item > a {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.module.albums.index .album-grid.landscape .grid-item > a img,
.page.albums.index .album-grid.landscape .grid-item > a img,
.module.albums.index .album-grid.portrait .grid-item > a img,
.page.albums.index .album-grid.portrait .grid-item > a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.albums.index .album-grid.landscape .grid-item > a,
.page.albums.index .album-grid.landscape .grid-item > a {
  padding-bottom: calc( 2 / 3 * 100%);
}
.module.albums.index .album-grid.portrait .grid-item > a,
.page.albums.index .album-grid.portrait .grid-item > a {
  padding-bottom: calc( 3 / 2 * 100%);
}
.module.albums.index .grid-item[data-orientation="portrait"] figure,
.page.albums.index .grid-item[data-orientation="portrait"] figure,
.module.albums.index .grid-item[data-orientation="landscape"] figure,
.page.albums.index .grid-item[data-orientation="landscape"] figure {
  position: relative;
  overflow: hidden;
  height: 0;
}
.module.albums.index .grid-item[data-orientation="portrait"] figure figcaption,
.page.albums.index .grid-item[data-orientation="portrait"] figure figcaption,
.module.albums.index .grid-item[data-orientation="landscape"] figure figcaption,
.page.albums.index .grid-item[data-orientation="landscape"] figure figcaption {
  position: absolute;
  /*bottom:0;
*/
}
[data-template-name="enigma"] .module.albums.index .grid-item[data-orientation="portrait"] figure figcaption,
[data-template-name="enigma"] .page.albums.index .grid-item[data-orientation="portrait"] figure figcaption,
[data-template-name="enigma"] .module.albums.index .grid-item[data-orientation="landscape"] figure figcaption,
[data-template-name="enigma"] .page.albums.index .grid-item[data-orientation="landscape"] figure figcaption {
  /*bottom:~"calc(-100% + 70px)";*/
}
.module.albums.index .grid-item[data-orientation="portrait"] figure img,
.page.albums.index .grid-item[data-orientation="portrait"] figure img,
.module.albums.index .grid-item[data-orientation="landscape"] figure img,
.page.albums.index .grid-item[data-orientation="landscape"] figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.albums.index .grid-item[data-orientation="portrait"] figure,
.page.albums.index .grid-item[data-orientation="portrait"] figure {
  padding-bottom: calc(3/2 * 100%);
}
.module.albums.index .grid-item[data-orientation="landscape"] figure,
.page.albums.index .grid-item[data-orientation="landscape"] figure {
  padding-bottom: calc(2/3 * 100%);
}
[data-template-name="broad"] .module.albums.view,
[data-template-name="broad"] .page.albums.view,
[data-template-name="broad"] .module.albums.flex,
[data-template-name="broad"] .page.albums.flex,
[data-template-name="broad"] .module.albums.index,
[data-template-name="broad"] .page.albums.index {
  clear: both;
}
.module.albums.view .grid,
.page.albums.view .grid,
.module.albums.flex .grid,
.page.albums.flex .grid,
.module.albums.index .grid,
.page.albums.index .grid {
  margin: 0 !important;
}
[data-template-name="inspire"] .module.albums.view .grid,
[data-template-name="inspire"] .page.albums.view .grid,
[data-template-name="inspire"] .module.albums.flex .grid,
[data-template-name="inspire"] .page.albums.flex .grid,
[data-template-name="inspire"] .module.albums.index .grid,
[data-template-name="inspire"] .page.albums.index .grid {
  margin-left: auto !important;
  margin-right: auto !important;
}
.module.albums.view .grid .grid-item,
.page.albums.view .grid .grid-item,
.module.albums.flex .grid .grid-item,
.page.albums.flex .grid .grid-item,
.module.albums.index .grid .grid-item,
.page.albums.index .grid .grid-item {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
[data-template-name="lancer"] .module.albums.view .grid .grid-item,
[data-template-name="lancer"] .page.albums.view .grid .grid-item,
[data-template-name="lancer"] .module.albums.flex .grid .grid-item,
[data-template-name="lancer"] .page.albums.flex .grid .grid-item,
[data-template-name="lancer"] .module.albums.index .grid .grid-item,
[data-template-name="lancer"] .page.albums.index .grid .grid-item {
  margin-bottom: 20px;
}
[data-template-name="inspire"] .module.albums.view .grid .grid-item,
[data-template-name="inspire"] .page.albums.view .grid .grid-item,
[data-template-name="inspire"] .module.albums.flex .grid .grid-item,
[data-template-name="inspire"] .page.albums.flex .grid .grid-item,
[data-template-name="inspire"] .module.albums.index .grid .grid-item,
[data-template-name="inspire"] .page.albums.index .grid .grid-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.module.albums.view .grid .grid-item > a:hover,
.page.albums.view .grid .grid-item > a:hover,
.module.albums.flex .grid .grid-item > a:hover,
.page.albums.flex .grid .grid-item > a:hover,
.module.albums.index .grid .grid-item > a:hover,
.page.albums.index .grid .grid-item > a:hover {
  text-decoration: none;
}
[data-template-name="enigma"] .module.albums.view .grid .grid-item,
[data-template-name="enigma"] .page.albums.view .grid .grid-item,
[data-template-name="enigma"] .module.albums.flex .grid .grid-item,
[data-template-name="enigma"] .page.albums.flex .grid .grid-item,
[data-template-name="enigma"] .module.albums.index .grid .grid-item,
[data-template-name="enigma"] .page.albums.index .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 991px) {
  [data-template-name="enigma"] .module.albums.view .grid .grid-item,
  [data-template-name="enigma"] .page.albums.view .grid .grid-item,
  [data-template-name="enigma"] .module.albums.flex .grid .grid-item,
  [data-template-name="enigma"] .page.albums.flex .grid .grid-item,
  [data-template-name="enigma"] .module.albums.index .grid .grid-item,
  [data-template-name="enigma"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="enigma"] .module.albums.view .grid .grid-item,
  [data-template-name="enigma"] .page.albums.view .grid .grid-item,
  [data-template-name="enigma"] .module.albums.flex .grid .grid-item,
  [data-template-name="enigma"] .page.albums.flex .grid .grid-item,
  [data-template-name="enigma"] .module.albums.index .grid .grid-item,
  [data-template-name="enigma"] .page.albums.index .grid .grid-item {
    max-width: 100%;
  }
}
[data-template-name="elenor"] .module.albums.view .grid .grid-item,
[data-template-name="elenor"] .page.albums.view .grid .grid-item,
[data-template-name="elenor"] .module.albums.flex .grid .grid-item,
[data-template-name="elenor"] .page.albums.flex .grid .grid-item,
[data-template-name="elenor"] .module.albums.index .grid .grid-item,
[data-template-name="elenor"] .page.albums.index .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
@media (min-width: 1440px) {
  [data-template-name="elenor"] .module.albums.view .grid .grid-item,
  [data-template-name="elenor"] .page.albums.view .grid .grid-item,
  [data-template-name="elenor"] .module.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .page.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .module.albums.index .grid .grid-item,
  [data-template-name="elenor"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 991px) {
  [data-template-name="elenor"] .module.albums.view .grid .grid-item,
  [data-template-name="elenor"] .page.albums.view .grid .grid-item,
  [data-template-name="elenor"] .module.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .page.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .module.albums.index .grid .grid-item,
  [data-template-name="elenor"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="elenor"] .module.albums.view .grid .grid-item,
  [data-template-name="elenor"] .page.albums.view .grid .grid-item,
  [data-template-name="elenor"] .module.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .page.albums.flex .grid .grid-item,
  [data-template-name="elenor"] .module.albums.index .grid .grid-item,
  [data-template-name="elenor"] .page.albums.index .grid .grid-item {
    max-width: 100%;
  }
}
[data-template-name="elenor"] .module.albums.view .grid .grid-item .intro,
[data-template-name="elenor"] .page.albums.view .grid .grid-item .intro,
[data-template-name="elenor"] .module.albums.flex .grid .grid-item .intro,
[data-template-name="elenor"] .page.albums.flex .grid .grid-item .intro,
[data-template-name="elenor"] .module.albums.index .grid .grid-item .intro,
[data-template-name="elenor"] .page.albums.index .grid .grid-item .intro {
  margin-top: 15px;
}
@media (max-width: 991px) {
  [data-template-name="lancer"] .module.albums.view .grid .grid-item,
  [data-template-name="lancer"] .page.albums.view .grid .grid-item,
  [data-template-name="lancer"] .module.albums.flex .grid .grid-item,
  [data-template-name="lancer"] .page.albums.flex .grid .grid-item,
  [data-template-name="lancer"] .module.albums.index .grid .grid-item,
  [data-template-name="lancer"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="lancer"] .module.albums.view .grid .grid-item,
  [data-template-name="lancer"] .page.albums.view .grid .grid-item,
  [data-template-name="lancer"] .module.albums.flex .grid .grid-item,
  [data-template-name="lancer"] .page.albums.flex .grid .grid-item,
  [data-template-name="lancer"] .module.albums.index .grid .grid-item,
  [data-template-name="lancer"] .page.albums.index .grid .grid-item {
    max-width: 100%;
  }
}
[data-template-name="lancer"] .module.albums.view .grid .grid-item figure,
[data-template-name="lancer"] .page.albums.view .grid .grid-item figure,
[data-template-name="lancer"] .module.albums.flex .grid .grid-item figure,
[data-template-name="lancer"] .page.albums.flex .grid .grid-item figure,
[data-template-name="lancer"] .module.albums.index .grid .grid-item figure,
[data-template-name="lancer"] .page.albums.index .grid .grid-item figure {
  position: relative;
}
[data-template-name="lancer"] .module.albums.view .grid .grid-item .intro,
[data-template-name="lancer"] .page.albums.view .grid .grid-item .intro,
[data-template-name="lancer"] .module.albums.flex .grid .grid-item .intro,
[data-template-name="lancer"] .page.albums.flex .grid .grid-item .intro,
[data-template-name="lancer"] .module.albums.index .grid .grid-item .intro,
[data-template-name="lancer"] .page.albums.index .grid .grid-item .intro {
  margin-top: 15px;
}
[data-template-name="lancer"] .module.albums.view .grid .grid-item .intro p,
[data-template-name="lancer"] .page.albums.view .grid .grid-item .intro p,
[data-template-name="lancer"] .module.albums.flex .grid .grid-item .intro p,
[data-template-name="lancer"] .page.albums.flex .grid .grid-item .intro p,
[data-template-name="lancer"] .module.albums.index .grid .grid-item .intro p,
[data-template-name="lancer"] .page.albums.index .grid .grid-item .intro p {
  margin-bottom: 0;
}
[data-template-name="lancer"] .module.albums.view .grid .grid-item .button.primary,
[data-template-name="lancer"] .page.albums.view .grid .grid-item .button.primary,
[data-template-name="lancer"] .module.albums.flex .grid .grid-item .button.primary,
[data-template-name="lancer"] .page.albums.flex .grid .grid-item .button.primary,
[data-template-name="lancer"] .module.albums.index .grid .grid-item .button.primary,
[data-template-name="lancer"] .page.albums.index .grid .grid-item .button.primary {
  margin-top: 15px !important;
}
[data-template-name="broad"] .module.albums.view .grid .grid-item .intro,
[data-template-name="broad"] .page.albums.view .grid .grid-item .intro,
[data-template-name="broad"] .module.albums.flex .grid .grid-item .intro,
[data-template-name="broad"] .page.albums.flex .grid .grid-item .intro,
[data-template-name="broad"] .module.albums.index .grid .grid-item .intro,
[data-template-name="broad"] .page.albums.index .grid .grid-item .intro {
  margin-top: 15px;
}
[data-template-name="flex"] .module.albums.view .grid .grid-item,
[data-template-name="flex"] .page.albums.view .grid .grid-item,
[data-template-name="flex"] .module.albums.flex .grid .grid-item,
[data-template-name="flex"] .page.albums.flex .grid .grid-item,
[data-template-name="flex"] .module.albums.index .grid .grid-item,
[data-template-name="flex"] .page.albums.index .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 991px) {
  [data-template-name="flex"] .module.albums.view .grid .grid-item,
  [data-template-name="flex"] .page.albums.view .grid .grid-item,
  [data-template-name="flex"] .module.albums.flex .grid .grid-item,
  [data-template-name="flex"] .page.albums.flex .grid .grid-item,
  [data-template-name="flex"] .module.albums.index .grid .grid-item,
  [data-template-name="flex"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="flex"] .module.albums.view .grid .grid-item,
  [data-template-name="flex"] .page.albums.view .grid .grid-item,
  [data-template-name="flex"] .module.albums.flex .grid .grid-item,
  [data-template-name="flex"] .page.albums.flex .grid .grid-item,
  [data-template-name="flex"] .module.albums.index .grid .grid-item,
  [data-template-name="flex"] .page.albums.index .grid .grid-item {
    max-width: 100%;
  }
}
[data-template-name="canvas"] .module.albums.view .grid .grid-item,
[data-template-name="canvas"] .page.albums.view .grid .grid-item,
[data-template-name="canvas"] .module.albums.flex .grid .grid-item,
[data-template-name="canvas"] .page.albums.flex .grid .grid-item,
[data-template-name="canvas"] .module.albums.index .grid .grid-item,
[data-template-name="canvas"] .page.albums.index .grid .grid-item,
[data-template-name="centum"] .module.albums.view .grid .grid-item,
[data-template-name="centum"] .page.albums.view .grid .grid-item,
[data-template-name="centum"] .module.albums.flex .grid .grid-item,
[data-template-name="centum"] .page.albums.flex .grid .grid-item,
[data-template-name="centum"] .module.albums.index .grid .grid-item,
[data-template-name="centum"] .page.albums.index .grid .grid-item,
[data-template-name="twillisky"] .module.albums.view .grid .grid-item,
[data-template-name="twillisky"] .page.albums.view .grid .grid-item,
[data-template-name="twillisky"] .module.albums.flex .grid .grid-item,
[data-template-name="twillisky"] .page.albums.flex .grid .grid-item,
[data-template-name="twillisky"] .module.albums.index .grid .grid-item,
[data-template-name="twillisky"] .page.albums.index .grid .grid-item {
  max-width: calc((100% - 30px) / 3);
}
@media (max-width: 991px) {
  [data-template-name="canvas"] .module.albums.view .grid .grid-item,
  [data-template-name="canvas"] .page.albums.view .grid .grid-item,
  [data-template-name="canvas"] .module.albums.flex .grid .grid-item,
  [data-template-name="canvas"] .page.albums.flex .grid .grid-item,
  [data-template-name="canvas"] .module.albums.index .grid .grid-item,
  [data-template-name="canvas"] .page.albums.index .grid .grid-item,
  [data-template-name="centum"] .module.albums.view .grid .grid-item,
  [data-template-name="centum"] .page.albums.view .grid .grid-item,
  [data-template-name="centum"] .module.albums.flex .grid .grid-item,
  [data-template-name="centum"] .page.albums.flex .grid .grid-item,
  [data-template-name="centum"] .module.albums.index .grid .grid-item,
  [data-template-name="centum"] .page.albums.index .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.view .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.view .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.flex .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.flex .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.index .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.index .grid .grid-item {
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 640px) {
  [data-template-name="canvas"] .module.albums.view .grid .grid-item,
  [data-template-name="canvas"] .page.albums.view .grid .grid-item,
  [data-template-name="canvas"] .module.albums.flex .grid .grid-item,
  [data-template-name="canvas"] .page.albums.flex .grid .grid-item,
  [data-template-name="canvas"] .module.albums.index .grid .grid-item,
  [data-template-name="canvas"] .page.albums.index .grid .grid-item,
  [data-template-name="centum"] .module.albums.view .grid .grid-item,
  [data-template-name="centum"] .page.albums.view .grid .grid-item,
  [data-template-name="centum"] .module.albums.flex .grid .grid-item,
  [data-template-name="centum"] .page.albums.flex .grid .grid-item,
  [data-template-name="centum"] .module.albums.index .grid .grid-item,
  [data-template-name="centum"] .page.albums.index .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.view .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.view .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.flex .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.flex .grid .grid-item,
  [data-template-name="twillisky"] .module.albums.index .grid .grid-item,
  [data-template-name="twillisky"] .page.albums.index .grid .grid-item {
    max-width: 100%;
  }
}
[data-template-name="centum"] .module.albums.view .grid .grid-item figcaption,
[data-template-name="centum"] .page.albums.view .grid .grid-item figcaption,
[data-template-name="centum"] .module.albums.flex .grid .grid-item figcaption,
[data-template-name="centum"] .page.albums.flex .grid .grid-item figcaption,
[data-template-name="centum"] .module.albums.index .grid .grid-item figcaption,
[data-template-name="centum"] .page.albums.index .grid .grid-item figcaption {
  font-style: normal;
  text-align: left;
  line-height: normal;
  padding: 0;
}
[data-template-name="centum"] .module.albums.view .grid .grid-item h3,
[data-template-name="centum"] .page.albums.view .grid .grid-item h3,
[data-template-name="centum"] .module.albums.flex .grid .grid-item h3,
[data-template-name="centum"] .page.albums.flex .grid .grid-item h3,
[data-template-name="centum"] .module.albums.index .grid .grid-item h3,
[data-template-name="centum"] .page.albums.index .grid .grid-item h3 {
  margin-top: 15px;
}
[data-template-name="centum"] .module.albums.view .grid .grid-item h3 + h4,
[data-template-name="centum"] .page.albums.view .grid .grid-item h3 + h4,
[data-template-name="centum"] .module.albums.flex .grid .grid-item h3 + h4,
[data-template-name="centum"] .page.albums.flex .grid .grid-item h3 + h4,
[data-template-name="centum"] .module.albums.index .grid .grid-item h3 + h4,
[data-template-name="centum"] .page.albums.index .grid .grid-item h3 + h4 {
  margin-bottom: 0;
}
.module.albums.view .grid .grid-item .button.primary,
.page.albums.view .grid .grid-item .button.primary,
.module.albums.flex .grid .grid-item .button.primary,
.page.albums.flex .grid .grid-item .button.primary,
.module.albums.index .grid .grid-item .button.primary,
.page.albums.index .grid .grid-item .button.primary {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .module.albums.view .grid .grid-item .button.primary,
  .page.albums.view .grid .grid-item .button.primary,
  .module.albums.flex .grid .grid-item .button.primary,
  .page.albums.flex .grid .grid-item .button.primary,
  .module.albums.index .grid .grid-item .button.primary,
  .page.albums.index .grid .grid-item .button.primary {
    margin-bottom: 30px;
  }
}
.module.albums.view .grid .grid-item img,
.page.albums.view .grid .grid-item img,
.module.albums.flex .grid .grid-item img,
.page.albums.flex .grid .grid-item img,
.module.albums.index .grid .grid-item img,
.page.albums.index .grid .grid-item img {
  margin: 0;
  width: 100%;
}
.module.albums.view .grid.not-allow-popup,
.page.albums.view .grid.not-allow-popup,
.module.albums.flex .grid.not-allow-popup,
.page.albums.flex .grid.not-allow-popup,
.module.albums.index .grid.not-allow-popup,
.page.albums.index .grid.not-allow-popup {
  /* ONLY FOR INDEX */
}
.module.albums.flex.index,
.page.albums.flex.index {
  padding-bottom: 6rem;
}
.module.albums.flex .grid .grid-item img,
.page.albums.flex .grid .grid-item img,
.module.albums.flex .grids .grid-item img,
.page.albums.flex .grids .grid-item img {
  position: relative;
  height: auto;
}
.module.albums.index .grid-item > a.portrait figure,
.page.albums.index .grid-item > a.portrait figure,
.module.albums.index .grid-item > a.landscape figure,
.page.albums.index .grid-item > a.landscape figure {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.module.albums.index .grid-item > a.portrait figure img,
.page.albums.index .grid-item > a.portrait figure img,
.module.albums.index .grid-item > a.landscape figure img,
.page.albums.index .grid-item > a.landscape figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.albums.index .grid-item > a.portrait figure,
.page.albums.index .grid-item > a.portrait figure {
  padding-bottom: calc(3/2 * 100%);
}
.module.albums.index .grid-item > a.landscape figure,
.page.albums.index .grid-item > a.landscape figure {
  padding-bottom: calc(2/3 * 100%);
}
.module.albums.view .album-grid.portrait .grid-item > a,
.page.albums.view .album-grid.portrait .grid-item > a,
.module.albums.view .album-grid.landscape .grid-item > a,
.page.albums.view .album-grid.landscape .grid-item > a {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.module.albums.view .album-grid.portrait .grid-item > a img,
.page.albums.view .album-grid.portrait .grid-item > a img,
.module.albums.view .album-grid.landscape .grid-item > a img,
.page.albums.view .album-grid.landscape .grid-item > a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module.albums.view .album-grid.portrait .grid-item > a,
.page.albums.view .album-grid.portrait .grid-item > a {
  padding-bottom: calc(3/2 * 100%);
}
.module.albums.view .album-grid.landscape .grid-item > a,
.page.albums.view .album-grid.landscape .grid-item > a {
  padding-bottom: calc(2/3 * 100%);
}
.module.albums.inspire .album-grid.categories,
.page.albums.inspire .album-grid.categories {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px;
  padding-right: 15px;
}
.module.albums.flex.view {
  margin-bottom: 0;
}
#album-related {
  margin-top: 30px;
}
#album-related + .module.albums {
  margin-top: 0;
}
[data-template-name="lancer"] #album-related .images > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.module.team.view {
  /* ONLY FOR ORDER AND WIDTHS OF MAIN AND WIDGETS */
  /* ONLY FOR ORDER AND WIDTHS OF MAIN AND WIDGETS */
}
[data-template-name="canvas"] .module.team.view {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="centum"] .module.team.view {
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="flex"] .module.team.view {
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="twillisky"] .module.team.view {
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  [data-template-name="broad"] .module.team.view,
  [data-template-name="tijdvooreensite"] .module.team.view {
    padding: 0 15px;
  }
}
[data-template-name="centum"] .module.team.view .team-wrapper > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="broad"] .module.team.view.department,
[data-template-name="tijdvooreensite"] .module.team.view.department {
  padding: 40px 15px;
}
[data-template-name="broad"] .module.team.view.department.has-widgets,
[data-template-name="tijdvooreensite"] .module.team.view.department.has-widgets {
  background-color: transparent;
}
[data-template-name="broad"] .module.team.view .main > .row,
[data-template-name="tijdvooreensite"] .module.team.view .main > .row,
[data-template-name="canvas"] .module.team.view .main > .row,
[data-template-name="elenor"] .module.team.view .main > .row,
[data-template-name="centum"] .module.team.view .main > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  [data-template-name="broad"] .module.team.view .main,
  [data-template-name="tijdvooreensite"] .module.team.view .main {
    margin-bottoM: 30px;
  }
}
[data-template-name="twillisky"] .module.team.view .main {
  padding-top: 30px;
}
[data-template-name="canvas"] .module.team.view .main {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
[data-template-name="enigma"] .module.team.view .main {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.module.team.view .main .image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  [data-template-name="broad"] .module.team.view .main .image,
  [data-template-name="tijdvooreensite"] .module.team.view .main .image,
  [data-template-name="elenor"] .module.team.view .main .image {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="broad"] .module.team.view .main .image,
  [data-template-name="tijdvooreensite"] .module.team.view .main .image,
  [data-template-name="elenor"] .module.team.view .main .image {
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  [data-template-name="canvas"] .module.team.view .main .image,
  [data-template-name="centum"] .module.team.view .main .image {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view .main .image,
  [data-template-name="centum"] .module.team.view .main .image {
    max-width: 33.3%;
  }
}
[data-template-name="flex"] .module.team.view .main .image {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  [data-template-name="flex"] .module.team.view .main .image {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="flex"] .module.team.view .main .image {
    max-width: 33.3%;
  }
}
[data-template-name="twillisky"] .module.team.view .main .image {
  max-width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  [data-template-name="enigma"] .module.team.view .main .image {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="enigma"] .module.team.view .main .image {
    max-width: 33.3%;
  }
}
[data-template-name="tijdvooreensite"] .module.team.view .main .image figure {
  position: relative;
}
.module.team.view .main .image figure img {
  width: 100%;
}
[data-template-name="broad"] .module.team.view .main .image figure img {
  margin-top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="flex"] .module.team.view .main .image figure img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.module.team.view .main .image figure figcaption {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
  line-height: normal;
}
[data-template-name="canvas"] .module.team.view .main .image figure figcaption,
[data-template-name="centum"] .module.team.view .main .image figure figcaption {
  text-align: left;
  padding: 0;
  font-size: inherit;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .image figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 15px;
}
[data-template-name="enigma"] .module.team.view .main .image figure + .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
}
.module.team.view .main .image .socials {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
[data-template-name="elenor"] .module.team.view .main .image .socials {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  [data-template-name="elenor"] .module.team.view .main .image .socials {
    margin-bottom: 30px;
  }
}
[data-template-name="elenor"] .module.team.view .main .image .socials li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li > a span,
[data-template-name="elenor"] .module.team.view .main .image .socials li > a span {
  display: none;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.contact-item {
  margin-bottom: 30px;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.contact-item i,
[data-template-name="twillisky"] .module.team.view .main .image .socials li.contact-item i,
[data-template-name="enigma"] .module.team.view .main .image .socials li.contact-item i {
  display: none;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.contact-item:nth-child(1) {
  margin-bottom: 0;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.phone,
[data-template-name="canvas"] .module.team.view .main .image .socials li.email {
  width: 100%;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.phone > a,
[data-template-name="canvas"] .module.team.view .main .image .socials li.email > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.phone > a span,
[data-template-name="canvas"] .module.team.view .main .image .socials li.email > a span,
[data-template-name="twillisky"] .module.team.view .main .image .socials li.phone > a span,
[data-template-name="twillisky"] .module.team.view .main .image .socials li.email > a span,
[data-template-name="enigma"] .module.team.view .main .image .socials li.phone > a span,
[data-template-name="enigma"] .module.team.view .main .image .socials li.email > a span {
  margin-left: 5px;
  display: block;
}
[data-template-name="twillisky"] .module.team.view .main .image .socials li.phone > a span,
[data-template-name="twillisky"] .module.team.view .main .image .socials li.email > a span {
  display: none;
}
[data-template-name="canvas"] .module.team.view .main .image .socials li.phone > a span.text,
[data-template-name="canvas"] .module.team.view .main .image .socials li.email > a span.text,
[data-template-name="enigma"] .module.team.view .main .image .socials li.phone > a span.text,
[data-template-name="enigma"] .module.team.view .main .image .socials li.email > a span.text {
  margin-left: 0;
  display: block;
  color: initial;
}
@media (max-width: 767px) {
  [data-template-name="flex"] .module.team.view .main .image .social {
    margin-bottom: 3rem;
  }
}
[data-template-name="flex"] .module.team.view .main .image .social ul > li > a span {
  display: none;
}
.module.team.view .main .image .social ul.dropdown-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: 0;
  top: 0;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li > a span {
  display: none;
}
.module.team.view .main .image .social ul.dropdown-menu > li > a:hover {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li.contact-item {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li.contact-item > a {
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li.contact-item > a i {
  display: none;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li.contact-item > a span {
  display: block;
}
[data-template-name="enigma"] .module.team.view .main .image .social ul.dropdown-menu > li.contact-item > a span.text {
  margin-right: 5px;
}
[data-template-name="centum"] .module.team.view .main .image .social-icons {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.module.team.view .main .image .social-icons li.contact-item {
  display: block;
}
[data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item.email,
[data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item.phone {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  [data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item.email,
  [data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item.phone {
    width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
[data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item.email + .phone {
  margin-top: -10px;
}
[data-template-name="centum"] .module.team.view .main .image .social-icons li.contact-item i {
  display: none;
}
[data-template-name="centum"] .module.team.view .main .image .social-icons li:not(.contact-item) > a span {
  display: none;
}
.module.team.view .main .image nav ul.social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="lancer"] .module.team.view .main .image nav ul.social-media {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
[data-template-name="broad"] .module.team.view .main .image nav ul.social-media,
[data-template-name="tijdvooreensite"] .module.team.view .main .image nav ul.social-media {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  [data-template-name="broad"] .module.team.view .main .image nav ul.social-media,
  [data-template-name="tijdvooreensite"] .module.team.view .main .image nav ul.social-media {
    margin: 30px auto;
  }
}
[data-template-name="broad"] .module.team.view .main .image nav ul.social-media li,
[data-template-name="tijdvooreensite"] .module.team.view .main .image nav ul.social-media li {
  margin-bottom: 5px;
}
[data-template-name="broad"] .module.team.view .main .image nav ul.social-media li a span,
[data-template-name="tijdvooreensite"] .module.team.view .main .image nav ul.social-media li a span {
  display: none;
}
.module.team.view .main .content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .module.team.view .main .content {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
[data-template-name="enigma"] .module.team.view .main .content .header,
[data-template-name="elenor"] .module.team.view .main .content .header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="twillisky"] .module.team.view .main .content .header {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="elenor"] .module.team.view .main .content .header {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
[data-template-name="enigma"] .module.team.view .main .content .header h4,
[data-template-name="elenor"] .module.team.view .main .content .header h4 {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (max-width: 991px) {
  [data-template-name="enigma"] .module.team.view .main .content .header h4 {
    margin-top: 30px;
  }
}
[data-template-name="enigma"] .module.team.view .main .content .header h1,
[data-template-name="elenor"] .module.team.view .main .content .header h1 {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  line-height: normal;
}
[data-template-name="flex"] .module.team.view .main .content .header h1 {
  font-weight: bold;
}
[data-template-name="elenor"] .module.team.view .main .content .header h1 {
  margin-top: 10px;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
}
@media (min-width: 768px) {
  [data-template-name="broad"] .module.team.view .main .content,
  [data-template-name="tijdvooreensite"] .module.team.view .main .content,
  [data-template-name="canvas"] .module.team.view .main .content,
  [data-template-name="elenor"] .module.team.view .main .content,
  [data-template-name="flex"] .module.team.view .main .content {
    max-width: 66.667%;
  }
}
@media (max-width: 767px) {
  [data-template-name="canvas"] .module.team.view .main .content,
  [data-template-name="centum"] .module.team.view .main .content {
    max-width: 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view .main .content,
  [data-template-name="centum"] .module.team.view .main .content {
    max-width: 66.6%;
  }
}
[data-template-name="broad"] .module.team.view .main .content .job,
[data-template-name="tijdvooreensite"] .module.team.view .main .content .job {
  font-weight: bold;
}
.module.team.view .main .other-persons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}
[data-template-name="flex"] .module.team.view .main .other-persons {
  margin-top: 6rem;
}
[data-template-name="twillisky"] .module.team.view .main .other-persons header {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="enigma"] .module.team.view .main .other-persons header h2 {
  text-align: center;
  margin-bottom: 60px;
}
[data-template-name="flex"] .module.team.view .main .other-persons header h2 {
  text-align: center;
  padding-bottom: 6rem;
  margin: 0;
}
[data-template-name="elenor"] .module.team.view .main .other-persons header h2 {
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
[data-template-name="canvas"] .module.team.view .main .other-persons header h2,
[data-template-name="centum"] .module.team.view .main .other-persons header h2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
[data-template-name="canvas"] .module.team.view .main .other-persons header h2:after,
[data-template-name="centum"] .module.team.view .main .other-persons header h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(85, 85, 85, 0.1);
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.module.team.view .main .other-persons .person {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
@media (max-width: 640px) {
  .module.team.view .main .other-persons .person {
    max-width: 100%;
  }
}
[data-template-name="broad"] .module.team.view .main .other-persons .person {
  margin-bottom: 15px;
  max-width: 25%;
}
@media (max-width: 991px) {
  [data-template-name="broad"] .module.team.view .main .other-persons .person {
    margin-bottom: 30px;
  }
}
[data-template-name="twillisky"] .module.team.view .main .other-persons .person {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-template-name="twillisky"] .module.team.view .main .other-persons .person {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  [data-template-name="twillisky"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
[data-template-name="centum"] .module.team.view .main .other-persons .person {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view .main .other-persons .person {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  [data-template-name="centum"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person {
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 768px) {
  [data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
[data-template-name="enigma"] .module.team.view .main .other-persons .person {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-template-name="enigma"] .module.team.view .main .other-persons .person {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  [data-template-name="enigma"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  max-width: 50%;
}
@media (min-width: 992px) {
  [data-template-name="elenor"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
@media (min-width: 1201px) {
  [data-template-name="elenor"] .module.team.view .main .other-persons .person {
    max-width: 25%;
  }
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person:hover {
  text-decoration: none;
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person:hover header {
  bottom: 0;
  left: 0;
  right: 0;
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person:hover figure:after {
  opacity: 1;
}
[data-template-name="canvas"] .module.team.view .main .other-persons .person {
  margin-bottom: 30px;
  max-width: 50%;
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view .main .other-persons .person {
    max-width: 25%;
  }
}
[data-template-name="flex"] .module.team.view .main .other-persons .person {
  margin-bottom: 6rem;
  max-width: 25%;
}
@media (max-width: 991px) {
  [data-template-name="flex"] .module.team.view .main .other-persons .person {
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  [data-template-name="flex"] .module.team.view .main .other-persons .person {
    margin-bottom: 3rem;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  [data-template-name="flex"] .module.team.view .main .other-persons .person {
    max-width: 100%;
  }
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person > a {
  text-decoration: none;
  overflow: hidden;
}
.module.team.view .main .other-persons .person > a:hover {
  text-decoration: none;
}
.module.team.view .main .other-persons .person figure {
  position: relative;
  height: 0;
  overflow: hidden;
}
[data-template-name="broad"] .module.team.view .main .other-persons .person figure {
  padding-bottom: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure,
[data-template-name="twillisky"] .module.team.view .main .other-persons .person figure {
  padding-bottom: 100%;
  margin-bottom: 30px;
}
[data-template-name="centum"] .module.team.view .main .other-persons .person figure {
  padding-bottom: 100%;
  margin-bottom: 20px;
}
[data-template-name="canvas"] .module.team.view .main .other-persons .person figure {
  padding-bottom: calc(3/2 * 100%);
  margin-bottom: 15px;
}
[data-template-name="enigma"] .module.team.view .main .other-persons .person figure {
  padding-bottom: calc(3 / 2 * 100%);
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure {
  padding-bottom: calc(430/370 * 100%);
}
[data-template-name="flex"] .module.team.view .main .other-persons .person figure {
  padding-bottom: calc(875 / 800 * 100%);
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure:after {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  padding: 25px 30px;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure:hover:after {
  opacity: 1;
}
.module.team.view .main .other-persons .person figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
[data-template-name="flex"] .module.team.view .main .other-persons .person figure img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure + header {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  color: #fff;
  padding: 15px 30px;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure + header {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  color: #fff;
  padding: 10px 15px;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure + header h4 {
  text-transform: uppercase;
  line-height: normal;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure + header p {
  line-height: 1.7;
}
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure + header h4,
[data-template-name="tijdvooreensite"] .module.team.view .main .other-persons .person figure + header p {
  margin: 0;
  color: #fff;
}
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure + header h4,
[data-template-name="elenor"] .module.team.view .main .other-persons .person figure + header p {
  color: #fff;
}
[data-template-name="flex"] .module.team.view .main .other-persons .person header,
[data-template-name="broad"] .module.team.view .main .other-persons .person header {
  text-align: center;
}
.module.team.view .main .other-persons .person header h4 {
  margin-bottom: 5px;
}
[data-template-name="flex"] .module.team.view .main .other-persons .person header {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  [data-template-name="twillisky"] .module.team.view .main.has-widgets {
    padding-left: 40px;
    padding-right: 40px;
  }
}
[data-template-name="twillisky"] .module.team.view .main.has-widgets > .row,
[data-template-name="centum"] .module.team.view .main.has-widgets > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="centum"] .module.team.view .main.has-widgets .image {
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view .main.has-widgets .image {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  [data-template-name="centum"] .module.team.view .main.has-widgets .image {
    max-width: 33.3%;
  }
}
[data-template-name="twillisky"] .module.team.view .main.has-widgets .image {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
[data-template-name="twillisky"] .module.team.view .main.has-widgets .content {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
[data-template-name="twillisky"] .module.team.view.has-widgets > .row > .container > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="twillisky"] .module.team.view.has-widgets {
  padding-left: 15px;
  padding-right: 15px;
}
.module.team.view.has-widgets .other-persons .person {
  max-width: 50%;
}
@media (max-width: 576px) {
  .module.team.view.has-widgets .other-persons .person {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .module.team.view.has-widgets .other-persons .person {
    max-width: 33.3%;
  }
}
@media (min-width: 992px) {
  [data-template-name="elenor"] .module.team.view.has-widgets .other-persons .person {
    max-width: 33.3%;
  }
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .module.team.view.has-widgets .other-persons .person {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view.has-widgets .other-persons .person,
  [data-template-name="broad"] .module.team.view.has-widgets .other-persons .person {
    max-width: 33.3%;
  }
}
@media (min-width: 992px) {
  [data-template-name="flex"] .module.team.view.has-widgets .other-persons .person {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view.has-widgets .main .image {
    max-width: 50%;
  }
}
[data-template-name="twillisky"] .module.team.view.has-widgets .main .image {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  [data-template-name="twillisky"] .module.team.view.has-widgets .main .image {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="tijdvooreensite"] .module.team.view.has-widgets .main .image {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  [data-template-name="tijdvooreensite"] .module.team.view.has-widgets .main .content {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
[data-template-name="twillisky"] .module.team.view.has-widgets .main .content {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  [data-template-name="twillisky"] .module.team.view.has-widgets .main .content {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  [data-template-name="canvas"] .module.team.view.has-widgets .main .content {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view.has-widgets .main .content {
    max-width: 66.667%;
  }
}
@media (max-width: 767px) {
  [data-template-name="centum"] .module.team.view .widgets {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
[data-template-name="enigma"] .module.team.view .widgets .widget:only-child {
  margin-top: 0;
}
.module.team.view > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="elenor"] .module.team.view > .row .widgets {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  [data-template-name="elenor"] .module.team.view > .row .widgets {
    width: 100%;
    max-width: 33.3%;
  }
}
[data-template-name="canvas"] .module.team.view > .row .widgets {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 240px;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [data-template-name="canvas"] .module.team.view > .row .widgets {
    max-width: 210px;
  }
}
@media (max-width: 991px) {
  [data-template-name="canvas"] .module.team.view > .row .widgets {
    max-width: 100%;
  }
}
[data-template-name="elenor"] .module.team.view > .row .widgets.right {
  text-align: left;
}
[data-template-name="enigma"] .module.team.view > .row .widgets.right,
[data-template-name="canvas"] .module.team.view > .row .widgets.right,
[data-template-name="elenor"] .module.team.view > .row .widgets.right {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
[data-template-name="elenor"] .module.team.view > .row .widgets.left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 1201px) {
  [data-template-name="elenor"] .module.team.view > .row .widgets.left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
[data-template-name="enigma"] .module.team.view > .row .widgets.left,
[data-template-name="canvas"] .module.team.view > .row .widgets.left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  [data-template-name="enigma"] .module.team.view > .row .widgets.left,
  [data-template-name="canvas"] .module.team.view > .row .widgets.left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
.module.team.view > .row .col.main {
  padding-left: 15px;
  padding-right: 15px;
}
.module.team.view > .row .col.main .col {
  padding-left: 15px;
  padding-right: 15px;
}
[data-template-name="broad"] .module.team.view > .row .col.main,
[data-template-name="tijdvooreensite"] .module.team.view > .row .col.main {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  [data-template-name="canvas"] .module.team.view > .row .col.main {
    margin-bottom: 40px !important;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEE;
  }
}
@media (min-width: 992px) {
  [data-template-name="broad"] .module.team.view > .row .col.main.has-widgets,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets {
    max-width: 66.6667%;
  }
}
@media (min-width: 1201px) {
  [data-template-name="elenor"] .module.team.view > .row .col.main.has-widgets {
    max-width: 66.6667%;
  }
}
[data-template-name="centum"] .module.team.view > .row .col.main.has-widgets {
  max-width: 100%;
}
@media (min-width: 992px) {
  [data-template-name="centum"] .module.team.view > .row .col.main.has-widgets {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  [data-template-name="enigma"] .module.team.view > .row .col.main.has-widgets {
    max-width: 970px;
  }
}
[data-template-name="canvas"] .module.team.view > .row .col.main.has-widgets {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  max-width: 860px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [data-template-name="canvas"] .module.team.view > .row .col.main.has-widgets {
    max-width: 690px;
  }
}
@media (max-width: 991px) {
  [data-template-name="canvas"] .module.team.view > .row .col.main.has-widgets {
    max-width: 100%;
  }
}
.module.team.view > .row .col.main.has-widgets.left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  [data-template-name="broad"] .module.team.view > .row .col.main.has-widgets.left,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets.left {
    padding-left: 45px;
  }
}
[data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets.left {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets.left {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  [data-template-name="twillisky"] .module.team.view > .row .col.main.has-widgets.left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view > .row .col.main.has-widgets.left {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  [data-template-name="twillisky"] .module.team.view > .row .col.main.has-widgets.left + .widgets {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view > .row .col.main.has-widgets.left + .widgets {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
.module.team.view > .row .col.main.has-widgets.right {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  [data-template-name="broad"] .module.team.view > .row .col.main.has-widgets.right,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets.right {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  [data-template-name="twillisky"] .module.team.view > .row .col.main.has-widgets.right {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view > .row .col.main.has-widgets.right {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
[data-template-name="tijdvooreensite"] .module.team.view > .row .col.main.has-widgets.right {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
[data-template-name="elenor"] .module.team.view > .row .col.main.has-widgets.right {
  text-align: left;
}
@media (min-width: 992px) {
  [data-template-name="canvas"] .module.team.view > .row .col.main.has-widgets.right {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  [data-template-name="twillisky"] .module.team.view > .row .col.main.has-widgets.right + .widgets {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
@media (min-width: 768px) {
  [data-template-name="centum"] .module.team.view > .row .col.main.has-widgets.right + .widgets {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
}
.module.team.view > .row .col[class*="sidebar-"],
.module.team.view > .row .col.widgets {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  [data-template-name="broad"] .module.team.view > .row .col[class*="sidebar-"],
  [data-template-name="broad"] .module.team.view > .row .col.widgets,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col[class*="sidebar-"],
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.widgets {
    max-width: 33.3%;
  }
}
[data-template-name="broad"] .module.team.view > .row .col.sidebar-left,
[data-template-name="tijdvooreensite"] .module.team.view > .row .col.sidebar-left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  [data-template-name="broad"] .module.team.view > .row .col.sidebar-left,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .col.sidebar-left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
[data-template-name="broad"] .module.team.view > .row .col.sidebar-right,
[data-template-name="tijdvooreensite"] .module.team.view > .row .col.sidebar-right {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
[data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-left {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
[data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-right {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
[data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-left,
[data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-right {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  [data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-left,
  [data-template-name="tijdvooreensite"] .module.team.view > .row .sidebar-right {
    max-width: 33.3%;
  }
}
[data-template-name="twillisky"] .widget.team .social-media-icons {
  margin-bottom: 30px;
}
[data-template-name="twillisky"] .widget.team .social-media-icons li:not(.contact-item) > a i {
  margin-right: 0;
}
[data-template-name="twillisky"] .widget.team .social-media-icons li.contact-item {
  width: 100%;
  text-align: left;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  margin: 5px 0 15px 0;
}
[data-template-name="twillisky"] .widget.team .social-media-icons li.contact-item.phone + .email {
  margin-top: -10px;
}
[data-template-name="twillisky"] .widget.team .social-media-icons li.contact-item > a {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: left;
  line-height: normal;
}
[data-template-name="twillisky"] .widget.team .social-media-icons li.contact-item > a span.text,
[data-template-name="centum"] .widget.team .social-media-icons li.contact-item > a span.text {
  display: none;
}
[data-template-name="twillisky"] .widget.team .social-media-icons i {
  margin-right: 5px;
}
.slides-container {
  position: relative;
}
[data-template-name="centum"] .slides-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px auto;
}
@media (max-width: 767px) {
  [data-template-name="centum"] .slides-container {
    max-width: 330px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  [data-template-name="centum"] .slides-container {
    max-width: 450px;
  }
}
.slides-container .swiper-container:not([data-slide-size="1"])[data-effect="zoom"] .swiper-slide img,
.slides-container .main-slider:not(.multi-slider)[data-effect="zoom"] .swiper-slide img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: transform 5s linear;
  -moz-transition: transform 5s linear;
  -ms-transition: transform 5s linear;
  -o-transition: transform 5s linear;
}
.slides-container .swiper-container:not([data-slide-size="1"])[data-effect="zoom"] .swiper-slide-active img,
.slides-container .main-slider:not(.multi-slider)[data-effect="zoom"] .swiper-slide-active img {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  -webkit-transition: transform 25s linear;
  -moz-transition: transform 25s linear;
  -ms-transition: transform 25s linear;
  -o-transition: transform 25s linear;
}
.slides-container .content {
  position: relative;
  z-index: 3;
  padding: 0 50px;
  width: 100%;
  max-width: 1170px;
}
.slides-container .content h1,
.slides-container .content h2,
.slides-container .content h3,
.slides-container .content h4,
.slides-container .content h5,
.slides-container .content h6 {
  color: #fff;
}
.slides-container .content ul,
.slides-container .content ol {
  padding-left: 20px;
}
.slides-container .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slides-container .swiper-slide.position-up {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.slides-container .swiper-slide.position-up .content {
  padding-top: 40px;
}
.slides-container .swiper-slide.position-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slides-container .swiper-slide.position-down {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.slides-container .swiper-slide.position-down .content {
  padding-bottom: 40px;
}
.slides-container.layer .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.slides-container .vimeo-container {
  background-color: #000;
  position: absolute;
  width: 1920px;
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slides-container .vimeo-container #spinner {
  z-index: -1;
}
.slides-container .vimeo-container .video-container {
  padding: 0;
  margin: 0;
  height: auto;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.slides-container .vimeo-container iframe {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.swiper-button-next,
.swiper-button-prev {
  background-image: none !important;
  color: #fff;
  font-size: 30px;
}
.continue-arrow {
  text-align: center;
  max-width: fit-content;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.continue-arrow > a {
  padding: 0;
}
[data-template-name="elenor"] .slides-container {
  color: #fff;
}
[data-template-name="elenor"] .slides-container h2 {
  line-height: 1;
}
@media (min-width: 1201px) {
  [data-template-name="elenor"] .slides-container h2 {
    font-size: 89px;
  }
}
@media (max-width: 1200px) {
  [data-template-name="elenor"] .slides-container h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  [data-template-name="elenor"] .slides-container h2 {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  [data-template-name="elenor"] .slides-container h2 {
    font-size: 26px;
  }
}
[data-template-name="elenor"] .slides-container section p {
  color: inherit;
}
@media (min-width: 1201px) {
  [data-template-name="elenor"] .slides-container section p {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  [data-template-name="elenor"] .slides-container section p {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  [data-template-name="elenor"] .slides-container section p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  [data-template-name="elenor"] .slides-container section p {
    font-size: 18px;
  }
}
[data-template-name="elenor"] .slides-container .content {
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  [data-template-name="elenor"] .slides-container .content {
    padding: 0 50px;
  }
}
[data-template-name="canvas"] .slides-container {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  font-size: 24px;
}
@media (max-width: 991px) {
  [data-template-name="canvas"] .slides-container {
    font-size: 18px;
  }
}
[data-template-name="canvas"] .slides-container h2,
[data-template-name="canvas"] .slides-container h3,
[data-template-name="canvas"] .slides-container h4,
[data-template-name="canvas"] .slides-container h5,
[data-template-name="canvas"] .slides-container h6 {
  color: #fff;
}
[data-template-name="canvas"] .slides-container h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  [data-template-name="canvas"] .slides-container h2 {
    font-size: 50px;
  }
}
[data-template-name="canvas"] .slides-container .button {
  font-size: 18px;
}
[data-template-name="canvas"] .slides-container .content {
  text-align: center;
}
[data-template-name="canvas"] .slides-container .content ul,
[data-template-name="canvas"] .slides-container .content ol {
  text-align: left;
}
[data-template-name="twillisky"] .slides-container header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
}
[data-template-name="twillisky"] .slides-container header + nav {
  margin-top: 15px;
}
[data-template-name="twillisky"] .slides-container header,
[data-template-name="twillisky"] .slides-container section {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  display: block;
  margin: 2px 0;
  width: fit-content;
  position: relative !important;
}
[data-template-name="twillisky"] .slides-container header h2,
[data-template-name="twillisky"] .slides-container section h2,
[data-template-name="twillisky"] .slides-container header p:only-child,
[data-template-name="twillisky"] .slides-container section p:only-child,
[data-template-name="twillisky"] .slides-container header p:last-child,
[data-template-name="twillisky"] .slides-container section p:last-child {
  margin: 0;
}
[data-template-name="twillisky"] .slides-container section h2,
[data-template-name="twillisky"] .slides-container section h3,
[data-template-name="twillisky"] .slides-container section h4,
[data-template-name="twillisky"] .slides-container section h5,
[data-template-name="twillisky"] .slides-container section h6 {
  margin-bottom: 15px;
}
/*
[data-template-name="centum"] {
  .slides-container {
    padding: 0 10px;
    color: #fff;
    .text-shadow(3px 3px 5px fade(#000, 60%));
    font-size: 20px;
    width:100%;
    max-width:100%;
    margin-bottom:20px;

    .swiper-container {
      width: 100%;
    }

    h2, h3, h4, h5, h6 {
      color: #fff;
    }

    li {
      line-height: 1.5;
    }

    h2 {
      font-size: 30px;
      @media (min-width: 992px) {
        font-size: 50px;
      }
    }

    p {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 15px;
    }

    .button {
      font-size: 18px;
      .text-shadow(none);
    }

    .content {
      text-align: center;

      ul, ol {
        text-align: left;
        margin-bottom: 15px;
      }
    }

    @media (min-width: 1389px) {
      padding: 0 15px;
    }

    @media (max-width: 1200px) {
      padding: 0;
      max-width: 960px;
      margin: 0 auto;
    }
    @media (max-width: 991px) {
      max-width: 768px;
      font-size: 18px;
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
      width: 420px;
    }

    @media (max-width: 480px) {
      width: 300px;
    }

  }
}*/
[data-template-name="tijdvooreensite"] .slides-container,
[data-template-name="broad"] .slides-container {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
[data-template-name="tijdvooreensite"] .slides-container h1,
[data-template-name="broad"] .slides-container h1,
[data-template-name="tijdvooreensite"] .slides-container h2,
[data-template-name="broad"] .slides-container h2,
[data-template-name="tijdvooreensite"] .slides-container h3,
[data-template-name="broad"] .slides-container h3,
[data-template-name="tijdvooreensite"] .slides-container h4,
[data-template-name="broad"] .slides-container h4,
[data-template-name="tijdvooreensite"] .slides-container h5,
[data-template-name="broad"] .slides-container h5,
[data-template-name="tijdvooreensite"] .slides-container h6,
[data-template-name="broad"] .slides-container h6 {
  color: #fff;
}
[data-template-name="tijdvooreensite"] .slides-container h2,
[data-template-name="broad"] .slides-container h2 {
  font-size: 36px;
  line-height: normal;
}
@media (max-width: 768px) {
  [data-template-name="tijdvooreensite"] .slides-container h2,
  [data-template-name="broad"] .slides-container h2 {
    font-size: 24px;
  }
}
[data-template-name="tijdvooreensite"] .slides-container .content,
[data-template-name="broad"] .slides-container .content {
  padding: 0 40px;
}
@media (min-width: 768px) {
  [data-template-name="tijdvooreensite"] .slides-container .content,
  [data-template-name="broad"] .slides-container .content {
    padding: 0 70px;
  }
}
[data-template-name="tijdvooreensite"] .slides-container.swiper-no-swiping .content,
[data-template-name="broad"] .slides-container.swiper-no-swiping .content {
  padding: 0 15px;
}
@media (min-width: 768px) {
  [data-template-name="tijdvooreensite"] .slides-container.swiper-no-swiping .content,
  [data-template-name="broad"] .slides-container.swiper-no-swiping .content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  [data-template-name="tijdvooreensite"] .slides-container .swiper-button-next,
  [data-template-name="tijdvooreensite"] .slides-container .swiper-button-prev {
    bottom: 0;
    top: auto;
    font-size: 25px;
    width: 30px;
    height: 30px;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1201px) {
  [data-template-name="flex"] .slides-container .content {
    padding: 0 15px;
  }
}
@media (max-width: 1370px) {
  [data-template-name="flex"] .slides-container .content {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  [data-template-name="flex"] .slides-container .content {
    padding: 3rem;
  }
}
[data-template-name="flex"] .slides-container .swiper-slide.position-up .content {
  padding-top: 3rem;
}
[data-template-name="flex"] .slides-container .swiper-slide.position-down .content {
  padding-bottom: 60px;
}
@media (max-width: 1370px) {
  [data-template-name="flex"] .swiper-button-next,
  [data-template-name="flex"] .swiper-button-prev {
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  [data-template-name="flex"] .swiper-button-next,
  [data-template-name="flex"] .swiper-button-prev {
    font-size: 20px;
  }
}
.slides-container .swiper-slide {
  background-image: none !important;
}
.slides-container .swiper-slide figure.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.slides-container .swiper-slide figure.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  display: block;
  padding: 0;
}
.object_list.has-widgets > .row > .container {
  width: 100%;
}
.object_list .category.item {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  margin: 15px 0;
  border-color: #ddd;
}
.object_list .category.item header h3 {
  margin: 0;
}
.object_list .category.item header > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ccc;
}
.object_list .category.item header > a:after {
  background-color: #fff;
  border: 1px solid #ddd;
  content: "\f067";
  font-weight: bold;
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
}
.object_list .category.item header > a.active:after {
  content: "\f068";
}
.object_list .category.item header > a.category-toggle.active:after {
  background-color: #fff;
  color: #ccc;
  border-color: #ddd;
}
.object_list .category.item header > a.category-toggle:hover,
.object_list .category.item header > a.category-toggle.active,
.object_list .category.item header > a.category-toggle:active {
  text-decoration: none;
  border: none;
}
.object_list .category.item nav[id] {
  display: none;
}
.object_list .category.item nav[id].active {
  display: block;
}
.object_list .category.item ul {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0;
}
.object_list .category.item ul li {
  border-bottom-style: dashed;
  border-color: #ccc;
  border-bottom-width: 1px;
  padding: 5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.object_list .category.item ul li:only-child,
.object_list .category.item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.object_list .category.item ul li > a {
  position: relative;
  color: #ccc;
}
.object_list .category.item ul li > a.tip {
  color: #ccc;
}
.object_list .category.item ul li > a.tip.active {
  color: #878787;
  font-weight: bold;
}
.object_list .category.item ul li span.title {
  margin-right: 10px;
  max-width: calc(100% - 110px);
}
.object_list .category.item ul li span.price {
  font-weight: bold;
  margin-left: auto;
}
.object_list .category.item ul li span.price + .tip {
  margin-left: 10px;
}
.object_list .tooltip-content {
  display: none;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  max-width: 320px;
  min-width: 320px;
  z-index: 2000;
  width: 100%;
  padding: 15px;
}
@media (max-width: 991px) {
  .object_list .tooltip-content {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    max-width: 100%;
    top: auto;
    max-height: 50vh;
    overflow: auto;
    min-width: 1px;
  }
}
.object_list .tooltip-content .close-tooltip {
  font-size: 13px;
  text-align: left;
  display: block;
  margin: 0;
}
@media (max-width: 991px) {
  .object_list .tooltip-content .close-tooltip {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.object_list .tooltip-content:after {
  right: 100%;
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-top: 9px;
}
@media (max-width: 991px) {
  .object_list .tooltip-content figure,
  .object_list .tooltip-content section {
    float: left;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .object_list .tooltip-content figure,
  .object_list .tooltip-content section {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .object_list .tooltip-content nav {
    clear: both;
  }
}
.object_list .tooltip-content nav > a {
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .object_list .tooltip-content figure + section {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .object_list .tooltip-content figure + section {
    padding: 0;
  }
}
.object_list .tooltip-content figure img {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .object_list .tooltip-content section.no-image {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
.object_list .tooltip-content.active {
  display: block;
}
.object_list .tooltip-content.bottom {
  bottom: auto;
  left: 0;
  top: calc(100% + 15px);
  max-width: 100%;
}
.object_list .tooltip-content.bottom:after {
  bottom: 100%;
  left: auto;
  right: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-left: 9px;
  top: auto;
}
.object_list .tooltip-content.bottom figure,
.object_list .tooltip-content.bottom section {
  float: left;
  max-width: 50%;
}
.object_list .tooltip-content.bottom section {
  padding: 0 15px;
}
.object_list .tooltip-content.bottom section.no-image {
  padding: 0;
  max-width: 100%;
}
.object_list .tooltip-content.bottom figure img {
  margin-bottom: 0;
  margin-right: 15px;
}
.object_list .tooltip-content.bottom nav {
  clear: both;
}
.object_list .tooltip-inner {
  width: 320px;
}
.object_list .tooltip-inner figure img {
  max-width: 100%;
}
.object-label {
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .object-label {
    font-size: 14px;
  }
}
.object-category .items > .row .item .image {
  position: relative;
}
.object-category .items > .row .item .image .object-label {
  position: absolute;
  right: 15px;
  top: 15px;
  margin-left: 15px;
}
/* Share function */
.object.view .share {
  margin-bottom: 30px;
}
.object.view .share .container {
  width: 100%;
  padding: 0;
}
.object.view .share .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.object.view .share .content h3 {
  margin: 0 15px 0 0;
}
.object.view .share nav {
  margin: 0;
}
.object.view .share nav ul li a {
  width: 30px;
  height: 30px;
}
.object.view .share nav ul li a:hover i,
.object.view .share nav ul li a:hover span {
  left: 0;
}
.object.view .share nav ul li a span {
  display: none;
}
.object.view .share nav ul li a i {
  width: 30px;
  line-height: 30px;
  font-size: 18px;
}
.object.view .form-container .g-recaptcha {
  transform: scale(1) !important;
}
.widget.contactdetails header {
  /* Twillisky */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
}
.widget.contactdetails .contact-details,
.widget.contactdetails .social-icons,
.widget.contactdetails .opening-hours ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 10px 0;
}
.widget.contactdetails .contact-details li,
.widget.contactdetails .social-icons li,
.widget.contactdetails .opening-hours ul li {
  display: block;
  margin: 5px 0;
  line-height: normal;
}
.widget.contactdetails .contact-details li.whatsapp,
.widget.contactdetails .social-icons li.whatsapp,
.widget.contactdetails .opening-hours ul li.whatsapp {
  margin: 10px 0;
  width: 100%;
}
.widget.contactdetails .contact-details li.whatsapp a,
.widget.contactdetails .social-icons li.whatsapp a,
.widget.contactdetails .opening-hours ul li.whatsapp a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  line-height: normal;
  background-color: #25d366;
  color: #fff;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 8px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.5s ease-in 0.1s;
  -moz-transition: background-color 0.5s ease-in 0.1s;
  -ms-transition: background-color 0.5s ease-in 0.1s;
  -o-transition: background-color 0.5s ease-in 0.1s;
}
.widget.contactdetails .contact-details li.whatsapp a i,
.widget.contactdetails .social-icons li.whatsapp a i,
.widget.contactdetails .opening-hours ul li.whatsapp a i {
  font-size: 28px;
  color: #fff;
  padding: 0 0 0 8px;
  width: 40px;
  text-align: center;
}
.widget.contactdetails .contact-details li.whatsapp a i,
.widget.contactdetails .social-icons li.whatsapp a i,
.widget.contactdetails .opening-hours ul li.whatsapp a i,
.widget.contactdetails .contact-details li.whatsapp a span,
.widget.contactdetails .social-icons li.whatsapp a span,
.widget.contactdetails .opening-hours ul li.whatsapp a span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.widget.contactdetails .contact-details li.whatsapp a span,
.widget.contactdetails .social-icons li.whatsapp a span,
.widget.contactdetails .opening-hours ul li.whatsapp a span {
  font-size: 17px;
  margin-left: 8px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  margin-right: 0;
}
.widget.contactdetails .contact-details li.whatsapp a:hover,
.widget.contactdetails .social-icons li.whatsapp a:hover,
.widget.contactdetails .opening-hours ul li.whatsapp a:hover {
  background-color: #075e54;
  color: #fff;
}
.widget.contactdetails .contact-details.contact li,
.widget.contactdetails .social-icons.contact li,
.widget.contactdetails .opening-hours ul.contact li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.widget.contactdetails .contact-details.contact li a:not([class]),
.widget.contactdetails .social-icons.contact li a:not([class]),
.widget.contactdetails .opening-hours ul.contact li a:not([class]) {
  line-height: normal;
}
.widget.contactdetails .contact-details.contact li span,
.widget.contactdetails .social-icons.contact li span,
.widget.contactdetails .opening-hours ul.contact li span {
  min-width: 20px;
  margin-right: 8px;
}
.widget.contactdetails .contact-details {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.widget.contactdetails .contact-details.company > li,
.widget.contactdetails .contact-details.company > div {
  margin-bottom: 10px;
}
.widget.contactdetails .opening-hours {
  -webkit-flex: 1 1 320px;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
}
.widget.contactdetails .opening-hours ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 5px 0;
  line-height: normal;
}
.widget.contactdetails .social-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-template-name="canvas"] .widget.contactdetails .social-icons li,
[data-template-name="centum"] .widget.contactdetails .social-icons li,
[data-template-name="tijdvooreensite"] .widget.contactdetails .social-icons li,
[data-template-name="flex"] .widget.contactdetails .social-icons li {
  margin: 0;
}
.widget.contactdetails .social-icons .redactor-social-icon {
  padding: 0;
}
.widget.form .form-group[data-template="25"] .col-sm-5,
.widget.form .form-group[data-template="25"] .col-sm-2 {
  width: 100%;
  margin-bottom: 15px;
}
.widget.form .form-group[data-template="26"] .col-md-2,
.widget.form .form-group[data-template="26"] .col-md-8 {
  width: 100%;
  margin-bottom: 15px;
}
.notification {
  padding: 10px 15px 0 15px;
  text-align: center;
  position: relative;
  top: 0;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  -webkit-transition: margin 0.6s ease-in;
  -moz-transition: margin 0.6s ease-in;
  -ms-transition: margin 0.6s ease-in;
  -o-transition: margin 0.6s ease-in;
}
.notification.slideUp {
  display: none;
}
.notification[data-accepted="1"]:not(.slideUp),
.notification.accepted-1:not(.slideUp) {
  display: none;
}
@media (min-width: 481px) {
  .notification {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 40px 0 40px;
  }
}
.notification h1,
.notification h2,
.notification h3,
.notification h4,
.notification h5,
.notification h6 {
  color: #fff;
  display: block;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 0 10px 0;
  line-height: normal;
}
.notification strong {
  color: #fff;
}
.notification p {
  margin-bottom: 10px;
}
.notification p:only-child,
.notification p:last-child,
.notification p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.notification ul,
.notification ol,
.notification blockquote {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .notification ul,
  .notification ol {
    text-align: left;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .notification p:first-child,
  .notification h1:first-child,
  .notification h2:first-child,
  .notification h3:first-child,
  .notification h4:first-child,
  .notification h5:first-child,
  .notification h6:first-child {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.notification .close,
.notification .n-close {
  position: absolute;
  opacity: 1;
  font-size: 15px;
  margin: 0;
  top: 5px;
  right: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .notification .close,
  .notification .n-close {
    top: 5px;
    right: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.notification .close:hover,
.notification .n-close:hover,
.notification .close:active,
.notification .n-close:active,
.notification .close:focus,
.notification .n-close:focus {
  outline: 0;
  outline-offset: 0;
}
.notification .button {
  margin: 0 5px 10px 5px;
}
@media (max-width: 480px) {
  .notification .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 641px) {
  .notification .button {
    /*margin-bottom:0;*/
  }
}
.navbar-brand,
.brand {
  position: relative;
}
[data-template-name="centum"] .navbar-brand,
[data-template-name="centum"] .brand,
[data-template-name="twillisky"] .navbar-brand,
[data-template-name="twillisky"] .brand {
  display: block;
}
[data-template-name="tijdvooreensite"] .navbar-brand,
[data-template-name="tijdvooreensite"] .brand {
  overflow: hidden;
}
.navbar-brand img,
.brand img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.navbar-brand img.logo,
.brand img.logo {
  opacity: 1;
}
.navbar-brand img.logo.non-active,
.brand img.logo.non-active {
  opacity: 0;
}
[data-template-name="elenor"] #main-header:not(.no-slides) .navbar-brand img.logo.non-active,
[data-template-name="elenor"] #main-header:not(.no-slides) .brand img.logo.non-active,
[data-template-name="flex"] #header-container.has-slides .navbar-brand img.logo.non-active,
[data-template-name="flex"] #header-container.has-slides .brand img.logo.non-active,
[data-template-name="flex"] #header-container:not(.has-slides) .navbar-brand img.logo.non-active,
[data-template-name="flex"] #header-container:not(.has-slides) .brand img.logo.non-active {
  opacity: 1;
}
[data-template-name="elenor"] #main-header:not(.no-slides) .navbar-brand img.logo,
[data-template-name="elenor"] #main-header:not(.no-slides) .brand img.logo,
[data-template-name="flex"] #header-container.has-slides .navbar-brand img.logo,
[data-template-name="flex"] #header-container.has-slides .brand img.logo {
  opacity: 0;
}
[data-template-name="flex"] #header-container.has-slides.menu-open .navbar-brand img.logo,
[data-template-name="flex"] #header-container.has-slides.menu-open .brand img.logo {
  opacity: 1;
}
[data-template-name="elenor"] #main-header:not(.no-slides) .navbar-brand img.logo.no-alternative,
[data-template-name="elenor"] #main-header:not(.no-slides) .brand img.logo.no-alternative,
[data-template-name="flex"] #header-container.has-slides .navbar-brand img.logo.no-alternative,
[data-template-name="flex"] #header-container.has-slides .brand img.logo.no-alternative {
  opacity: 1;
}
[data-template-name="elenor"] #main-header.no-alternative .navbar-brand img.logo,
[data-template-name="elenor"] #main-header.no-alternative .brand img.logo {
  opacity: 1;
}
.navbar-brand img.alternative_logo,
.brand img.alternative_logo {
  opacity: 0;
  position: absolute;
  left: 0;
}
[data-template-name="elenor"] #main-header:not(.no-slides) .navbar-brand img.alternative_logo,
[data-template-name="elenor"] #main-header:not(.no-slides) .brand img.alternative_logo,
[data-template-name="flex"] #header-container.has-slides:not(.menu-open) .navbar-brand img.alternative_logo,
[data-template-name="flex"] #header-container.has-slides:not(.menu-open) .brand img.alternative_logo {
  opacity: 1;
}
[data-template-name="elenor"] .navbar-brand img.alternative_logo,
[data-template-name="elenor"] .brand img.alternative_logo {
  top: 0;
}
[data-template-name="twillisky"] .navbar-brand img.alternative_logo,
[data-template-name="twillisky"] .brand img.alternative_logo {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  [data-template-name="twillisky"] .navbar-brand img.alternative_logo,
  [data-template-name="twillisky"] .brand img.alternative_logo {
    left: 0;
    right: 0;
  }
}
[data-template-name="tijdvooreensite"] .navbar-brand img.alternative_logo,
[data-template-name="tijdvooreensite"] .brand img.alternative_logo,
[data-template-name="canvas"] .navbar-brand img.alternative_logo,
[data-template-name="canvas"] .brand img.alternative_logo,
[data-template-name="enigma"] .navbar-brand img.alternative_logo,
[data-template-name="enigma"] .brand img.alternative_logo {
  top: 0;
}
.navbar-brand img.alternative_logo.active,
.brand img.alternative_logo.active {
  opacity: 1;
}
[data-template-name="elenor"] #main-header:not(.no-slides) .navbar-brand img.alternative_logo.active,
[data-template-name="elenor"] #main-header:not(.no-slides) .brand img.alternative_logo.active,
[data-template-name="flex"] #header-container.has-slides .navbar-brand img.alternative_logo.active,
[data-template-name="flex"] #header-container.has-slides .brand img.alternative_logo.active,
[data-template-name="flex"] #header-container:not(.has-slides) .navbar-brand img.alternative_logo.active,
[data-template-name="flex"] #header-container:not(.has-slides) .brand img.alternative_logo.active {
  opacity: 0;
}
section.questionnaire .questionnaire {
  max-width: 1000px;
  margin: 0 auto 15px auto;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
}
[data-template-name="elenor"] section.questionnaire .questionnaire {
  max-width: 100%;
  padding: 30px;
}
[data-template-name="canvas"] section.questionnaire .questionnaire {
  max-width: 100%;
  padding: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="twillisky"] section.questionnaire .questionnaire {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="centum"] section.questionnaire .questionnaire {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
  padding: 30px;
}
[data-template-name="broad"] section.questionnaire .questionnaire {
  max-width: 100%;
  padding: 30px;
}
section.questionnaire .questionnaire .question {
  text-align: center;
}
[data-template-name="elenor"] section.questionnaire .questionnaire .question h2 {
  margin-top: 0;
}
section.questionnaire .questionnaire .question form {
  text-align: left;
}
section.questionnaire .questionnaire .question .options {
  text-align: left;
}
section.questionnaire .questionnaire .question .options .radio {
  padding: 10px 10px 10px 55px;
  margin: 15px 0;
  border-radius: 6px;
  transition: 0.3s background;
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
[data-template-name="twillisky"] section.questionnaire .questionnaire .question .options .radio,
[data-template-name="canvas"] section.questionnaire .questionnaire .question .options .radio,
[data-template-name="centum"] section.questionnaire .questionnaire .question .options .radio {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[data-template-name="canvas"] section.questionnaire .questionnaire .question .options .radio {
  border-width: 2px;
  text-transform: none;
}
[data-template-name="elenor"] section.questionnaire .questionnaire .question .options .radio {
  margin: 18px 0;
}
section.questionnaire .questionnaire .question .options .radio label {
  min-height: unset;
  padding-left: 15px;
}
section.questionnaire .questionnaire .question .options .radio span {
  transition: 0.3s color;
}
section.questionnaire .questionnaire .question .options .radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
section.questionnaire .questionnaire .question .options .radio input[type=radio]:checked ~ .checkmark {
  display: block;
}
section.questionnaire .questionnaire .question .options .radio .checkmark {
  position: absolute;
  top: calc(50% - 12.5px);
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
section.questionnaire .questionnaire .question .options .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
@media (max-width: 640px) {
  section.questionnaire .questionnaire .question .options .buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  section.questionnaire .questionnaire .question .options .buttons button {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  section.questionnaire .questionnaire .question .options .buttons button#questionnaire_previous {
    margin-right: 5px;
  }
}
@media (max-width: 640px) {
  section.questionnaire .questionnaire .question .options .buttons button#submit_questionnaire {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media (min-width: 641px) {
  [data-template-name="elenor"] section.questionnaire .questionnaire .question .options .buttons button {
    margin-right: 0;
    margin-bottom: 0;
  }
}
section.questionnaire .questionnaire .question .options button {
  border: 0;
}
.share {
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0px;
}
.share nav {
  margin-left: 10px;
  margin-right: 10px;
}
[data-template-name="flex"] .share nav {
  margin-left: 0;
  margin-right: 0;
}
.share nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.share nav ul li {
  float: left;
  width: auto;
}
.share nav ul li.facebook:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.facebook a {
  background-color: #3b5998;
}
.share nav ul li.twitter:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.twitter img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  line-height: 25px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.share nav ul li.twitter a {
  background-color: #0f1419;
}
.share nav ul li.twitter a:hover img {
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
}
.share nav ul li.linkedin:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.linkedin a {
  background-color: #007bb5;
}
.share nav ul li.pinterest:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.pinterest a {
  background-color: #c8232c;
}
.share nav ul li.googleplus:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.googleplus a {
  background-color: #dd4b39;
}
.share nav ul li.whatsapp:before {
  content: "";
  margin: 0px;
  display: none;
}
.share nav ul li.whatsapp a {
  background-color: #4dc247;
}
.share nav ul li a {
  display: block;
  padding: 10px 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.share nav ul li a span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: -50px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  box-sizing: border-box;
}
.share nav ul li a i {
  font-size: 20px;
  margin: 0px;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  display: block;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.share nav ul li a:hover {
  z-index: 3;
  width: 100px;
  -webkit-box-shadow: 10px 0px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.share nav ul li a:hover span {
  left: 10px;
}
.share nav ul li a:hover i {
  left: 50px;
}
.share nav ul li:last-child a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.share.mobile nav ul li {
  max-width: 20%;
}
.share.mobile nav ul li a {
  width: auto;
  padding: 10px 8px;
  height: auto;
  line-height: 20px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.share.mobile nav ul li a span {
  position: relative;
  width: auto;
  left: 0px;
  float: left;
  height: auto;
  line-height: 20px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  margin: 0px 5px 0px 0px;
}
.share.mobile nav ul li a i {
  width: 25px;
  position: relative;
  line-height: 20px;
  font-size: 18px;
  float: left;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  text-align: center;
}
.share.mobile nav ul li a:hover {
  width: auto;
}
.share.mobile nav ul li a:hover span,
.share.mobile nav ul li a:hover i {
  left: 0px;
}
.scroll-to-top {
  display: none;
}
.opening-hours {
  margin: 0 0 20px 0;
  padding: 0 !important;
  list-style: none;
  border-collapse: collapse;
  border: none;
}
.opening-hours ul {
  padding: 0 !important;
  list-style: none;
}
.opening-hours ul:not([class]) {
  padding: 0;
}
.opening-hours ul:not([class]) li:before {
  display: none !important;
}
.opening-hours li,
.opening-hours tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 0;
  padding-left: 0 !important;
}
.opening-hours li td,
.opening-hours tr td,
.opening-hours li .day,
.opening-hours tr .day,
.opening-hours li .time,
.opening-hours tr .time {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: 10px;
}
.opening-hours li td:first-child,
.opening-hours tr td:first-child,
.opening-hours li .day,
.opening-hours tr .day {
  text-align: left;
}
.opening-hours li td:last-child,
.opening-hours tr td:last-child,
.opening-hours li .time,
.opening-hours tr .time {
  text-align: right;
  padding-right: 10px;
}
.opening-hours li .closed,
.opening-hours tr .closed {
  font-weight: bold;
}
.opening-hours tr td {
  border: none;
}
html.logged-in #tutorial {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 100;
}
table:not(.sweet-grid, .opening-hours) {
  min-height: 0.01%;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
table:not(.sweet-grid, .opening-hours) td {
  padding: 8px;
  line-height: 1.8;
  vertical-align: top;
}
@media (max-width: 991px) {
  table:not(.sweet-grid, .opening-hours) td {
    white-space: nowrap;
  }
}
#subnavigation {
  padding-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  margin-top: 30px;
}
[data-template-name="lancer"] #subnavigation,
[data-template-name="tijdvooreensite"] #subnavigation {
  padding-bottom: 30px;
}
[data-template-name="twillisky"] #subnavigation,
[data-template-name="centum"] #subnavigation,
[data-template-name="canvas"] #subnavigation,
[data-template-name="broad"] #subnavigation {
  width: 100%;
}
#subnavigation .row {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#subnavigation .row .col {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
[data-template-name="flex"] #subnavigation .row .col {
  max-width: fit-content;
}
[data-template-name="centum"] #subnavigation .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
#subnavigation .row .prev {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 700px) {
  #subnavigation .row .prev svg {
    margin-right: 15px;
  }
}
#subnavigation .row .prev a {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#subnavigation .row .next {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 700px) {
  #subnavigation .row .next svg {
    margin-left: 15px;
  }
}
#subnavigation .row .next a {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  #subnavigation .row .prev,
  #subnavigation .row .next {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
[data-template-name="elenor"] #subnavigation .row .prev,
[data-template-name="elenor"] #subnavigation .row .next {
  padding-left: 15px;
  padding-right: 15px;
}
#subnavigation svg {
  width: 10px;
}
#subnavigation a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#subnavigation a:hover,
#subnavigation a:focus {
  text-decoration: none;
}
@media (max-width: 700px) {
  #subnavigation a {
    gap: 0;
  }
}
#subnavigation span {
  line-height: 1.25;
}
#subnavigation .nav-container {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 700px) {
  #subnavigation .nav-container {
    max-width: calc(100% - 25px);
    margin: 0;
  }
}
#subnavigation .page-label,
#subnavigation .page-title {
  display: block;
}
#subnavigation .page-title {
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#subnavigation .page-label {
  color: #000;
}
.faq .all-button {
  text-align: center;
}
[data-template-name="broad"] .faq .all-button {
  text-align: left;
  margin-top: 30px;
}
.continue-arrow {
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 2;
  padding: 0px 15px;
  -webkit-transition: bottom 0.2s ease-in;
  -moz-transition: bottom 0.2s ease-in;
  -ms-transition: bottom 0.2s ease-in;
  -o-transition: bottom 0.2s ease-in;
}
.continue-arrow:hover {
  bottom: 5px;
}
@media (max-width: 768px) {
  .continue-arrow {
    display: none;
  }
}
.continue-arrow a {
  color: #fff;
  position: relative;
  font-size: 30px;
  padding: 0px 45px;
}
.continue-arrow a i {
  text-shadow: 1px 1px 1px #333;
}
figure.float-right-with-caption,
figure.float-left-with-caption {
  width: auto;
  clear: none;
  max-width: 50%;
}
figure.float-right-with-caption > a,
figure.float-left-with-caption > a {
  display: block;
  width: auto;
}
figure.float-right-with-caption img,
figure.float-left-with-caption img {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  figure.float-right-with-caption img,
  figure.float-left-with-caption img {
    padding: 0;
  }
}
figure.float-right-with-caption figcaption,
figure.float-left-with-caption figcaption {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  figure.float-right-with-caption,
  figure.float-left-with-caption {
    max-width: 100%;
  }
}
figure.float-right-with-caption {
  float: right;
}
figure.float-right-with-caption > a {
  float: right;
}
figure.float-right-with-caption figcaption {
  float: right;
}
figure.float-left-with-caption {
  float: left;
}
figure.float-left-with-caption > a {
  float: left;
}
figure.float-left-with-caption img {
  padding-left: 0;
  padding-right: 20px;
}
figure.float-left-with-caption figcaption {
  float: left;
}
figure.pull-right,
figure.pull-left {
  margin: 0;
  float: none !important;
}
figure.pull-right img,
figure.pull-left img {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  figure.pull-right img,
  figure.pull-left img {
    max-width: 50%;
  }
}
figure.pull-right img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  figure.pull-right img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
figure.pull-left img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  figure.pull-left img {
    float: none;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
.cls-img {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.cls-img.ar-1-1 {
  padding-bottom: 100%;
}
.cls-img.ar-2-3 {
  padding-bottom: calc(3/2 * 100%);
}
.cls-img.ar-3-2 {
  padding-bottom: calc(2/3 * 100%);
}
.cls-img.ar-4-3 {
  padding-bottom: calc(3/4 * 100%);
}
.cls-img.ar-16-9 {
  padding-bottom: calc(9/16 * 100%);
}
.cls-img.ar-37-43 {
  /* Special for Team module Elenor */
  padding-bottom: calc(430/370 * 100%);
}
@media (max-width: 991px) {
  .cls-img.auto-991 {
    height: auto;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .cls-img.auto-991 img {
    position: relative;
    height: auto;
    object-fit: none;
  }
}
.cls-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-header {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.grecaptcha-badge {
  z-index: 999;
}
.table-container {
  overflow-x: auto;
}
.table-container table.CookieDeclarationTable td.CookieDeclarationTableCell {
  white-space: normal !important;
}
.form-horizontal .g-recaptcha {
  margin-left: 0;
}
.widgets {
  /*.form-horizontal{
    .form-group{
      >div{
        width:100%;
        margin:0;
      }
      label{
        width:100%;
        float:left;
        text-align:left;
        margin-bottom:5px;
        padding:0 15px;
        + div[class*="col-"]{
          width:100%;
        }

        &.checkbox-inline, &.radio-inline{
          padding:7px 0 0 0;
        }
      }

      .radio, .checkbox{
        >label{
          padding:0;
        }
      }
    }
    button[type="submit"]{
      margin:0 15px !important;
    }
  }*/
}
.widgets .video-container iframe {
  width: 100% !important;
  height: 100% !important;
}
.widgets iframe {
  max-width: 100%;
}
/* Redactor blueprint */
.redactor blockquote:empty {
  display: none;
}
iframe {
  width: 100%;
}
.video-container.vimeo-m,
.video-container.youtube-m {
  padding-bottom: calc(9 / 16 * 100%);
}
.video-container.no-content {
  background-color: #ccc;
}
.video-container.no-content .no-content-container {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: bold;
  padding: 0 30px;
}
body {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
body[data-template-name="lancer"] {
  max-width: 100%;
}
form.donation-form {
  padding: 0 15px 15px 15px;
}
form.donation-form .button {
  outline: 0;
  border: none;
}
form.donation-form div.donation-form {
  margin-top: 15px;
  padding: 15px;
}
form.donation-form div.donation-form > h3 {
  margin-left: -15px;
  margin-top: -15px;
  margin-bottom: 15px;
  margin-right: -15px;
  padding: 15px;
}
form.donation-form div.donation-form p {
  font-weight: 700;
  margin: 0 0 10px;
}
form.donation-form div.donation-form .donation-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: -10px -10px 10px !important;
}
form.donation-form div.donation-form .donation-options .donation-option {
  margin: 10px !important;
  flex: 1 1 calc(25% - 20px);
}
@media (max-width: 992px) {
  form.donation-form div.donation-form .donation-options .donation-option {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  form.donation-form div.donation-form .donation-options .donation-option {
    flex: 1 1 calc(100% - 20px);
  }
}
form.donation-form div.donation-form .donation-options .donation-option label {
  padding: 10px;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  cursor: pointer;
}
form.donation-form div.donation-form .donation-options .donation-option input {
  display: none;
}
form.donation-form div.donation-form .donation-options .donation-option.custom {
  flex: 1 1 calc(50% - 20px);
}
@media (max-width: 992px) {
  form.donation-form div.donation-form .donation-options .donation-option.custom {
    flex: 1 1 calc(100% - 20px);
  }
}
form.donation-form div.donation-form .donation-options .donation-option.custom input[type="number"] {
  display: block;
  position: relative;
  margin-left: 40px !important;
  width: calc(100% - 40px);
  padding: 10px;
  border: 0;
  background: unset;
}
form.donation-form div.donation-form .donation-options .donation-option.custom input[type="number"]:focus {
  box-shadow: unset;
  outline: none;
}
form.donation-form div.donation-form .donation-options .donation-option.custom label {
  text-align: left;
  position: relative;
  padding: 0;
}
form.donation-form div.donation-form .donation-options .donation-option.custom label:before {
  content: '€';
  position: absolute;
  left: 0;
  font-size: 14px;
  padding: 0 15px;
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
form.donation-form div.donation-form .validate {
  width: 100%;
  margin: 0 10px !important;
  color: red;
  font-weight: 700;
}
form.donation-form div.donation-form .button.primary {
  border: none;
}
