@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url("https://use.typekit.net/lto6bwl.css");
/* imports */
/* includes */
/* paddings and margins */
/* grid	 */
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
}
@media (min-width: 960px) {
  .container {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .container {
    max-width: 1100px;
  }
}
/* psuedo columns */
/* fast flex */
/* to the right! */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* clearfix */
/* font-awesome */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.social-pages img {
  width: 40px;
  height: auto;
}
@media (min-width: 960px) {
  .layout-search .filter {
    text-align: right;
  }
  .layout-search .filter > * {
    display: inline-block;
  }
}
.layout-search .search-result-item {
  height: 150px;
  display: block;
  position: relative;
  padding: 15px;
  padding-left: 165px;
}
.layout-search .search-result-item img {
  position: absolute;
  left: 0;
  height: 150px;
  width: 150px;
  top: 0;
}
.layout-search .search-result-item .type-title-and-contents {
  height: 120px;
  overflow: hidden;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
}
.layout-header .container {
  position: relative;
}
.layout-header #blanket {
  transition: all 0.25s ease;
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 100vh;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.full-menu-open-big .layout-header #blanket {
  bottom: 0vh;
  opacity: 1;
}
.layout-header .header-big {
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header-big {
    display: block;
  }
}
.layout-header .header-small {
  display: block;
}
@media (min-width: 1280px) {
  .layout-header .header-small {
    display: none;
  }
}
.layout-header .full-menu-toggle-big,
.layout-header .full-menu-toggle-small {
  cursor: pointer;
  width: 50px;
  padding-bottom: 50px;
}
.layout-header .full-menu-toggle-big *:first-child,
.layout-header .full-menu-toggle-small *:first-child,
.layout-header .full-menu-toggle-big *:last-child,
.layout-header .full-menu-toggle-small *:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.layout-header .full-menu-toggle-big *:first-child,
.layout-header .full-menu-toggle-small *:first-child {
  opacity: 1;
}
.full-menu-forced-open .layout-header .full-menu-toggle-big *:first-child,
.full-menu-forced-open .layout-header .full-menu-toggle-small *:first-child,
.full-menu-open-small .layout-header .full-menu-toggle-big *:first-child,
.full-menu-open-small .layout-header .full-menu-toggle-small *:first-child {
  opacity: 0;
}
.full-menu-forced-open .layout-header .full-menu-toggle-big *:last-child,
.full-menu-forced-open .layout-header .full-menu-toggle-small *:last-child,
.full-menu-open-small .layout-header .full-menu-toggle-big *:last-child,
.full-menu-open-small .layout-header .full-menu-toggle-small *:last-child {
  opacity: 1;
}
.layout-header {
  height: 0;
}
.layout-header .full-menu-small {
  position: fixed;
  width: 100vw;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
  overflow-y: auto;
  height: 100vh;
}
.full-menu-open-small .layout-header .full-menu-small {
  top: 0vh;
}
.dark-mode-toggle {
  cursor: pointer;
  height: 30px;
  width: 66px;
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
  transition: all 0.25s ease;
  border: none;
  line-height: 30px;
  background-color: #83c8ff;
}
.dark-mode-toggle i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dark-mode-toggle i:first-child {
  left: 5px;
}
.dark-mode-toggle i:last-child {
  right: 5px;
}
.dark-mode-toggle i.fa-moon {
  opacity: 0;
}
.dark-mode-toggle i.fa-moon:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0px;
  width: 17px;
  height: 19px;
  background-image: url('../images/icon-moon.svg');
  background-size: cover;
}
.dark-mode-toggle i.fa-sun {
  opacity: 1;
}
.dark-mode-toggle i.fa-sun:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 2px;
  width: 20px;
  height: 20px;
  background-image: url('../images/icon-sun.svg');
  background-size: cover;
}
.dark-mode-toggle:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  transition: all 0.25s ease;
  z-index: 9;
}
.dark-mode .dark-mode-toggle {
  background-color: #2c2c2c;
}
.dark-mode .dark-mode-toggle .fa-moon {
  opacity: 1;
}
.dark-mode .dark-mode-toggle .fa-sun {
  opacity: 0;
}
.dark-mode .dark-mode-toggle:before {
  left: auto;
  right: 5px;
}
.layout-contents .rest {
  columns: 2;
}
.layout-text .container .title {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .layout-text .container .title {
    margin-bottom: 50px;
  }
}
.layout-text .container .text p:first-of-type {
  margin-top: 0;
}
@media (min-width: 960px) {
  .layout-text .container .text {
    columns: 2;
    column-gap: 25px;
  }
  .layout-text .container .text h2 {
    page-break-after: avoid;
  }
}
@media (min-width: 960px) {
  .layout-text .container .text .rest {
    columns: 1;
    column-gap: 0;
  }
}
@media (min-width: 960px) {
  .layout-text .container .text.has-image {
    columns: 1;
    column-gap: 0;
  }
}
.layout-text .container .text.has-image .first {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.layout-text .container .text.has-image .first > div {
  width: 100%;
}
@media (min-width: 960px) {
  .layout-text .container .text.has-image .first {
    padding-right: 35px;
    flex-direction: row;
    align-items: flex-end;
  }
  .layout-text .container .text.has-image .first > div {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-text .container .text.has-image .rest {
    columns: 2;
    column-gap: 25px;
  }
}
@media (min-width: 960px) {
  .layout-text .container .text.columnone {
    columns: 1;
  }
}
@media (min-width: 960px) {
  .layout-text.has-default .container .text {
    columns: 2;
    column-gap: 25px;
  }
}
@media (min-width: 960px) {
  .layout-text.split-by-more .container .text {
    columns: 1;
  }
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-left: -15px;
    margin-right: -15px;
  }
  .layout-text.split-by-more .container .text .text-split-by-more:before,
  .layout-text.split-by-more .container .text .text-split-by-more:after {
    content: " ";
    display: table;
  }
  .layout-text.split-by-more .container .text .text-split-by-more:after {
    clear: both;
  }
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-left: -30px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-right: -30px;
  }
}
@media (min-width: 960px) and (min-width: 1365px) {
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 960px) and (min-width: 1365px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-left: -30px;
  }
}
@media (min-width: 960px) and (min-width: 1365px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more {
    margin-right: -30px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 960px) and (min-width: 640px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    width: 100%;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    width: 50%;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .layout-text.split-by-more .container .text .text-split-by-more > * {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext .image-and-text {
    display: flex;
  }
  .layout-imageandtext .image-and-text > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-imageandtext .image-and-text > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-tabs .selectors {
  margin: 0;
}
.layout-tabs .selectors:before,
.layout-tabs .selectors:after {
  content: " ";
  display: table;
}
.layout-tabs .selectors:after {
  clear: both;
}
.layout-tabs .selectors .selector {
  display: inline-block;
  height: 65px;
  padding: 15px;
  cursor: pointer;
  margin-right: 15px;
}
@media (min-width: 960px) {
  .layout-tabs .selectors .selector {
    width: 150px;
    float: left;
    display: block;
    height: 110px;
    padding: 23px 5px 15px 5px;
  }
}
@media (min-width: 1600px) {
  .layout-tabs .selectors .selector {
    width: 200px;
    height: 120px;
    padding: 15px;
  }
}
.layout-tabs .selectors .selector:last-child {
  margin-right: 0;
}
.layout-tabs .selectors .selector img {
  float: left;
  height: 30px;
  width: auto;
  margin-right: 15px;
}
.layout-tabs .targets {
  margin: 0;
}
.layout-tabs .targets .target {
  display: none;
}
.layout-tabs .targets .target:before,
.layout-tabs .targets .target:after {
  content: " ";
  display: table;
}
.layout-tabs .targets .target:after {
  clear: both;
}
.layout-tabs .targets .target.active {
  display: block;
}
.layout-tabs .targets .target .label {
  padding: 15px 15px 0 15px;
}
.layout-tabs .targets .target .left-and-right > * {
  width: 50%;
  float: left;
  padding: 15px;
}
.layout-tabs .targets .target .more {
  margin: 15px;
  float: right;
}
@media (min-width: 960px) {
  .layout-blocks .text-and-side-text {
    display: flex;
  }
  .layout-blocks .text-and-side-text > *:nth-child(1) {
    flex: 0 0 80%;
  }
  .layout-blocks .text-and-side-text > *:nth-child(2) {
    flex: 0 0 20%;
  }
}
.layout-blocks ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-blocks ul:before,
.layout-blocks ul:after {
  content: " ";
  display: table;
}
.layout-blocks ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-blocks ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul {
    margin-right: -30px;
  }
}
@media (min-width: 1365px) {
  .layout-blocks ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-blocks ul {
    margin-left: -30px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-blocks ul {
    margin-right: -30px;
  }
}
.layout-blocks ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-blocks ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-blocks ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-blocks ul > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-blocks ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 960px) {
  .layout-openinghours .hours-and-special-days {
    display: flex;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(1) {
    flex: 0 0 37.5%;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(2) {
    flex: 0 0 37.5%;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(3) {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .layout-openinghours .hours-and-special-days {
    display: flex;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(1) {
    flex: 0 0 35.5%;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(2) {
    flex: 0 0 35.5%;
  }
  .layout-openinghours .hours-and-special-days > *:nth-child(3) {
    flex: 0 0 29%;
  }
}
@media (min-width: 960px) {
  .layout-hours .hours-table-contents.with-side-text .tabs-contents {
    float: left;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .layout-hours .hours-table-contents.with-side-text .side-text {
    float: left;
    width: 40%;
  }
}
.layout-hours .tabs-selectors-and-contents .tabs-selectors li {
  cursor: pointer;
}
.layout-hours .tabs-selectors-and-contents .tabs-contents > li {
  display: none;
}
.layout-hours .tabs-selectors-and-contents .tabs-contents > li.active {
  display: block;
}
.layout-hours .tabs-selectors-and-contents.higher .tabs-selectors li {
  display: inline-block;
}
@media (min-width: 960px) {
  .layout-hours .tabs-selectors-and-contents.middle {
    display: flex;
  }
  .layout-hours .tabs-selectors-and-contents.middle > *:nth-child(1) {
    flex: 0 0 20%;
  }
  .layout-hours .tabs-selectors-and-contents.middle > *:nth-child(2) {
    flex: 0 0 80%;
  }
}
.layout-hours .tabs-selectors-and-contents.deeper .tabs-selectors li {
  display: inline-block;
}
@media (min-width: 960px) {
  .layout-rates .tabs-selectors-and-contents {
    display: flex;
  }
  .layout-rates .tabs-selectors-and-contents > *:nth-child(1) {
    flex: 0 0 20%;
  }
  .layout-rates .tabs-selectors-and-contents > *:nth-child(2) {
    flex: 0 0 80%;
  }
}
.layout-rates .tabs-selectors-and-contents .tabs-selectors li {
  cursor: pointer;
}
.layout-rates .tabs-selectors-and-contents .tabs-contents > li {
  display: none;
}
.layout-rates .tabs-selectors-and-contents .tabs-contents > li.active {
  display: block;
}
.layout-rates .accordeon .accordeon-item .accordeon-content {
  display: none;
}
.layout-rates .accordeon .accordeon-item .accordeon-content.active {
  display: block;
}
.layout-person .container {
  width: 100%;
}
@media (min-width: 960px) {
  .layout-person .container {
    display: flex;
  }
  .layout-person .container > *:nth-child(1) {
    flex: 0 0 40%;
  }
  .layout-person .container > *:nth-child(2) {
    flex: 0 0 60%;
  }
}
.layout-reviews li .review {
  display: block;
  padding: 10px 160px 10px 10px;
  height: 150px;
  position: relative;
}
.layout-reviews li .review img {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.layout-reviews li .review > div:first-of-type {
  height: 130px;
}
@media (min-width: 960px) {
  .layout-reviews li .review {
    display: block;
    padding: 30px 230px 30px 30px;
    height: 200px;
    position: relative;
  }
  .layout-reviews li .review img {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  .layout-reviews li .review > div:first-of-type {
    height: 140px;
  }
}
.layout-reviews.type-all ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-reviews.type-all ul:before,
.layout-reviews.type-all ul:after {
  content: " ";
  display: table;
}
.layout-reviews.type-all ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul {
    margin-right: -30px;
  }
}
@media (min-width: 1365px) {
  .layout-reviews.type-all ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-reviews.type-all ul {
    margin-left: -30px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-reviews.type-all ul {
    margin-right: -30px;
  }
}
.layout-reviews.type-all ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-reviews.type-all ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-reviews.type-all ul > * {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .layout-reviews.type-all ul > * {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-footer .logo-and-text {
    display: flex;
  }
  .layout-footer .logo-and-text > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-footer .logo-and-text > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
.layout-footer .logo-and-text .home {
  display: block;
  width: 300px;
}
.layout-footer .logo-and-text .home svg {
  width: 100%;
  height: auto;
}
.layout-copyright {
  text-align: right;
}
.layout-copyright .copyright {
  display: inline-block;
}
.layout-copyright ul {
  display: inline-block;
}
.layout-copyright ul li {
  display: inline-block;
}
.layout-internetmensen {
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}
.layout-internetmensen a {
  width: 150px;
  display: inline-block;
}
.layout-internetmensen a svg {
  width: 100%;
  height: auto;
}
.layout-internetmensen a #wijzer path {
  transition: all .25s ease;
}
.layout-internetmensen a:hover #wijzer path {
  transform: scaleX(-1);
}
/* fonts, links and headers */
@media (min-width: 1280px) {
  .page-id-4915 .layout-imageandtext.has-form {
    padding: 120px 0 380px 0;
  }
}
/* vars */
@media screen and (max-width: 960px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1600px) {
  .layout-hours .container,
  .layout-imageandtext.has-form .container,
  .layout-openinghours .container,
  .layout-rates .container,
  .layout-contact .container,
  .layout-personslist .container,
  .layout-personsfilter .container,
  .layout-copyright .container {
    max-width: 1600px;
  }
}
.layout-footer .container {
  max-width: 1600px;
}
/* style */
/* DARK MODE */
.dark-mode-toggle {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 20px;
}
.dark-mode #page,
.dark-mode .layout-header .header-big,
.dark-mode .layout-header .header-big .upper,
.dark-mode .layout-header .header-big .lower,
.dark-mode .layout-header .header-big .lower .container,
.dark-mode .layout-footer,
.dark-mode .layout-copyright,
.dark-mode .layout-internetmensen {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode #page a,
.dark-mode .layout-header .header-big a,
.dark-mode .layout-header .header-big .upper a,
.dark-mode .layout-header .header-big .lower a,
.dark-mode .layout-header .header-big .lower .container a,
.dark-mode .layout-footer a,
.dark-mode .layout-copyright a,
.dark-mode .layout-internetmensen a {
  color: #ffffff;
}
.dark-mode .layout-header .header-small .upper .text a {
  color: #dd1728 !important;
}
.dark-mode.full-menu-forced-open .layout-header .header-big .lower:before,
.dark-mode.full-menu-open-big .layout-header .header-big .lower:before,
.dark-mode.full-menu-forced-open .layout-header .header-big .lower,
.dark-mode.full-menu-open-big .layout-header .header-big .lower,
.dark-mode.full-menu-closed-big .layout-header .header-big .lower .container > ul > li > .sub-menu {
  background-color: #000000;
}
.dark-mode.full-menu-closed-big .layout-header .header-big .lower .container > ul > li > .sub-menu li a {
  color: #ffffff;
}
.dark-mode.full-menu-closed-big .layout-header .header-big .lower .container > ul > li > .sub-menu li .sub-menu li a {
  color: #ffffff;
}
.dark-mode.full-menu-forced-open .layout-header .header-big .lower .container > ul > li:hover:before,
.dark-mode.full-menu-open-big .layout-header .header-big .lower .container > ul > li:hover:before {
  border-color: #ffffff transparent transparent transparent;
}
.dark-mode .layout-header .header-big .lower,
.dark-mode .layout-header .header-small .lower {
  border-top: 1px solid #aeb3bb;
  border-bottom: 1px solid #aeb3bb;
}
.dark-mode .layout-header .header-big .upper .search input {
  background: #aeb3bb;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.dark-mode .layout-contents ul li:before,
.dark-mode .layout-tabs .container .wrapper .targets ul li:before,
.dark-mode .layout-openinghours .container .hours-and-special-days > li.special_days ul li:before,
.dark-mode .layout-text .container .text ul li:before {
  background-image: url(../images/list-style-white.svg);
}
.dark-mode .layout-eventsupcoming .text-and-events .title-and-text > .title {
  color: #ffffff;
}
.dark-mode .toggle {
  transform: none !important;
  top: 20px;
}
.dark-mode .toggle:before {
  background-image: url('../images/line-right.svg') !important;
}
.dark-mode .toggle:after {
  background-image: url('../images/arrow-right.svg') !important;
}
.dark-mode.single .layout-contents .container {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.dark-mode.single .layout-contents .container a {
  color: #ffffff;
}
.dark-mode #page .facetwp-pager a,
.dark-mode #page .pagination a,
.dark-mode #page .facetwp-pager span,
.dark-mode #page .pagination span {
  color: #000000;
}
.dark-mode #page .facetwp-pager a.dots,
.dark-mode #page .pagination a.dots,
.dark-mode #page .facetwp-pager span.dots,
.dark-mode #page .pagination span.dots {
  color: #ffffff;
}
.dark-mode #page .facetwp-pager a.current,
.dark-mode #page .pagination a.current,
.dark-mode #page .facetwp-pager span.current,
.dark-mode #page .pagination span.current {
  color: #ffffff;
}
.dark-mode .layout-search .search-result-item {
  background: #000000;
  border: 1px solid #ffffff;
}
.dark-mode .layout-text .container {
  background-color: #000000;
}
.dark-mode .layout-text.first-before-footer .container {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.dark-mode .layout-textfoldable .wrapper {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.dark-mode .layout-textfoldable .wrapper .items .item .title {
  background-color: #f4f4f5;
  border: 1px solid #aeb3bb;
  color: #000000;
}
.dark-mode .layout-textfoldable .wrapper .items .item .title:hover {
  background-color: #aeb3bb;
}
.dark-mode .layout-contents {
  background-color: #000000;
}
.dark-mode .layout-footer .black:after {
  bottom: 20px;
  left: -22%;
  width: 121%;
  height: 100%;
  clip-path: none;
  z-index: 9;
  border-bottom: 1px solid white;
  transform: rotate(349deg);
}
@media (min-width: 640px) {
  .dark-mode .layout-footer .black:after {
    bottom: 22px;
    left: -22%;
    width: 137%;
    height: 100%;
    clip-path: none;
    z-index: 9;
    border-bottom: 1px solid white;
    transform: rotate(352deg);
  }
}
@media (min-width: 960px) {
  .dark-mode .layout-footer .black:after {
    bottom: 62px;
  }
}
@media (min-width: 1280px) {
  .dark-mode .layout-footer .black:after {
    bottom: 22px;
  }
}
@media (min-width: 1400px) {
  .dark-mode .layout-footer .black:after {
    bottom: 50px;
  }
}
.dark-mode .layout-header .header-small .upper,
.dark-mode .layout-header .header-small .lower,
.dark-mode .layout-header .header-small .full-menu-small {
  background-color: #000000;
}
.dark-mode.scrolled .layout-header .header-small .lower {
  border-top: none;
  border-bottom: none;
}
.dark-mode.scrolled .layout-header .header-small .upper {
  background-color: #000000;
  border-bottom: 1px solid #aeb3bb;
}
.dark-mode .layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded:before {
  background-image: url(../images/arrow-right.svg);
}
.dark-mode .layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .toggle:before {
  background-image: url(../images/arrow-right.svg) !important;
}
.dark-mode .layout-header .header-small .full-menu-small .container .menu li > a {
  color: #ffffff !important;
}
.dark-mode .layout-header .header-small .full-menu-small .container .menu li.theme-fitness > a {
  color: #323c4c !important;
}
.dark-mode .first-before-footer {
  background-color: #000000;
}
.dark-mode .first-before-footer:before,
.dark-mode .first-before-footer:after {
  display: none;
}
.dark-mode .layout-blocks .container > ul > li .block {
  border: 1px solid #aeb3bb;
}
.dark-mode .layout-imageandtext .container .left-and-right,
.dark-mode .layout-partners .container .logos-text .text .effect,
.dark-mode .layout-tabs .container .wrapper {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.dark-mode .layout-imageandtext .container .left-and-right,
.dark-mode .layout-tabs .container .wrapper {
  box-shadow: 0px 3px 17px 0px rgba(88, 88, 88, 0.61);
}
.dark-mode .layout-hours .container .dwrap,
.dark-mode .layout-rates .container .dwrap {
  border: 1px solid #ffffff;
  border-radius: 25px;
}
.dark-mode .layout-hours .container .dwrap > h2,
.dark-mode .layout-rates .container .dwrap > h2 {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode .form {
  background-color: #000000;
}
.dark-mode .layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.dark-mode .layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.dark-mode .layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  background-color: #323c4c;
}
.dark-mode .layout-openinghours .container .hours-and-special-days > li.special_days {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #323c4c;
}
.dark-mode .layout-openinghours .container .hours-and-special-days > li > ul > li > div.start,
.dark-mode .layout-openinghours .container .hours-and-special-days > li > ul > li > div.stop {
  background-color: #323c4c;
}
.dark-mode .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents,
.dark-mode .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors {
  background-color: #323c4c;
}
.dark-mode .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li {
  background-color: #000000;
  color: #ffffff;
}
.dark-mode .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li.active,
.dark-mode .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li.active {
  background-color: #000000;
}
.dark-mode .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label {
  background-color: #323c4c;
  color: #ffffff;
}
.dark-mode .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text,
.dark-mode .layout-contact .container .left-and-right .text .text-text {
  background-color: #323c4c;
}
.dark-mode .layout-featured .container > ul li .box,
.dark-mode .layout .event,
.dark-mode .layout .vacancy,
.dark-mode .layout .club,
.dark-mode .person .box,
.dark-mode .layout-contact .container .left-and-right,
.dark-mode .layout-openinghours .container .hours-and-special-days {
  background-color: #000000;
  border: 1px solid #ffffff;
}
.dark-mode .layout-eventsupcoming .event {
  border: none;
  color: #ffffff;
}
.dark-mode .layout-tabs .container .wrapper .selectors {
  box-shadow: 0px 3px 14px rgba(255, 255, 255, 0.19);
}
.dark-mode .layout-newslatest li a:hover,
.dark-mode .layout-news li a:hover {
  color: #323c4c;
}
.dark-mode .layout-newslatest li:nth-child(1) a,
.dark-mode .layout-news li:nth-child(1) a,
.dark-mode .layout-newslatest li:nth-child(4) a,
.dark-mode .layout-news li:nth-child(4) a {
  background-color: #000000 !important;
  border: 1px solid #ffffff;
  color: #323c4c;
}
.dark-mode .filter .facetwp-checkbox {
  color: #ffffff;
}
.dark-mode.home .layout-eventsupcoming .container .text-and-events .events:after {
  background: linear-gradient(90deg, transparent 50%, #000000 100%);
}
.dark-mode .layout-footer:before {
  background-image: url(../images/pulse-footer-white.svg);
}
.dark-mode .layout-newslatest.first-before-footer li .post {
  background-color: #000000;
}
/* END DARK MODE */
body {
  font-size: 13px;
  line-height: 25px;
  font-family: 'Source Sans Pro', sans-serif;
  font-family: univia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #323c4c;
  background-color: #ecf2fc;
}
@media (min-width: 960px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px;
  }
}
h1 {
  font-size: 1em;
  line-height: 1em;
}
@media (min-width: 960px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  margin-bottom: 25px;
  font-size: 1em;
  line-height: 1em;
}
@media (min-width: 960px) {
  h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 1600px) {
  h2 {
    margin-bottom: 50px;
    font-size: 1.5em;
  }
}
a.email i,
a.phone i,
a.whatsapp i {
  margin-right: 5px;
}
div.whatsapp i {
  margin-right: 5px;
}
#page {
  overflow: hidden;
}
.street-postalcode-and-place br {
  line-height: 1px;
  height: 1px;
  font-size: 1px;
  display: block;
  content: " ";
}
.theme-background-color.theme-binnensporten,
.theme-active-background-color.active.theme-binnensporten,
.theme-hover-background-color:hover.theme-binnensporten,
.theme-hover-background-color.checked.theme-binnensporten {
  background-color: #e89928 !important;
}
.theme-background-color.theme-fitness,
.theme-active-background-color.active.theme-fitness,
.theme-hover-background-color:hover.theme-fitness,
.theme-hover-background-color.checked.theme-fitness {
  background-color: #fed33c !important;
  color: #323c4c !important;
}
.theme-background-color.theme-fitness:before,
.theme-active-background-color.active.theme-fitness:before,
.theme-hover-background-color:hover.theme-fitness:before,
.theme-hover-background-color.checked.theme-fitness:before {
  background-image: url(../images/line-right-gray.svg) !important;
}
.theme-background-color.theme-fitness:after,
.theme-active-background-color.active.theme-fitness:after,
.theme-hover-background-color:hover.theme-fitness:after,
.theme-hover-background-color.checked.theme-fitness:after {
  background-image: url(../images/arrow-right-gray.svg) !important;
}
.theme-background-color.theme-vitaliteit,
.theme-active-background-color.active.theme-vitaliteit,
.theme-hover-background-color:hover.theme-vitaliteit,
.theme-hover-background-color.checked.theme-vitaliteit {
  background-color: #87ab39 !important;
}
.theme-background-color.theme-buitensporten,
.theme-active-background-color.active.theme-buitensporten,
.theme-hover-background-color:hover.theme-buitensporten,
.theme-hover-background-color.checked.theme-buitensporten {
  background-color: #097f4b !important;
}
.theme-background-color.theme-zwemmen,
.theme-active-background-color.active.theme-zwemmen,
.theme-hover-background-color:hover.theme-zwemmen,
.theme-hover-background-color.checked.theme-zwemmen {
  background-color: #02a4d3 !important;
}
.theme-background-color.theme-evenementen,
.theme-active-background-color.active.theme-evenementen,
.theme-hover-background-color:hover.theme-evenementen,
.theme-hover-background-color.checked.theme-evenementen {
  background-color: #714693 !important;
}
.theme-background-color.theme-vastgoed-duurzaam,
.theme-active-background-color.active.theme-vastgoed-duurzaam,
.theme-hover-background-color:hover.theme-vastgoed-duurzaam,
.theme-hover-background-color.checked.theme-vastgoed-duurzaam {
  background-color: #86949f !important;
}
.theme-background-color.theme-algemeen,
.theme-active-background-color.active.theme-algemeen,
.theme-hover-background-color:hover.theme-algemeen,
.theme-hover-background-color.checked.theme-algemeen {
  background-color: #0261ad !important;
}
/* HEADER positions only */
body {
  padding-top: 165px;
}
@media (min-width: 1280px) {
  body {
    padding-top: 225px;
    transition: all 0.25s ease;
  }
  body.scrolled {
    padding-top: 200px;
  }
}
@media (min-width: 1600px) {
  body {
    padding-top: 255px;
  }
}
@media (min-height: 1000px) and (min-width: 1600px) {
  body {
    padding-top: 320px;
  }
}
.full-menu-open-big #blanket {
  display: none;
}
.layout-header {
  z-index: 999;
}
.full-menu-open-small .layout-header .alerts {
  display: none;
}
@media (min-width: 960px) {
  .scrolled .layout-header .alerts {
    display: block;
  }
}
.layout-header .alerts li {
  padding: 10px;
  color: #ffffff;
  text-align: center;
}
.layout-header .alerts li.theme-uncategorized {
  background-color: #0261ad;
}
.layout-header .alerts li.theme-fitness p a {
  color: #323c4c !important;
}
.layout-header .alerts li.default {
  background-color: #98ccff;
  color: #323c4c;
}
.layout-header .alerts li.default p a {
  color: #323c4c;
}
.layout-header .alerts li.red {
  background-color: #d85353;
}
.layout-header .alerts li.green {
  background-color: #41b57b;
}
.layout-header .alerts li p {
  margin: 0;
}
.layout-header .alerts li p a {
  color: #ffffff;
  text-decoration: underline;
}
.layout-header .alerts li p a:hover {
  text-decoration: none;
}
.layout-header .header-small,
.layout-header .header-small > .container {
  height: 80px;
}
.layout-header .header-small .container {
  max-width: 1600px;
}
.layout-header .header-small .home {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  margin-left: 10px;
}
.layout-header .header-small .home img {
  height: 40px;
}
.layout-header .header-small .ctas {
  position: absolute;
  left: 150px;
  top: 30px;
}
.layout-header .header-small .full-menu-toggle-small {
  position: absolute;
  right: 20px;
  left: auto !important;
}
.layout-header .header-small .alerts-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.layout-header .header-small .alerts-wrapper .alerts > * {
  padding-right: 50px;
}
.layout-header .header-small .alerts-wrapper .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.layout-header .header-big {
  background-color: #f5f5f5;
  transition: all 0.25s ease;
}
.layout-header .header-big .container {
  max-width: 1600px;
}
.layout-header .header-big .upper {
  height: 160px;
  position: relative;
  transition: all 0.25s ease;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .upper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .layout-header .header-big .upper {
    height: 210px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .upper {
    height: 175px;
  }
}
.layout-header .header-big .upper .home {
  display: block;
  height: 100px;
  position: absolute;
  top: 30px;
  left: 0;
  transition: all 0.25s ease;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .upper .home {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  .layout-header .header-big .upper .home {
    top: 60px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .upper .home {
    top: 35px;
  }
}
.layout-header .header-big .upper .home img {
  height: 100%;
}
.layout-header .header-big .upper .menu {
  position: absolute;
  transition: all 0.25s ease;
  top: 85px;
  left: 350px;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .upper .menu {
    left: 275px;
    top: 45px;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .layout-header .header-big .upper .menu {
    font-size: 0.9em;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .upper .menu {
    top: 65px;
  }
}
.layout-header .header-big .upper .menu li {
  display: inline-block;
  margin-right: 30px;
}
.layout-header .header-big .upper .menu li:last-child {
  margin-right: 0;
}
.layout-header .header-big .upper .text {
  position: absolute;
  transition: all 0.25s ease;
  top: 135px;
  left: 350px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 960px) and (max-width: 1100px) {
  .layout-header .header-big .upper .text {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .upper .text {
    left: 275px;
    top: 85px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .upper .text {
    top: 105px;
  }
}
.layout-header .header-big .upper .text a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 20px !important;
}
@media (min-width: 960px) {
  .layout-header .header-big .upper .text a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-header .header-big .upper .text a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-header .header-big .upper .text a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-header .header-big .upper .text a:hover {
  color: #0261ad;
}
.layout-header .header-big .upper .text a:hover:before {
  left: 10px;
}
.layout-header .header-big .upper .ctas {
  position: absolute;
  transition: all 0.25s ease;
  top: 90px;
  right: 0px;
}
.layout-header .header-big .lower {
  max-height: 80px;
  transition: all 0.25s ease;
  overflow: hidden;
  position: relative;
}
.layout-header .header-big .lower:before,
.layout-header .header-big .lower:after {
  content: " ";
  display: table;
}
.layout-header .header-big .lower:after {
  clear: both;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower {
    max-height: 110px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .lower {
    max-height: 80px;
  }
}
.full-menu-forced-open .layout-header .header-big .lower,
.full-menu-open-big .layout-header .header-big .lower {
  max-height: 800px;
}
.layout-header .header-big .lower .full-menu-toggle-big {
  position: absolute;
  top: 0;
  left: 25px;
  background-color: #ffffff;
  color: #323c4c;
  border-radius: 20px;
  padding: 18px 11px;
  display: block;
  font-size: 23px;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .lower .full-menu-toggle-big {
    left: 80px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-big .lower > .container {
    padding-left: 75px;
  }
}
.layout-header .header-big .lower > .container > ul {
  margin-left: 100px;
  margin-top: 10px;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower > .container > ul {
    margin-top: 26px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .lower > .container > ul {
    margin-top: 10px;
  }
}
.full-menu-closed-big .layout-header .header-big .lower > .container > ul > li > ul {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.full-menu-closed-big .layout-header .header-big .lower > .container > ul > li:hover ul {
  opacity: 1;
}
.full-menu-forced-open .layout-header .header-big .lower > .container > ul > li > ul {
  opacity: 1 !important;
}
.scrolled .layout-header .header-big .upper {
  height: 120px;
}
.scrolled .layout-header .header-big .upper .home {
  display: block;
  height: 80px;
  top: 20px;
}
.scrolled .layout-header .header-big .upper .menu {
  top: 35px;
  left: 300px;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .scrolled .layout-header .header-big .upper .menu {
    left: 255px;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .scrolled .layout-header .header-big .upper .menu {
    font-size: 0.9em;
  }
}
.scrolled .layout-header .header-big .upper .text {
  top: 75px;
  left: 300px;
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .scrolled .layout-header .header-big .upper .text {
    left: 255px;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  .scrolled .layout-header .header-big .upper .text {
    font-size: 0.9em;
  }
}
.scrolled .layout-header .header-big .upper .dark-mode-toggle {
  top: 10px;
}
.scrolled .layout-header .header-big .upper .search {
  top: 10px;
}
.scrolled .layout-header .header-big .upper .ctas {
  top: 50px;
}
.scrolled .layout-header .header-big .lower {
  max-height: 80px;
}
.scrolled .layout-header .header-big .lower > .container > ul {
  margin-left: 100px;
  margin-top: 10px;
}
.scrolled.full-menu-open-big .layout-header .header-big .lower,
.scrolled.full-menu-forced-open .layout-header .header-big .lower {
  max-height: 800px;
}
@media (max-height: 1000px) {
  .scrolled.full-menu-open-big .layout-header .header-big .lower,
  .scrolled.full-menu-forced-open .layout-header .header-big .lower {
    max-height: 685px;
  }
}
.scrolled.full-menu-open-big .layout-header .header-big .lower .container > ul > li,
.scrolled.full-menu-forced-open .layout-header .header-big .lower .container > ul > li {
  position: relative;
}
.scrolled.full-menu-open-big .layout-header .header-big .lower .container > ul > li:hover:before,
.scrolled.full-menu-forced-open .layout-header .header-big .lower .container > ul > li:hover:before {
  top: 70px;
}
.scrolled.full-menu-open-big .layout-header .header-big .lower .container > ul > li > .sub-menu,
.scrolled.full-menu-forced-open .layout-header .header-big .lower .container > ul > li > .sub-menu {
  margin-top: 50px;
}
@media (max-height: 1000px) {
  .scrolled.full-menu-open-big .layout-header .header-big .lower .container > ul > li > .sub-menu,
  .scrolled.full-menu-forced-open .layout-header .header-big .lower .container > ul > li > .sub-menu {
    margin-top: 25px;
  }
}
.layout-header .header-small .upper {
  background: #ffffff;
  padding-bottom: 10px;
  transition: all 0.25s ease;
}
.layout-header .header-small .upper .home {
  height: 45px;
  margin-top: 30px;
  margin-left: 0px;
  transition: all 0.25s ease;
}
.layout-header .header-small .upper .home img {
  height: 45px;
}
.layout-header .header-small .upper ul.menu {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  transition: all 0.25s ease;
}
.layout-header .header-small .upper ul.menu li {
  display: inline-block;
  margin-right: 10px;
}
.layout-header .header-small .upper .text {
  position: absolute;
  top: 40px;
  right: 7px;
  font-size: 0.9em;
  width: 59%;
  transition: all 0.25s ease;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .layout-header .header-small .upper .text {
    max-width: 252px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-small .upper .text {
    max-width: 286px;
  }
}
.layout-header .header-small .upper .text a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 0px !important;
}
@media (min-width: 960px) {
  .layout-header .header-small .upper .text a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-header .header-small .upper .text a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-header .header-small .upper .text a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-header .header-small .upper .text a:hover {
  color: #0261ad;
}
.layout-header .header-small .upper .text a:hover:before {
  left: 10px;
}
.layout-header .header-small .upper .text a:hover:before {
  left: 5px;
}
.layout-header .header-small .upper .text > div {
  display: inline-block;
}
.scrolled .layout-header .header-small .upper {
  background-color: #f4f4f5;
  border-bottom: 1px solid #e0e0e0;
}
.scrolled .layout-header .header-small .upper ul.menu,
.scrolled .layout-header .header-small .upper .text {
  display: none;
}
.scrolled .layout-header .header-small .upper .home {
  margin-top: 20px;
}
.layout-header .header-small .lower {
  transition: all 0.25s ease;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 75px;
  background-color: #f4f4f5;
}
.full-menu-open-small .layout-header .header-small .lower {
  background-color: #0261ad;
}
.scrolled .layout-header .header-small .lower {
  position: absolute;
  top: 11px;
  right: 0;
  width: 58%;
  background-color: transparent;
  border: none;
}
.layout-header .header-small .lower .full-menu-toggle-small {
  position: absolute;
  top: 15px;
  left: 25px;
  background-color: #ffffff;
  color: #323c4c;
  border-radius: 15px;
  padding: 18px 11px;
  display: block;
  font-size: 23px;
  width: 45px;
  height: 45px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-header .header-small .lower .full-menu-toggle-small {
    left: 80px;
  }
}
.layout-header .header-small .lower .ctas {
  left: auto;
  right: 70px;
  top: 16px;
}
.layout-header .header-small .lower .ctas a:nth-child(1) {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #86949f;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 20px;
  padding: 22px;
  width: 45px;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .layout-header .header-small .lower .ctas a:nth-child(1) {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-small .lower .ctas a:nth-child(1) i {
  position: absolute;
  right: 15px;
}
.layout-header .header-small .lower .ctas a:nth-child(1):before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-small .lower .ctas a:nth-child(1):after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(1):hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-header .header-small .lower .ctas a:nth-child(1):hover:after {
  right: 15px;
}
.layout-header .header-small .lower .ctas a:nth-child(1).booking:before,
.layout-header .header-small .lower .ctas a:nth-child(1).booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(1).booking:hover:before,
.layout-header .header-small .lower .ctas a:nth-child(1).booking:hover:after {
  top: 40%;
}
.layout-header .header-small .lower .ctas a:nth-child(1).booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-small .lower .ctas a:nth-child(1).booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-small .lower .ctas a:nth-child(1):before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 20px;
  height: 27px;
  background-image: url(../images/icon-phone.svg);
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(1):after {
  display: none;
}
.layout-header .header-small .lower .ctas a:nth-child(1) i {
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(1) span {
  display: none;
}
.layout-header .header-small .lower .ctas a:nth-child(1):hover i {
  right: 5px;
}
.layout-header .header-small .lower .ctas a:nth-child(2) {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #41aa78;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 20px;
  padding: 22px;
  width: 45px;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .layout-header .header-small .lower .ctas a:nth-child(2) {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-small .lower .ctas a:nth-child(2) i {
  position: absolute;
  right: 15px;
}
.layout-header .header-small .lower .ctas a:nth-child(2):before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-small .lower .ctas a:nth-child(2):after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(2):hover {
  color: #ffffff;
  background: #41aa78;
  border-radius: 25px;
}
.layout-header .header-small .lower .ctas a:nth-child(2):hover:after {
  right: 15px;
}
.layout-header .header-small .lower .ctas a:nth-child(2).booking:before,
.layout-header .header-small .lower .ctas a:nth-child(2).booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(2).booking:hover:before,
.layout-header .header-small .lower .ctas a:nth-child(2).booking:hover:after {
  top: 40%;
}
.layout-header .header-small .lower .ctas a:nth-child(2).booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-small .lower .ctas a:nth-child(2).booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-small .lower .ctas a:nth-child(2):before {
  right: 9px !important;
  width: 28px !important;
  height: 16px !important;
}
.layout-header .header-small .lower .ctas a:nth-child(2):after {
  display: none !important;
}
.layout-header .header-small .lower .ctas a:nth-child(2) i {
  transition: all 0.25s ease;
}
.layout-header .header-small .lower .ctas a:nth-child(2) span {
  display: none;
}
.layout-header .header-small .lower .ctas a:nth-child(2):hover i:nth-child(1) {
  rotate: 45deg;
}
.layout-header .header-small .lower .ctas a:nth-child(2):hover i:nth-child(2) {
  rotate: 90deg;
}
body.scrolled.full-menu-forced-open .layout-header .header-big .lower:before {
  height: 80px;
}
/* HEADER moer styling */
.layout-header #blanket {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.75);
}
.layout-header .header-big .upper {
  background-color: #ffffff;
}
.layout-header .header-big .upper .text div {
  display: inline-block;
}
.layout-header .header-big .upper .search {
  position: absolute;
  display: inline-block;
  right: 120px;
  top: 20px;
  width: 285px;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .search input {
  border-radius: 15px;
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding: 5px 20px 5px 20px;
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
}
.layout-header .header-big .upper .search button {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #0261ad;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  padding: 4px 30px 4px 17px;
  height: 30px;
  width: 60px;
  text-align: left;
}
@media (min-width: 1280px) {
  .layout-header .header-big .upper .search button {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-big .upper .search button i {
  position: absolute;
  right: 15px;
}
.layout-header .header-big .upper .search button:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-big .upper .search button:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .search button:hover {
  color: #ffffff;
  background: #dd1728;
  border-radius: 25px;
}
.layout-header .header-big .upper .search button:hover:after {
  right: 15px;
}
.layout-header .header-big .upper .search button.booking:before,
.layout-header .header-big .upper .search button.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .search button.booking:hover:before,
.layout-header .header-big .upper .search button.booking:hover:after {
  top: 40%;
}
.layout-header .header-big .upper .search button.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-big .upper .search button.booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-big .upper .search button:before,
.layout-header .header-big .upper .search button:after {
  display: none !important;
}
@media (min-width: 960px) {
  .layout-header .header-big .upper .search button {
    padding: 4px 30px 4px 17px;
  }
}
.layout-header .header-big .upper .search button .fa-search {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 1.5em;
}
.layout-header .header-big .upper .search button .fa-search:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 16px;
  width: 17px;
  height: 18px;
  background-image: url('../images/icon-search-white.svg');
  background-size: cover;
}
.layout-header .header-big .upper .ctas a:nth-child(1) {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #86949f;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 20px;
}
@media (min-width: 1280px) {
  .layout-header .header-big .upper .ctas a:nth-child(1) {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-big .upper .ctas a:nth-child(1) i {
  position: absolute;
  right: 15px;
}
.layout-header .header-big .upper .ctas a:nth-child(1):before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-big .upper .ctas a:nth-child(1):after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(1):hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-header .header-big .upper .ctas a:nth-child(1):hover:after {
  right: 15px;
}
.layout-header .header-big .upper .ctas a:nth-child(1).booking:before,
.layout-header .header-big .upper .ctas a:nth-child(1).booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(1).booking:hover:before,
.layout-header .header-big .upper .ctas a:nth-child(1).booking:hover:after {
  top: 40%;
}
.layout-header .header-big .upper .ctas a:nth-child(1).booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-big .upper .ctas a:nth-child(1).booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-big .upper .ctas a:nth-child(1) i {
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(1):hover i {
  right: 5px;
}
.layout-header .header-big .upper .ctas a:nth-child(2) {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #41aa78;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 20px;
}
@media (min-width: 1280px) {
  .layout-header .header-big .upper .ctas a:nth-child(2) {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-big .upper .ctas a:nth-child(2) i {
  position: absolute;
  right: 15px;
}
.layout-header .header-big .upper .ctas a:nth-child(2):before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-big .upper .ctas a:nth-child(2):after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(2):hover {
  color: #ffffff;
  background: #41aa78;
  border-radius: 25px;
}
.layout-header .header-big .upper .ctas a:nth-child(2):hover:after {
  right: 15px;
}
.layout-header .header-big .upper .ctas a:nth-child(2).booking:before,
.layout-header .header-big .upper .ctas a:nth-child(2).booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(2).booking:hover:before,
.layout-header .header-big .upper .ctas a:nth-child(2).booking:hover:after {
  top: 40%;
}
.layout-header .header-big .upper .ctas a:nth-child(2).booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-big .upper .ctas a:nth-child(2).booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-big .upper .ctas a:nth-child(2) i {
  transition: all 0.25s ease;
}
.layout-header .header-big .upper .ctas a:nth-child(2):hover i:nth-child(1) {
  rotate: 45deg;
}
.layout-header .header-big .upper .ctas a:nth-child(2):hover i:nth-child(2) {
  rotate: 90deg;
}
.layout-header .header-big .lower {
  background: rgba(245, 245, 245, 0.01);
  border-top: 1px solid #e0e0e0;
}
.full-menu-forced-open .layout-header .header-big .lower {
  background: #f5f5f5;
}
.full-menu-forced-open .layout-header .header-big .lower:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #0261ad;
}
@media (min-width: 1600px) {
  .full-menu-forced-open .layout-header .header-big .lower:before {
    height: 110px;
  }
}
@media (max-height: 1000px) {
  .full-menu-forced-open .layout-header .header-big .lower:before {
    height: 80px;
  }
}
.full-menu-forced-open .layout-header .header-big .lower .container > ul > li {
  position: relative;
}
.full-menu-forced-open .layout-header .header-big .lower .container > ul > li:hover:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0261ad transparent transparent transparent;
}
@media (min-width: 1600px) {
  .full-menu-forced-open .layout-header .header-big .lower .container > ul > li:hover:before {
    top: 84px;
  }
}
@media (max-height: 1000px) {
  .full-menu-forced-open .layout-header .header-big .lower .container > ul > li:hover:before {
    top: 70px;
  }
}
.full-menu-forced-open .layout-header .header-big .lower .container > ul > li > a {
  color: #ffffff;
}
.layout-header .header-big .lower a {
  color: #ffffff;
  text-decoration: none;
}
.layout-header .header-big .lower a:hover {
  text-decoration: underline;
}
.layout-header .header-big .lower .sub-menu a {
  color: #323c4c;
}
.layout-header .header-big .lower .container {
  z-index: 9;
}
.layout-header .header-big .lower .container > ul {
  margin-bottom: 30px;
}
.layout-header .header-big .lower .container > ul > li {
  text-align: center;
  display: inline-block;
  width: 170px;
  vertical-align: top;
  font-size: 0.9em;
  margin: 0 1px;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li {
    width: 230px;
    margin: 0;
    font-size: 1em;
  }
}
.layout-header .header-big .lower .container > ul > li li {
  text-align: left;
}
.layout-header .header-big .lower .container > ul > li > a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #323c4c;
  background-color: transparent;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  font-size: 1.15em;
  padding-left: 0 !important;
}
@media (min-width: 1280px) {
  .layout-header .header-big .lower .container > ul > li > a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-big .lower .container > ul > li > a i {
  position: absolute;
  right: 15px;
}
.layout-header .header-big .lower .container > ul > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-big .lower .container > ul > li > a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .lower .container > ul > li > a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-header .header-big .lower .container > ul > li > a:hover:after {
  right: 15px;
}
.layout-header .header-big .lower .container > ul > li > a.booking:before,
.layout-header .header-big .lower .container > ul > li > a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-big .lower .container > ul > li > a.booking:hover:before,
.layout-header .header-big .lower .container > ul > li > a.booking:hover:after {
  top: 40%;
}
.layout-header .header-big .lower .container > ul > li > a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-big .lower .container > ul > li > a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-big .lower .container > ul > li > a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: '\f30b';
}
.layout-header .header-big .lower .container > ul > li > a:before,
.layout-header .header-big .lower .container > ul > li > a:after {
  opacity: 0;
}
.layout-header .header-big .lower .container > ul > li > a:after {
  transition: all 0.25s ease;
  opacity: 0;
  position: absolute;
  right: 30px;
}
.layout-header .header-big .lower .container > ul > li > a:hover {
  padding-left: 10px !important;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li > a:hover {
    padding-left: 30px !important;
  }
}
.layout-header .header-big .lower .container > ul > li > a:hover:before {
  opacity: 1;
}
.layout-header .header-big .lower .container > ul > li > a:hover:after {
  right: 15px;
  opacity: 1;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu {
  margin-top: 35px;
  transition: none;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li > .sub-menu {
    margin-top: 55px;
    margin-left: 15px;
  }
}
@media (max-height: 1000px) {
  .layout-header .header-big .lower .container > ul > li > .sub-menu {
    margin-top: 25px;
  }
}
.full-menu-closed-big .layout-header .header-big .lower .container > ul > li > .sub-menu {
  background-color: #f5f5f5;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li .toggle-unfolded {
  cursor: pointer;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > a {
  padding: 10px 5px;
  display: inline-block;
  color: #323c4c;
  transition: all 0.25s ease;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > a:hover {
  background: #0261ad;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  padding-left: 30px;
  margin-left: -30px;
  padding-right: 80px;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 40px;
  width: 100%;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li:hover {
  background-color: transparent !important;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li:hover > a {
  background: #0261ad;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  padding-left: 30px;
  margin-left: -30px;
  padding-right: 80px;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 40px;
  width: 100%;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children {
  position: relative;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded {
  position: absolute;
  right: 0px;
  top: 0;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  transition: all 0.25s ease;
  height: 45px;
  width: 35px;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded {
    right: 15px;
    width: 45px;
  }
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded:before {
  content: '' !important;
  position: absolute;
  top: 41%;
  transform: rotate(90deg) translateY(-50%);
  right: 13px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right-gray.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded:before {
    right: 18px;
  }
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children .toggle-unfolded:hover:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children:hover .toggle-unfolded:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.unfolded .toggle-unfolded {
  transform: rotate(180deg);
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness:hover > a {
  background-color: #fed33c;
  color: #323c4c;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness > a:hover .toggle-unfolded,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness.unfolded .toggle-unfolded,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-fitness:hover .toggle-unfolded {
  background-color: #e59636;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen:hover > a {
  background-color: #02a4d3;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen > a:hover .toggle-unfolded,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen.unfolded .toggle-unfolded,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-zwemmen:hover .toggle-unfolded {
  background-color: #056a93;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-buitensporten > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-buitensporten.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-buitensporten:hover > a {
  background-color: #097f4b;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-buitensporten .toggle-unfolded {
  background-color: #006029;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-binnensporten > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-binnensporten.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-binnensporten:hover > a {
  background-color: #e89928;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-binnensporten .toggle-unfolded {
  background-color: #c66d00;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-evenementen > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-evenementen.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-evenementen:hover > a {
  background-color: #714693;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-evenementen .toggle-unfolded {
  background-color: #4d0060;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-vitaliteit > a:hover,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-vitaliteit.unfolded > a,
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-vitaliteit:hover > a {
  background-color: #87ab39;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.theme-vitaliteit .toggle-unfolded {
  background-color: #618300;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 50px;
  transition: all 0.25s ease;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.unfolded > a {
  border-radius: 20px;
  color: white;
  text-decoration: none;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 40px;
  width: 100%;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.unfolded .toggle-unfolded {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
@media (min-width: 1600px) {
  .layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.unfolded .toggle-unfolded {
    right: 15px;
  }
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children.unfolded .toggle-unfolded:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children:hover a:before {
  opacity: 0;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children:hover a:after {
  opacity: 1;
  transform: translateY(-50%) rotate(-90deg);
  right: 20px;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children:hover ul li a {
  background-color: transparent;
  color: #323c4c;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.menu-item-has-children:hover ul li a:hover {
  text-decoration: underline;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > .sub-menu > li {
  padding: 7px 5px 7px 15px;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > .sub-menu > li:first-child {
  margin-top: 5px;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li > .sub-menu > li:last-child {
  margin-bottom: 5px;
}
.layout-header .header-big .lower .container > ul > li > .sub-menu > li.unfolded > .sub-menu {
  max-height: 400px;
}
.layout-header .header-big .alert {
  color: #ffffff;
}
.layout-header .header-small {
  background-color: #f5f5f5;
}
.layout-header .header-small .full-menu-small {
  background-color: #f5f5f5;
  z-index: -1;
}
.layout-header .header-small .full-menu-small .container {
  position: relative;
  min-height: calc(100vh - 100px);
}
.layout-header .header-small .full-menu-small .container .menu {
  margin-top: 200px;
  padding-bottom: 25px;
}
.scrolled .layout-header .header-small .full-menu-small .container .menu {
  margin-top: 100px;
}
.layout-header .header-small .full-menu-small .container .menu a {
  text-decoration: none;
  padding: 7px 0;
  display: inline-block;
}
.layout-header .header-small .full-menu-small .container .menu li {
  position: relative;
  background-color: transparent !important;
}
.layout-header .header-small .full-menu-small .container .menu li i {
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
  transform: all .1s ease;
}
.layout-header .header-small .full-menu-small .container .menu li a {
  width: 100% !important;
}
.layout-header .header-small .full-menu-small .container .menu li a:before,
.layout-header .header-small .full-menu-small .container .menu li a:after {
  display: none;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children {
  position: relative;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .toggle {
  position: absolute;
  right: 0px;
  top: 0;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  transition: all 0.25s ease;
  height: 49px;
  width: 45px;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .toggle:before {
  content: '' !important;
  position: absolute;
  top: 41%;
  transform: rotate(90deg) translateY(-50%);
  right: 18px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .toggle:hover:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children:hover .toggle:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .sub-menu .toggle {
  border-radius: 19px !important;
  height: 41px;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children .sub-menu .toggle:before {
  top: 38%;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.unfolded > .toggle {
  transform: rotate(180deg) !important;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-fitness > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-fitness.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-fitness:hover > a {
  background-color: #fed33c;
  color: #323c4c;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-fitness .toggle {
  background-color: #e59636;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-zwemmen > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-zwemmen.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-zwemmen:hover > a {
  background-color: #02a4d3;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-zwemmen .toggle {
  background-color: #056a93;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-buitensporten > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-buitensporten.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-buitensporten:hover > a {
  background-color: #097f4b;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-buitensporten .toggle {
  background-color: #006029;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-binnensporten > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-binnensporten.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-binnensporten:hover > a {
  background-color: #e89928;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-binnensporten .toggle {
  background-color: #c66d00;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-evenementen > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-evenementen.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-evenementen:hover > a {
  background-color: #714693;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-evenementen .toggle {
  background-color: #4d0060;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-vitaliteit > a:hover,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-vitaliteit.unfolded > a,
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-vitaliteit:hover > a {
  background-color: #87ab39;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.theme-vitaliteit .toggle {
  background-color: #618300;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 50px;
  transition: all 0.25s ease;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.unfolded > a {
  border-radius: 20px;
  color: white;
  text-decoration: none;
  padding-left: 15px;
  margin-left: -10px;
  padding-right: 40px;
  width: 100%;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.unfolded .toggle {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
@media (min-width: 1600px) {
  .layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.unfolded .toggle {
    right: 15px;
  }
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children.unfolded .toggle:before {
  background-image: url('../images/arrow-right.svg');
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children:hover a:before {
  opacity: 0;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children:hover a:after {
  opacity: 1;
  transform: translateY(-50%) rotate(-90deg);
  right: 20px;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children:hover ul li a {
  background-color: transparent;
  color: #323c4c;
}
.layout-header .header-small .full-menu-small .container .menu li.menu-item-has-children:hover ul li a:hover {
  text-decoration: underline;
}
.layout-header .header-small .full-menu-small .container .menu > li {
  margin-bottom: 10px;
}
.layout-header .header-small .full-menu-small .container .menu > li > a {
  font-weight: bold;
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #323c4c;
  background-color: transparent;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .layout-header .header-small .full-menu-small .container .menu > li > a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-header .header-small .full-menu-small .container .menu > li > a i {
  position: absolute;
  right: 15px;
}
.layout-header .header-small .full-menu-small .container .menu > li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-header .header-small .full-menu-small .container .menu > li > a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .full-menu-small .container .menu > li > a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-header .header-small .full-menu-small .container .menu > li > a:hover:after {
  right: 15px;
}
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:before,
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:hover:before,
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:hover:after {
  top: 40%;
}
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-header .header-small .full-menu-small .container .menu > li > a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-header .header-small .full-menu-small .container .menu > li .sub-menu {
  padding-top: 10px;
  padding-left: 20px;
}
.layout-header .header-small .full-menu-small .container .menu > li .sub-menu .sub-menu {
  padding-top: 0;
}
.layout-header .header-small .full-menu-small .container .menu > li .sub-menu .sub-menu li a {
  font-weight: 300;
}
.layout-header .header-small .full-menu-small .container .menu > li > ul > li {
  padding-left: 10px;
  font-weight: bold;
}
.layout-header .header-small .full-menu-small .container .menu > li > ul > li > ul > li {
  padding-left: 10px;
}
.layout-header .header-small .full-menu-small .container .utility-menu-and-text {
  border-top: 1px solid #707070;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.layout-header .header-small .full-menu-small .container .utility-menu-and-text .utility-menu {
  width: 75%;
}
.layout-header .header-small .full-menu-small .container .utility-menu-and-text .utility-menu li {
  display: inline-block;
  width: 49%;
  padding: 5px 0;
}
.layout .gform_wrapper .gform_heading {
  background-color: #323c4c;
  text-align: center;
  color: #ffffff;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.layout .gform_wrapper .gform_heading h2 {
  font-size: 1em;
  margin-bottom: 15px;
}
.layout .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.layout .gform_wrapper .gform_validation_errors {
  display: none;
}
.layout .gform_wrapper .gform_confirmation_wrapper {
  padding: 50px;
}
.layout .gform_wrapper.gravity-theme .description,
.layout .gform_wrapper.gravity-theme .gfield_description,
.layout .gform_wrapper.gravity-theme .gsection_description,
.layout .gform_wrapper.gravity-theme .instruction {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  border-radius: 15px;
}
.layout .gform_wrapper form {
  padding: 40px 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 960px) {
  .layout .gform_wrapper form {
    padding: 30px 40px;
  }
}
@media (min-width: 1600px) {
  .layout .gform_wrapper form {
    padding: 60px 90px;
  }
}
.layout .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #aeb3bb;
  font-weight: 500;
  padding-left: 10px;
  font-style: italic;
}
@media (min-width: 1600px) {
  .layout .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    padding-left: 30px;
  }
}
.layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select,
.layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: 15px;
  border: 2px solid #aeb3bb;
  min-height: 45px;
  max-height: 130px;
}
.layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type=file] {
  border: none;
  border-radius: 0;
}
.layout .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .gform_fileupload_rules {
  padding-top: 0;
  margin-top: 0;
}
.layout .gform_wrapper form .gform_footer {
  text-align: right;
  display: block;
  position: relative;
}
.layout .gform_wrapper form .gform_footer:before {
  content: '';
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout .gform_wrapper form .gform_footer:after {
  content: '' !important;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout .gform_wrapper form .gform_footer:hover:after {
  right: 15px;
}
.layout .gform_wrapper form .gform_footer .button {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #0261ad;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout .gform_wrapper form .gform_footer .button {
    padding: 15px 60px 15px 30px;
  }
}
.layout .gform_wrapper form .gform_footer .button i {
  position: absolute;
  right: 15px;
}
.layout .gform_wrapper form .gform_footer .button:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout .gform_wrapper form .gform_footer .button:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout .gform_wrapper form .gform_footer .button:hover {
  color: #ffffff;
  background: #097f4b;
  border-radius: 25px;
}
.layout .gform_wrapper form .gform_footer .button:hover:after {
  right: 15px;
}
.layout .gform_wrapper form .gform_footer .button.booking:before,
.layout .gform_wrapper form .gform_footer .button.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout .gform_wrapper form .gform_footer .button.booking:hover:before,
.layout .gform_wrapper form .gform_footer .button.booking:hover:after {
  top: 40%;
}
.layout .gform_wrapper form .gform_footer .button.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout .gform_wrapper form .gform_footer .button.booking:hover:after {
  transform: rotate(90deg);
}
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 55%;
  z-index: 99;
  background-color: #ffffff;
  color: #323c4c;
  border-radius: 10px;
  padding: 13px 11px;
  display: block;
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (min-width: 960px) {
  .slick-arrow {
    left: 55%;
    font-size: 20px;
    width: 55px;
    height: 55px;
    border-radius: 20px;
    padding: 18px 11px;
  }
}
.slick-arrow:hover {
  background-color: #dd1728;
  color: #ffffff;
  box-shadow: none;
}
.slick-arrow.prev {
  left: 30%;
}
@media (min-width: 960px) {
  .slick-arrow.prev {
    left: 40%;
  }
}
.slick-arrow.slick-disabled {
  background-color: #aeb3bb;
}
.slick-arrow.slick-disabled:hover {
  color: #323c4c;
}
a {
  text-decoration: none;
  color: #323c4c;
}
a:hover {
  text-decoration: underline;
}
.first-after-hero {
  margin-top: -60px;
}
@media (min-width: 640px) {
  .first-after-hero {
    margin-top: -160px;
  }
}
@media (min-width: 960px) {
  .first-after-hero {
    margin-top: -240px;
  }
}
@media (min-width: 1280px) {
  .first-after-hero {
    margin-top: -350px;
  }
}
@media (min-width: 1600px) {
  .first-after-hero {
    margin-top: -350px;
  }
}
.home .first-after-hero {
  margin-top: -200px;
}
@media (min-width: 640px) {
  .home .first-after-hero {
    margin-top: -400px;
  }
}
@media (min-width: 960px) {
  .home .first-after-hero {
    margin-top: -450px;
  }
}
@media (min-width: 1280px) {
  .home .first-after-hero {
    margin-top: -525px;
  }
}
@media (min-width: 1600px) {
  .home .first-after-hero {
    margin-top: -650px;
  }
}
.first-after-hero.layout-events,
.first-after-hero.layout-news,
.first-after-hero.layout-clubs,
.first-after-hero.layout-vacancies {
  margin-top: 0;
}
@media (min-width: 1600px) {
  .first-after-hero.layout-events,
  .first-after-hero.layout-news,
  .first-after-hero.layout-clubs,
  .first-after-hero.layout-vacancies {
    margin-top: -75px;
  }
}
@media (max-width: 640px) {
  .first-after-hero.layout-imageandtext {
    margin-top: -100px;
  }
}
.layout-hero {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .layout-hero {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.layout-hero img {
  clip-path: polygon(0 0, 100% 0, 100% 76%, 0 95%);
}
.layout-hero img.mobile {
  display: block;
}
@media (min-width: 640px) {
  .layout-hero img.mobile {
    display: none;
  }
}
.layout-hero img.desktop {
  display: none;
}
@media (min-width: 640px) {
  .layout-hero img.desktop {
    display: block;
  }
}
.layout-hero:before {
  content: '';
  background-color: #000000;
  height: 75%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .layout-hero:before {
    height: 60%;
  }
}
.layout-hero:after {
  content: '';
  background-color: #000000;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: rotate(353.5deg);
  position: absolute;
  top: -8%;
  left: -6.5%;
  height: 100%;
  width: 104.5%;
  z-index: -1;
}
@media (min-width: 450px) and (max-width: 960px) {
  .layout-hero:after {
    transform: rotate(356deg);
    width: 101.5%;
    left: -2.5%;
  }
}
@media (min-width: 960px) {
  .layout-hero:after {
    width: 102%;
    top: -12%;
    left: -3%;
    transform: rotate(354.5deg);
  }
}
@media (min-width: 1280px) {
  .layout-hero:after {
    left: -2.5%;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
  }
}
@media (min-width: 1800px) {
  .layout-hero:after {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
@media (min-width: 1600px) {
  .layout-hero:after {
    width: 102vw;
    top: -16%;
  }
}
.home .layout-hero {
  padding-bottom: 150px;
}
@media (min-width: 640px) {
  .home .layout-hero {
    padding-bottom: 260px;
  }
}
@media (min-width: 1600px) {
  .home .layout-hero {
    padding-bottom: 360px;
  }
}
.home .layout-hero:before {
  height: 75%;
}
@media (min-width: 960px) {
  .home .layout-hero:before {
    height: 65%;
  }
}
.home .layout-hero:after {
  width: 101.95%;
}
@media (min-width: 640px) {
  .home .layout-hero:after {
    width: 101.5%;
  }
}
@media (min-width: 450px) and (max-width: 960px) {
  .home .layout-hero:after {
    transform: rotate(356deg);
    width: 101.5%;
    left: -3%;
  }
}
@media (min-width: 960px) {
  .home .layout-hero:after {
    left: -4.5%;
    width: 102.5%;
  }
}
@media (min-width: 1280px) {
  .home .layout-hero:after {
    left: -4%;
  }
}
.layout-hero > .container {
  position: relative;
  max-width: 1600px;
  padding-right: 0;
}
.layout-hero > .container .text {
  position: absolute;
  top: 40%;
  left: 60%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 1050px;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .layout-hero > .container .text {
    top: 40%;
    left: 48%;
  }
}
@media (min-width: 1600px) {
  .layout-hero > .container .text {
    left: 43%;
  }
}
.home .layout-hero > .container .text {
  left: 63%;
  top: 29%;
}
@media (min-width: 960px) {
  .home .layout-hero > .container .text {
    top: 40%;
    left: 50%;
  }
}
.layout-hero > .container .text .breadcrumbs {
  font-size: 1em;
  margin-bottom: 5px;
  font-weight: 300;
}
@media (min-width: 960px) {
  .layout-hero > .container .text .breadcrumbs {
    font-size: 1.25em;
    margin-bottom: 30px;
  }
}
.layout-hero > .container .text .breadcrumbs a {
  color: #ffffff;
  font-weight: 300;
}
.layout-hero > .container .text .inner {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 2em;
}
@media (min-width: 960px) {
  .layout-hero > .container .text .inner {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 960px) and (max-width: 1600px) {
  .layout-hero > .container .text .inner {
    font-size: 2em;
  }
}
.layout-hero > .container .text .inner h1,
.layout-hero > .container .text .inner h2 {
  margin: 0;
  padding: 0;
}
.home .layout-hero > .container .text .inner h1 {
  color: #dd1728;
  margin-bottom: 10px;
}
.layout-hero > .container .text .inner h1 {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .layout-hero > .container .text .inner h2 {
    font-size: 1.95em;
  }
}
.single .layout-contents {
  padding-top: 60px;
}
@media (min-width: 1600px) {
  .single .layout-contents {
    padding-top: 120px;
  }
}
.single .layout-contents .container {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px 100px 75px 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
}
@media (max-width: 1280px) {
  .single .layout-contents .container {
    padding: 30px 50px 75px 50px;
    width: 96%;
  }
}
.single .layout-contents .container .wrapper {
  position: relative;
}
.single .layout-contents .container .wrapper .text a strong,
.single .layout-contents .container .wrapper .text strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .single .layout-contents .container .wrapper .text a strong,
  .single .layout-contents .container .wrapper .text strong a {
    padding: 15px 60px 15px 30px;
  }
}
.single .layout-contents .container .wrapper .text a strong i,
.single .layout-contents .container .wrapper .text strong a i {
  position: absolute;
  right: 15px;
}
.single .layout-contents .container .wrapper .text a strong:before,
.single .layout-contents .container .wrapper .text strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.single .layout-contents .container .wrapper .text a strong:after,
.single .layout-contents .container .wrapper .text strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.single .layout-contents .container .wrapper .text a strong:hover,
.single .layout-contents .container .wrapper .text strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.single .layout-contents .container .wrapper .text a strong:hover:after,
.single .layout-contents .container .wrapper .text strong a:hover:after {
  right: 15px;
}
.single .layout-contents .container .wrapper .text a strong.booking:before,
.single .layout-contents .container .wrapper .text strong a.booking:before,
.single .layout-contents .container .wrapper .text a strong.booking:after,
.single .layout-contents .container .wrapper .text strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.single .layout-contents .container .wrapper .text a strong.booking:hover:before,
.single .layout-contents .container .wrapper .text strong a.booking:hover:before,
.single .layout-contents .container .wrapper .text a strong.booking:hover:after,
.single .layout-contents .container .wrapper .text strong a.booking:hover:after {
  top: 40%;
}
.single .layout-contents .container .wrapper .text a strong.booking:hover:before,
.single .layout-contents .container .wrapper .text strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.single .layout-contents .container .wrapper .text a strong.booking:hover:after,
.single .layout-contents .container .wrapper .text strong a.booking:hover:after {
  transform: rotate(90deg);
}
.single .layout-contents .container .wrapper h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.single .layout-contents .container .wrapper .img {
  max-width: 400px;
  float: right;
  margin: -56px -50px 15px 25px;
}
@media (max-width: 750px) {
  .single .layout-contents .container .wrapper .img {
    margin-left: 30vw;
  }
}
@media (max-width: 640px) {
  .single .layout-contents .container .wrapper .img {
    margin-left: 10vw;
  }
}
@media (min-width: 960px) {
  .single .layout-contents .container .wrapper .img {
    margin: -60px -50px 15px 25px;
  }
}
@media (min-width: 1280px) {
  .single .layout-contents .container .wrapper .img {
    margin: -65px -100px 15px 25px;
  }
}
@media (min-width: 1600px) {
  .single .layout-contents .container .wrapper .img {
    margin: -73px -100px 15px 25px;
  }
}
.single .layout-contents .container .wrapper .img .effect {
  clip-path: polygon(4% 0, 100% 0, 100% 83%, 0% 100%);
  position: relative;
}
@media (min-width: 960px) {
  .single .layout-contents .container .wrapper .img .effect {
    clip-path: polygon(4% 0, 100% 0, 100% 83%, 0% 100%);
  }
}
.single .layout-contents .container .wrapper .img .effect img {
  border-bottom-left-radius: 32px;
  border-top-right-radius: 30px;
}
@media (min-width: 960px) {
  .single .layout-contents .container .wrapper .img .effect img {
    border-bottom-left-radius: 32px;
  }
}
.layout-contents h1 {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-contents h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-contents h1 {
    font-size: 4em;
  }
}
.layout-contents ul li {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.layout-contents ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-black.svg');
  background-size: cover;
}
.single-vacancy .layout-contents .container {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px 100px 75px 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .single-vacancy .layout-contents .container {
    padding: 30px 50px 75px 50px;
    margin: 2%;
    width: 96%;
  }
}
.layout-searchandselect {
  position: relative;
}
.layout-searchandselect .container .wrapper {
  background-color: #0261ad;
  background: linear-gradient(125deg, #0261ad 50%, #013157 100%);
  border-radius: 15px;
  color: #ffffff;
}
.layout-searchandselect .container .wrapper .top {
  padding: 30px 30px 30px 30px;
  border-bottom: 1px solid #0261ad;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .top {
    padding: 50px;
  }
}
@media (min-width: 1600px) {
  .layout-searchandselect .container .wrapper .top {
    padding: 60px;
  }
}
.layout-searchandselect .container .wrapper .top .title {
  font-size: 1.75em;
  display: inline-block;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 10px;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .top .title {
    font-size: 2em;
    padding-top: 0;
  }
}
.layout-searchandselect .container .wrapper .top .link {
  float: right;
  display: inline-block;
}
.layout-searchandselect .container .wrapper .top .link a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .top .link a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-searchandselect .container .wrapper .top .link a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .top .link a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-searchandselect .container .wrapper .top .link a:hover {
  color: #0261ad;
}
.layout-searchandselect .container .wrapper .top .link a:hover:before {
  left: 10px;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .top .link a {
    margin-top: 5px;
  }
}
.layout-searchandselect .container .wrapper .top .link a:hover {
  color: #ffffff;
}
.layout-searchandselect .container .wrapper .top .link a:hover:before {
  background-image: url(../images/list-style-white.svg);
}
.layout-searchandselect .container .wrapper .search-select {
  padding: 0px 30px 60px 30px;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select {
    display: flex;
    align-items: flex-end;
    padding: 25px 60px 70px 60px;
  }
}
@media (min-width: 1280px) {
  .layout-searchandselect .container .wrapper .search-select {
    padding: 40px 60px 80px 60px;
  }
}
.layout-searchandselect .container .wrapper .search-select .searchbox {
  vertical-align: top;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select .searchbox {
    width: 60%;
    padding-right: 75px;
  }
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select .searchbox .search {
    padding-right: 25px;
    margin-top: 20px;
  }
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search .fa-search {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 1.5em;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search .fa-search:before {
  content: '';
  position: absolute;
  top: -13px;
  left: 0px;
  width: 25px;
  height: 26px;
  background-image: url('../images/icon-search.svg');
  background-size: cover;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search input {
  border-radius: 15px;
  line-height: 30px;
  height: 90px;
  width: 100%;
  padding: 5px 20px 5px 60px;
  border: 0;
  border-radius: 32px;
  border: 7px solid #4e91c6;
  outline: none;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #dd1728;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 41px;
  height: 59px;
}
@media (min-width: 1280px) {
  .layout-searchandselect .container .wrapper .search-select .searchbox .search button {
    padding: 15px 60px 15px 30px;
  }
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button i {
  position: absolute;
  right: 15px;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button:hover:after {
  right: 15px;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:before,
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:hover:before,
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:hover:after {
  top: 40%;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-searchandselect .container .wrapper .search-select .searchbox .search button.booking:hover:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select .searchbox .search button {
    padding: 15px 40px 15px 5px;
    width: 125px;
    right: 16px;
  }
}
.layout-searchandselect .container .wrapper .search-select .select {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select .select {
    width: 40%;
    margin-top: 0;
  }
}
.layout-searchandselect .container .wrapper .search-select .select .linkstitle {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
}
.layout-searchandselect .container .wrapper .search-select .select ul {
  margin-left: -15px;
  margin-bottom: -15px;
}
.layout-searchandselect .container .wrapper .search-select .select ul li {
  margin: 0 3px 12px 3px;
  display: inline-block;
}
@media (min-width: 960px) {
  .layout-searchandselect .container .wrapper .search-select .select ul li {
    margin: 0 7px 7px 7px;
  }
}
@media (min-width: 1280px) {
  .layout-searchandselect .container .wrapper .search-select .select ul li {
    margin: 0 7px 15px 7px;
  }
}
.layout-searchandselect .container .wrapper .search-select .select ul li a {
  display: block;
  border-radius: 30px;
  padding: 8px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media (min-width: 640px) {
  .layout-searchandselect .container .wrapper .search-select .select ul li a {
    padding: 8px 13px;
  }
}
@media (min-width: 1280px) {
  .layout-searchandselect .container .wrapper .search-select .select ul li a {
    padding: 8px 25px;
  }
}
.layout-searchandselect .container .wrapper .search-select .select ul li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323c4c;
}
.layout-partners {
  /* veranderen naar layout-clubsrandom */
  position: relative;
  padding-bottom: 30px;
  padding-top: 60px;
}
.layout-partners.first-before-footer {
  padding-top: 0px;
}
@media (max-width: 960px) {
  .layout-partners.first-before-footer .container .wrapper .logos-text .text {
    margin-bottom: 200px;
  }
}
@media (max-width: 960px) {
  .layout-partners.first-before-footer .container .wrapper .logos-text .text .effect {
    position: absolute;
  }
}
.layout-partners .container .wrapper {
  background-color: #0261ad;
  background: linear-gradient(125deg, #0261ad 50%, #013157 100%);
  border-radius: 15px;
  color: #ffffff;
}
.layout-partners .container .wrapper .top {
  padding: 30px 30px;
  border-bottom: 1px solid #0261ad;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .top {
    padding: 45px 60px;
  }
}
@media (min-width: 1600px) {
  .layout-partners .container .wrapper .top {
    padding: 60px;
  }
}
.layout-partners .container .wrapper .top .title {
  font-size: 2em;
  display: inline-block;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.layout-partners .container .wrapper .top .link {
  display: inline-block;
  float: right;
}
.layout-partners .container .wrapper .top .link a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .top .link a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-partners .container .wrapper .top .link a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .top .link a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-partners .container .wrapper .top .link a:hover {
  color: #0261ad;
}
.layout-partners .container .wrapper .top .link a:hover:before {
  left: 10px;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .top .link a {
    margin-top: 5px;
  }
}
.layout-partners .container .wrapper .top .link a:hover {
  color: #ffffff;
}
.layout-partners .container .wrapper .top .link a:hover:before {
  background-image: url(../images/list-style-white.svg);
}
.layout-partners .container .wrapper .logos-text {
  padding: 30px 0px 60px 30px;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text {
    display: flex;
    padding: 30px 0px 60px 60px;
  }
}
.layout-partners .container .wrapper .logos-text .logos {
  vertical-align: top;
  margin-left: -20px;
  margin-right: 20px;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text .logos {
    width: 45%;
    padding-right: 75px;
    margin-right: -20px;
  }
}
@media (min-width: 1280px) {
  .layout-partners .container .wrapper .logos-text .logos {
    width: 55%;
  }
}
.layout-partners .container .wrapper .logos-text .logos ul li {
  height: 150px;
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text .logos ul li {
    padding: 10px;
    padding-bottom: 40px;
  }
}
.layout-partners .container .wrapper .logos-text .logos ul li a {
  color: #ffffff;
}
.layout-partners .container .wrapper .logos-text .logos ul li .img {
  height: 90px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.layout-partners .container .wrapper .logos-text .logos ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  line-height: 18px;
}
@media (min-width: 640px) {
  .layout-partners .container .wrapper .logos-text .logos ul li .name {
    line-height: 24px;
  }
}
.layout-partners .container .wrapper .logos-text .logos .slick-arrow {
  position: absolute;
  bottom: -40px;
  left: 60%;
}
@media (min-width: 1280px) {
  .layout-partners .container .wrapper .logos-text .logos .slick-arrow {
    left: 55%;
  }
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text .logos .slick-arrow {
    bottom: -85px;
  }
}
.layout-partners .container .wrapper .logos-text .logos .slick-arrow:hover {
  background-color: #dd1728;
  color: #ffffff;
  box-shadow: none;
}
.layout-partners .container .wrapper .logos-text .logos .slick-arrow.prev {
  left: 40%;
}
.layout-partners .container .wrapper .logos-text .text {
  margin-top: 45px;
  position: relative;
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text .text {
    width: 55%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .layout-partners .container .wrapper .logos-text .text {
    width: 45%;
  }
}
.layout-partners .container .wrapper .logos-text .text h2 {
  margin-bottom: 15px;
}
.layout-partners .container .wrapper .logos-text .text .effect {
  background-color: #ffffff;
  color: #323c4c;
  padding: 25px 25px 30px 35px;
  position: relative;
  top: 0;
  clip-path: url(#imageclip1) !important;
}
@media (min-width: 640px) {
  .layout-partners .container .wrapper .logos-text .text .effect {
    padding: 25px 30px 30px 55px;
    clip-path: url(#imageclip8) !important;
  }
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper .logos-text .text .effect {
    padding: 45px 25px 60px 35px;
    clip-path: url(#imageclip1) !important;
  }
}
@media (min-width: 1600px) {
  .layout-partners .container .wrapper .logos-text .text .effect {
    padding: 45px 90px 65px 90px;
  }
}
.layout-partners .container .wrapper .logos-text .text a strong,
.layout-partners .container .wrapper .logos-text .text strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-partners .container .wrapper .logos-text .text a strong,
  .layout-partners .container .wrapper .logos-text .text strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-partners .container .wrapper .logos-text .text a strong i,
.layout-partners .container .wrapper .logos-text .text strong a i {
  position: absolute;
  right: 15px;
}
.layout-partners .container .wrapper .logos-text .text a strong:before,
.layout-partners .container .wrapper .logos-text .text strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-partners .container .wrapper .logos-text .text a strong:after,
.layout-partners .container .wrapper .logos-text .text strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-partners .container .wrapper .logos-text .text a strong:hover,
.layout-partners .container .wrapper .logos-text .text strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-partners .container .wrapper .logos-text .text a strong:hover:after,
.layout-partners .container .wrapper .logos-text .text strong a:hover:after {
  right: 15px;
}
.layout-partners .container .wrapper .logos-text .text a strong.booking:before,
.layout-partners .container .wrapper .logos-text .text strong a.booking:before,
.layout-partners .container .wrapper .logos-text .text a strong.booking:after,
.layout-partners .container .wrapper .logos-text .text strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-partners .container .wrapper .logos-text .text a strong.booking:hover:before,
.layout-partners .container .wrapper .logos-text .text strong a.booking:hover:before,
.layout-partners .container .wrapper .logos-text .text a strong.booking:hover:after,
.layout-partners .container .wrapper .logos-text .text strong a.booking:hover:after {
  top: 40%;
}
.layout-partners .container .wrapper .logos-text .text a strong.booking:hover:before,
.layout-partners .container .wrapper .logos-text .text strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-partners .container .wrapper .logos-text .text a strong.booking:hover:after,
.layout-partners .container .wrapper .logos-text .text strong a.booking:hover:after {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .layout-partners .container .wrapper.hasno-text .logos-text {
    display: block;
  }
}
@media (min-width: 1280px) {
  .layout-partners .container .wrapper.hasno-text .logos-text .logos {
    width: 100%;
  }
}
.hours-reception > div {
  display: inline-block;
}
.layout-openinghours {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 960px) {
  .layout-openinghours {
    padding-bottom: 30px;
  }
}
.layout-openinghours .container > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .layout-openinghours .container > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container > .title {
    font-size: 4em;
  }
}
@media (max-width: 960px) {
  .layout-openinghours .container > .title {
    font-size: 2em;
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  .layout-openinghours .container > .title {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container > .title {
    padding: 100px;
  }
}
.layout-openinghours .container .blob_middle {
  max-height: 800px;
}
.layout-openinghours .container .hours-and-special-days {
  background-color: #ffffff;
  border-radius: 25px;
}
.layout-openinghours .container .hours-and-special-days > li {
  padding: 30px;
}
@media (min-width: 640px) {
  .layout-openinghours .container .hours-and-special-days > li {
    padding: 30px 15px;
  }
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li {
    padding: 60px 30px;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container .hours-and-special-days > li {
    padding: 60px;
  }
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li:first-child {
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container .hours-and-special-days > li:first-child {
    padding-left: 120px;
  }
}
.layout-openinghours .container .hours-and-special-days > li.special_days {
  background-color: #f4f4f5;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
@media (max-width: 640px) {
  .layout-openinghours .container .hours-and-special-days > li.special_days {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
.layout-openinghours .container .hours-and-special-days > li.special_days ul li {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.layout-openinghours .container .hours-and-special-days > li.special_days ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-black.svg');
  background-size: cover;
}
.layout-openinghours .container .hours-and-special-days > li.special_days ul li:after {
  display: none;
}
.layout-openinghours .container .hours-and-special-days > li > ul {
  border-top: 2px solid #f4f4f5;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li > ul {
    margin-top: 30px;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li {
  padding: 5px 0;
  position: relative;
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li {
    padding: 20px 0;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li:after {
  content: '';
  position: absolute;
  left: 110px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #f4f4f5;
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li:after {
    left: 119px;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li:after {
    left: 165px;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li > div {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 640px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li > div {
    padding: 6px 5px;
  }
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li > div {
    padding: 9px 12px;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li > div.day {
  border-radius: 4px;
  background-color: #0261ad;
  color: #ffffff;
  min-width: 100px;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 960px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li > div.day {
    min-width: 110px;
  }
}
@media (min-width: 1600px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li > div.day {
    min-width: 130px;
    margin-right: 30px;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li > div.start {
  margin-left: 15px;
}
@media (min-width: 1600px) {
  .layout-openinghours .container .hours-and-special-days > li > ul > li > div.start {
    margin-left: 30px;
  }
}
.layout-openinghours .container .hours-and-special-days > li > ul > li > div.start,
.layout-openinghours .container .hours-and-special-days > li > ul > li > div.stop {
  background-color: #f4f4f5;
}
.single-hours #page > .hours-table-contents {
  display: none;
}
.layout-rates {
  padding: 60px 0;
  color: #323c4c;
}
@media (max-width: 960px) {
  .layout-rates .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-rates .container .dwrap > h2 {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ffffff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 30px 20px;
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
}
@media (min-width: 1280px) {
  .layout-rates .container .dwrap > h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-rates .container .dwrap > h2 {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .layout-rates .container .dwrap > h2 {
    padding: 40px 100px;
  }
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents {
    display: flex;
  }
  .layout-rates .container .dwrap .tabs-selectors-and-contents > :nth-child(1) {
    flex: 0 0 26%;
  }
  .layout-rates .container .dwrap .tabs-selectors-and-contents > :nth-child(2) {
    flex: 0 0 74%;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors {
  background-color: #323c4c;
  border-bottom-left-radius: 25px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li {
  color: #ffffff;
  padding: 25px 25px 25px 35px;
  display: block;
  font-weight: 100;
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li {
    font-size: 0.8em;
    padding: 15px 15px 15px 15px;
    word-break: break-word;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li.active {
  background-color: #ffffff;
  color: #0261ad;
  position: relative;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #0261ad;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-selectors > li.active:before {
    border-width: 10px 0 10px 10px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents {
  background-color: #ffffff;
  padding: 45px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents {
    padding: 10px 10px 25px 10px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-zwemmen .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-zwemmen .accordeon-item .accordeon-label:hover {
  background-color: #02a4d3;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-binnensporten .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-binnensporten .accordeon-item .accordeon-label:hover {
  background-color: #e89928;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-buitensporten .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-buitensporten .accordeon-item .accordeon-label:hover {
  background-color: #097f4b;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-fitness .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-fitness .accordeon-item .accordeon-label:hover {
  background-color: #fed33c;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-evenementen .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li.theme-evenementen .accordeon-item .accordeon-label:hover {
  background-color: #714693;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  border-top: none;
}
@media (max-width: 500px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item {
    width: 270px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label {
  border-radius: 10px;
  padding: 15px 30px;
  text-align: center;
  font-weight: 900;
  background-color: #f4f4f5;
  color: #0261ad;
  position: relative;
  padding: 15px 15px;
  padding-right: 45px;
}
@media (min-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label {
    padding: 20px 30px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 18px;
  height: 18px;
  background-image: url(../images/icon-plus.svg);
  background-size: cover;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label.active,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label:hover {
  color: #ffffff;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-label.active:before {
  content: '';
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 24px;
  width: 20px;
  height: 10px;
  background-image: url(../images/arrow-right.svg);
  background-size: cover;
  transform: rotate(270deg);
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content > p {
  padding-left: 30px;
  padding-right: 30px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 15px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #41aa78;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a i {
  position: absolute;
  right: 15px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a:hover {
  color: #ffffff;
  background: #41aa78;
  border-radius: 25px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a:hover:after {
  right: 15px;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:before,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:hover:before,
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:hover:after {
  top: 40%;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content .bookinglink a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  height: 100% !important;
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table {
    display: block;
    overflow-x: auto;
  }
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table::-webkit-scrollbar {
    width: 10px;
    /* Mostly for vertical scrollbars */
    height: 10px;
    /* Mostly for horizontal scrollbars */
  }
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table::-webkit-scrollbar-thumb {
    /* Foreground */
    background: #0261ad;
    border-radius: 10px;
  }
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table::-webkit-scrollbar-track {
    /* Background */
    background: #f4f4f5;
    border-radius: 10px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table thead {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table thead tr:last-of-type td {
  border-bottom: 1px solid #f4f4f5;
  white-space: normal;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr td {
  padding: 10px;
  border-bottom: 1px solid #f4f4f5;
  border-right: 1px solid #f4f4f5;
  width: auto !important;
}
@media (max-width: 960px) {
  .layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr td {
    padding: 10xpx 5px;
  }
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr td:last-of-type {
  border-right: none;
  white-space: nowrap;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr td em {
  display: inline-block;
  border-radius: 4px;
  padding: 0px 12px 0px 30px;
  font-family: univia-pro, sans-serif;
  font-style: normal;
  width: 100px;
  text-align: right;
  position: relative;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr td em strong {
  position: absolute;
  top: 2px;
  left: 2px;
  font-weight: 300;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li .accordeon-item .accordeon-content table tr:last-of-type td {
  border-bottom: none;
}
.layout-rates .container .dwrap .tabs-selectors-and-contents > .tabs-contents > li .accordeon > .tabs-selectors > li:first-child .accordeon-item {
  border-top: 1px solid #c0c0c0;
}
.layout-hours {
  padding: 60px 0;
  color: #323c4c;
}
@media (max-width: 960px) {
  .layout-hours .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout-hours .container .dwrap > h2 {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ffffff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding: 30px 20px;
  margin: 0;
  border-bottom: 1px solid #707070;
}
@media (min-width: 1280px) {
  .layout-hours .container .dwrap > h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-hours .container .dwrap > h2 {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .layout-hours .container .dwrap > h2 {
    padding: 40px 100px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors {
  background-color: #0261ad;
  padding: 5px 10px;
}
@media (min-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors {
    padding: 50px 15px;
  }
}
@media (min-width: 1600px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors {
    padding: 40px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #0261ad;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li {
    padding: 15px 60px 15px 30px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li i {
  position: absolute;
  right: 15px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li:hover {
  color: #ffffff;
  background: #ffffff;
  border-radius: 25px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li:hover:after {
  right: 15px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:hover:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:hover:after {
  top: 40%;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li.booking:hover:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li {
    padding: 6px 23px 6px 5px;
    width: 155px;
  }
}
@media (max-width: 1600px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.higher > .tabs-selectors > li {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.8em;
  }
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle {
    display: flex;
  }
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > :nth-child(1) {
    flex: 0 0 28%;
  }
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > :nth-child(2) {
    flex: 0 0 72%;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors {
  background-color: #323c4c;
  border-bottom-left-radius: 25px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li {
  color: #ffffff;
  padding: 25px 25px 25px 35px;
  display: block;
  font-weight: 100;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li {
    font-size: 0.8em;
    padding: 15px 10px 15px 10px;
    word-break: break-word;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li.active {
  background-color: #ffffff;
  color: #0261ad;
  position: relative;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li.active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #0261ad;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li.active:before {
    border-width: 8px 0 8px 8px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-selectors > li:last-child.active {
  border-bottom-left-radius: 23px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents {
  background-color: #ffffff;
  padding: 0 0 25px 45px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents {
    padding: 0 0 25px 15px;
  }
}
@media (max-width: 640px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents {
    padding: 0 0 25px 5px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li {
  position: relative;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert {
  position: relative;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert .alert {
  background-color: #98ccff;
  color: #ffffff;
  padding: 15px 30px;
  width: 100%;
  transform: translateX(-50%);
  width: 50%;
  margin-left: 50%;
  font-style: italic;
  padding-left: 100px;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert .alert {
    width: 100%;
    transform: none;
    margin-left: 0;
    font-size: 0.8em;
    padding: 10px 30px;
    padding-left: 65px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert .alert:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url('../images/icon-i.svg');
  background-size: cover;
  background-color: #0261ad;
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert .alert:before {
    left: 15px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.middle > .tabs-contents li .top-alert .alert p {
  margin: 0;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper.nr-of-items-1 .tabs-selectors {
  display: none;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors {
  background-color: #f4f4f5;
  padding: 15px;
  border-radius: 8px;
  margin-right: 75px;
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors {
    margin-right: 15px;
  }
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 4px 4px 0 4px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li {
  border-radius: 8px;
  background-color: #ffffff;
  height: 120px;
  width: 120px;
  margin: 0 10px 10px 0;
  padding: 30px 10px 10px 10px;
  text-align: center;
  vertical-align: top;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0261ad;
  position: relative;
  font-size: 0.9em;
  transition: all 0.25s ease;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li {
    height: 60px;
    width: 60px;
    padding: 5px;
    font-size: 0.7em;
    overflow: hidden;
    margin: 0 8px 8px 0;
    margin: 0 4px 4px 0;
    line-height: 10px;
    font-weight: normal;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li .label,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li .label-short {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li .label,
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li .label-short {
    padding: 3px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li .label-short {
  padding: 3px;
  display: none;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li.active {
  background-color: #0261ad;
  color: #ffffff;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover {
  color: #ffffff !important;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-fitness {
  background-color: #fed33c;
  color: #323c4c !important;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-binnensporten {
  background-color: #e89928;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-buitensporten {
  background-color: #097f4b;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-evenementen {
  background-color: #714693;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-vitaliteit {
  background-color: #87ab39;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-selectors li:hover.theme-zwemmen {
  background-color: #02a4d3;
}
@media (min-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents {
    padding: 25px 25px 25px 0;
  }
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents {
    font-size: 0.8em;
  }
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li {
    overflow: scroll;
    width: 70vw;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table {
    display: block;
    overflow-x: auto;
    height: 100% !important;
  }
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table::-webkit-scrollbar {
    width: 10px;
    /* Mostly for vertical scrollbars */
    height: 10px;
    /* Mostly for horizontal scrollbars */
  }
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table::-webkit-scrollbar-thumb {
    /* Foreground */
    background: #0261ad;
    border-radius: 10px;
  }
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table::-webkit-scrollbar-track {
    /* Background */
    background: #f4f4f5;
    border-radius: 10px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table thead {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table thead tr:last-of-type td {
  border-bottom: 1px solid #f4f4f5;
  white-space: normal;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table tr td {
  padding: 10px;
  border-bottom: 1px solid #f4f4f5;
  border-right: 1px solid #f4f4f5;
  white-space: nowrap;
  width: auto !important;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table tr td {
    padding: 10xpx 5px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table tr td:last-of-type {
  border-right: none;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .tabs-contents li table tr:last-of-type td {
  border-bottom: none;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text {
  background-color: #f4f4f5;
  margin-top: 25px;
  padding: 30px;
}
@media (max-width: 960px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text {
    padding: 15px;
    font-size: 0.8em;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text h2 {
  margin-bottom: 15px;
  font-size: 1em;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #0261ad;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  min-width: 200px;
}
@media (min-width: 1280px) {
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong,
  .layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong i,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a i {
  position: absolute;
  right: 15px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong:after,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong:hover,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a:hover {
  color: #ffffff;
  background: #86949f;
  border-radius: 25px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong:hover:after,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a:hover:after {
  right: 15px;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:after,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:hover:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:hover:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:hover:after,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:hover:after {
  top: 40%;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:hover:before,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text a strong.booking:hover:after,
.layout-hours .container .dwrap .tabs-selectors-and-contents.deeper .side-text strong a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-textfoldable {
  padding: 30px 0;
  position: relative;
}
.layout-textfoldable .wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 65px 100px 70px 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1280px) {
  .layout-textfoldable .wrapper {
    padding: 30px 50px 35px 50px;
    width: 96%;
  }
}
.layout-textfoldable .wrapper .items .item {
  margin-bottom: 25px;
}
.layout-textfoldable .wrapper .items .item .title {
  background-color: #f4f4f5;
  border: 1px solid #aeb3bb;
  padding: 15px 30px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
}
.layout-textfoldable .wrapper .items .item .title:hover {
  background-color: #aeb3bb;
}
.layout-textfoldable .wrapper .items .item .title i:before {
  content: '' !important;
  position: absolute;
  top: 41%;
  transform: rotate(90deg) translateY(-50%);
  right: 23px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right-gray.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
@media (min-width: 1600px) {
  .layout-textfoldable .wrapper .items .item .title i:before {
    right: 28px;
  }
}
.layout-textfoldable .wrapper .items .item .text {
  display: none;
}
.layout-textfoldable .wrapper .items .item.unfolded .title i:before {
  transform: rotate(270deg) translateY(-50%);
}
.layout-textfoldable .wrapper .items .item.unfolded .text {
  display: block;
}
.layout-text {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
@media (min-width: 960px) {
  .layout-text {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.layout-text .text h2:first-of-type {
  margin-top: 0;
}
.layout-text .text .gform_wrapper form {
  border: 1px solid #ccc;
  padding: 30px 33px;
}
.layout-text.first-after-hero.has-image,
.layout-text.first-after-hero.has-slider {
  margin-top: -75px;
}
@media (min-width: 960px) {
  .layout-text.first-after-hero.has-image,
  .layout-text.first-after-hero.has-slider {
    margin-top: -250px;
  }
}
.layout-text.first-before-footer .container {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px 100px 75px 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
}
@media (max-width: 1280px) {
  .layout-text.first-before-footer .container {
    padding: 30px 50px 75px 50px;
    width: 96%;
  }
}
.layout-text.has-slider .container .img {
  filter: none;
}
.layout-text.has-slider .container .img .image {
  display: block;
}
.layout-text .container .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .layout-text .container .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-text .container .title {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .layout-text .container .title {
    margin-bottom: 50px;
  }
}
.layout-text .container .text p:first-of-type,
.layout-text .container .text h3:first-of-type {
  margin-top: 0;
}
.layout-text .container .text p a strong,
.layout-text .container .text p strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #86949f;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  width: auto;
}
@media (min-width: 1280px) {
  .layout-text .container .text p a strong,
  .layout-text .container .text p strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-text .container .text p a strong i,
.layout-text .container .text p strong a i {
  position: absolute;
  right: 15px;
}
.layout-text .container .text p a strong:before,
.layout-text .container .text p strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-text .container .text p a strong:after,
.layout-text .container .text p strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-text .container .text p a strong:hover,
.layout-text .container .text p strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-text .container .text p a strong:hover:after,
.layout-text .container .text p strong a:hover:after {
  right: 15px;
}
.layout-text .container .text p a strong.booking:before,
.layout-text .container .text p strong a.booking:before,
.layout-text .container .text p a strong.booking:after,
.layout-text .container .text p strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-text .container .text p a strong.booking:hover:before,
.layout-text .container .text p strong a.booking:hover:before,
.layout-text .container .text p a strong.booking:hover:after,
.layout-text .container .text p strong a.booking:hover:after {
  top: 40%;
}
.layout-text .container .text p a strong.booking:hover:before,
.layout-text .container .text p strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-text .container .text p a strong.booking:hover:after,
.layout-text .container .text p strong a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-text .container .text ul li {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.layout-text .container .text ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-black.svg');
  background-size: cover;
}
.layout-text .container .img {
  padding-left: 50px;
  padding-bottom: 50px;
}
.layout-text .container .img .effect {
  clip-path: polygon(4% 0, 100% 0, 96% 83%, 0% 100%);
  position: relative;
}
.layout-text .container .img li {
  padding: 0;
}
.layout-text .container .img li:before {
  display: none;
}
.layout-contact {
  padding: 0 0 60px 0;
  position: relative;
}
@media (min-width: 1280px) {
  .layout-contact {
    padding: 0 0 120px 0;
  }
}
.layout-contact .container {
  z-index: 99;
  position: relative;
  max-width: 1600px;
}
@media (min-width: 1280px) {
  .layout-contact .container {
    padding-right: 15%;
  }
}
.layout-contact .container .form {
  margin-top: -40px;
  position: relative;
  z-index: 9;
  width: 100%;
  top: auto;
  left: auto;
}
@media (min-width: 1280px) {
  .layout-contact .container .form {
    left: auto;
    right: 0;
    top: 175px;
    position: absolute;
    width: 40%;
  }
}
.layout-contact .container .left-and-right {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  background-color: #ffffff;
}
.layout-contact .container .left-and-right .text .wrapper {
  padding: 50px 25px 30px 25px;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper {
    padding: 90px 90px 30px 60px;
    padding-right: 30%;
  }
}
@media (min-width: 1600px) {
  .layout-contact .container .left-and-right .text .wrapper {
    padding: 90px 90px 30px 90px;
    padding-right: 28%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .layout-contact .container .left-and-right .text .wrapper > div,
  .layout-contact .container .left-and-right .text .wrapper > ul {
    width: 50%;
  }
  .layout-contact .container .left-and-right .text .wrapper > div.title,
  .layout-contact .container .left-and-right .text .wrapper > ul.title {
    width: 100%;
  }
}
.layout-contact .container .left-and-right .text .wrapper .title {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .title {
    font-size: 2.5em;
  }
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper ul {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper ul li {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper ul li:last-child {
    width: 40%;
  }
}
.layout-contact .container .left-and-right .text .wrapper ul li i {
  background-color: #aeb3bb;
  color: #ffffff;
  border-radius: 10px;
  padding: 13px 11px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
}
@media (min-width: 1600px) {
  .layout-contact .container .left-and-right .text .wrapper ul li i {
    margin-right: 15px;
    padding: 13px 11px;
    width: 45px;
    height: 45px;
  }
}
.layout-contact .container .left-and-right .text .wrapper .location-address {
  padding-top: 30px;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address {
    display: flex;
    margin-bottom: -75px;
  }
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .location {
    padding-right: 75px;
  }
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .location .map {
  height: 400px;
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .location .map {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .location {
    width: 60%;
  }
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address {
  padding: 25px 0;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .address {
    padding: 100px 0;
  }
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .address .route {
    padding: 15px 60px 15px 30px;
  }
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route i {
  position: absolute;
  right: 15px;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route:hover:after {
  right: 15px;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:before,
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:hover:before,
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:hover:after {
  top: 40%;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-contact .container .left-and-right .text .wrapper .location-address > .address .route.booking:hover:after {
  transform: rotate(90deg);
}
@media (min-width: 1280px) {
  .layout-contact .container .left-and-right .text .wrapper .location-address > .address {
    width: 40%;
  }
}
.layout-contact .container .left-and-right .text .text-text {
  background-color: #f4f4f5;
  padding: 30px 50px 60px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 960px) {
  .layout-contact .container .left-and-right .text .text-text {
    display: flex;
    padding-right: 22%;
    padding: 90px;
  }
}
@media (min-width: 960px) {
  .layout-contact .container .left-and-right .text .text-text > div {
    width: 50%;
    padding-right: 50px;
  }
}
.layout-contact .container .left-and-right .text .text-text > div h3 {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  background: #fed33c;
  font-weight: 300;
}
.layout-contact .container .left-and-right .text .text-text > div.text-left h3 {
  background: #02a4d3;
  color: #ffffff;
}
.form {
  margin-top: -40px;
  position: relative;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #aeb3bb;
  border-radius: 30px;
}
@media (min-width: 960px) {
  .form {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: 40%;
  }
}
@media (min-width: 960px) {
  .image-right .form {
    right: 0;
    left: auto;
  }
}
.layout-imageandtext {
  padding: 40px 0;
  position: relative;
  z-index: 9;
}
@media (min-width: 960px) {
  .layout-imageandtext {
    padding: 80px 0;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext {
    padding: 90px 0;
  }
}
.layout-imageandtext .container .left-and-right.theme-bg {
  border: 0 !important;
  border-radius: 8px;
  position: relative;
}
.layout-imageandtext .container .left-and-right.theme-bg .text {
  color: #ffffff;
}
.layout-imageandtext .container .left-and-right.theme-bg .text .wrapper h2 {
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 1em;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .left-and-right.theme-bg .text .wrapper h2 {
    margin-bottom: 50px;
  }
}
.layout-imageandtext .container .left-and-right.theme-bg .img .effect img {
  border-top-left-radius: 8px !important;
}
.category-fitness .layout-imageandtext .container .left-and-right.theme-bg,
.theme-fitness .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #fed33c;
  background: linear-gradient(125deg, #fed33c 50%, #e59636 100%);
}
.category-fitness .layout-imageandtext .container .left-and-right.theme-bg .text,
.theme-fitness .layout-imageandtext .container .left-and-right.theme-bg .text {
  color: #323c4c;
}
.category-binnensporten .layout-imageandtext .container .left-and-right.theme-bg,
.theme-binnensporten .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #e89928;
  background: linear-gradient(125deg, #e89928 50%, #c66d00 100%);
}
.category-buitensporten .layout-imageandtext .container .left-and-right.theme-bg,
.theme-buitensporten .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #097f4b;
  background: linear-gradient(125deg, #097f4b 50%, #006029 100%);
}
.category-zwemmen .layout-imageandtext .container .left-and-right.theme-bg,
.theme-zwemmen .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #02a4d3;
  background: linear-gradient(125deg, #02a4d3 50%, #056a93 100%);
}
.category-evenementen .layout-imageandtext .container .left-and-right.theme-bg,
.theme-evenementen .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #714693;
  background: linear-gradient(125deg, #714693 50%, #4d0060 100%);
}
.category-vitaliteit .layout-imageandtext .container .left-and-right.theme-bg,
.theme-vitaliteit .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #87ab39;
  background: linear-gradient(125deg, #87ab39 50%, #618300 100%);
}
.category-vastgoed-duurzaam .layout-imageandtext .container .left-and-right.theme-bg,
.theme-vastgoed-duurzaam .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #86949f;
  background: linear-gradient(125deg, #86949f 50%, #70777b 100%);
}
.category-algemeen .layout-imageandtext .container .left-and-right.theme-bg,
.theme-algemeen .layout-imageandtext .container .left-and-right.theme-bg {
  background-color: #0261ad;
  background: linear-gradient(125deg, #86949f 50%, #70777b 100%);
}
.layout-imageandtext.has-slider .container .left-and-right .text {
  padding-top: 260px;
  padding-bottom: 25px;
}
@media (min-width: 400px) {
  .layout-imageandtext.has-slider .container .left-and-right .text {
    padding-top: 300px;
  }
}
@media (min-width: 500px) {
  .layout-imageandtext.has-slider .container .left-and-right .text {
    padding-top: 350px;
  }
}
@media (min-width: 600px) {
  .layout-imageandtext.has-slider .container .left-and-right .text {
    padding-top: 400px;
  }
}
@media (min-width: 640px) {
  .layout-imageandtext.has-slider .container .left-and-right .text {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.layout-imageandtext.has-slider .container .left-and-right .img {
  filter: none;
  padding-left: 35px;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-slider .container .left-and-right .img {
    padding-left: 0;
  }
}
.layout-imageandtext.has-slider .container .left-and-right .img .image img {
  clip-path: url(#imageclip1);
}
.layout-imageandtext.has-slider .container .left-and-right .img .image .effect:before {
  display: none;
}
.layout-imageandtext.has-form {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form {
    margin-bottom: 250px;
  }
}
@media (min-width: 1280px) {
  .layout-imageandtext.has-form {
    padding: 120px 0 150px 0;
    margin-bottom: 200px;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.has-form {
    margin-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container {
    padding-left: 30px;
    padding-right: 15%;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.has-form.image-right .container {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container .left-and-right {
    padding-left: 0;
    padding-right: 18%;
  }
}
.layout-imageandtext.has-form.image-right .container .left-and-right .text {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container .left-and-right .text {
    padding-top: 30px;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.has-form.image-right .container .left-and-right .text {
    padding-top: 60px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container .left-and-right .img .effect img {
    clip-path: url(#imageclip1);
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container .left-and-right .img {
    top: 90px;
  }
}
.layout-imageandtext.has-form.image-right .container .left-and-right .img .slick-slider .effect {
  clip-path: polygon(4% 0, 100% 0, 96% 83%, 0% 100%);
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form.image-right .container .form {
    left: auto;
    right: 30px;
    top: 30px;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.has-form.image-right .container .form {
    right: 0;
  }
}
.layout-imageandtext.has-form .container {
  position: relative;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form .container {
    padding-left: 15%;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form .container .left-and-right {
    padding-left: 13%;
  }
}
.layout-imageandtext.has-form .container .left-and-right .text {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form .container .left-and-right .img {
    top: 90px;
  }
}
.layout-imageandtext.has-form .container .left-and-right .img .effect:before {
  display: none;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form .container .left-and-right .img .effect img {
    clip-path: url(#imageclip6);
  }
}
.layout-imageandtext.has-form .container .left-and-right .img.has-slider {
  filter: none;
}
.layout-imageandtext.has-form .container .left-and-right .img .slider {
  top: -20px;
}
@media (min-width: 960px) {
  .layout-imageandtext.has-form .container .left-and-right .img .slider {
    top: 90px;
  }
}
.layout-imageandtext.has-form .container .left-and-right .img .slick-slider .effect {
  clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 86%);
}
.layout-imageandtext .container {
  z-index: 99;
}
.layout-imageandtext .container .left-and-right {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  background-color: #ffffff;
}
@media (min-width: 640px) {
  .layout-imageandtext .container .left-and-right {
    display: flex;
    padding-left: 0px;
  }
}
.layout-imageandtext .container .left-and-right .img {
  position: relative;
  padding-right: 35px;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .left-and-right .img {
    padding-bottom: 35px;
    padding-right: 0;
  }
}
.layout-imageandtext .container .left-and-right .img .slider {
  position: absolute;
  width: 90%;
  height: 105%;
  top: -30px;
  left: 60px;
}
@media (max-width: 960px) {
  .layout-imageandtext .container .left-and-right .img .slider {
    left: 20px;
  }
}
.layout-imageandtext .container .left-and-right .img .effect {
  position: relative;
  overflow: hidden;
}
.layout-imageandtext .container .left-and-right .img .effect:before {
  content: '';
  position: absolute;
  bottom: -13px;
  right: 7px;
  width: 100%;
  height: 100%;
  background-image: url(../images/pulse-general.svg);
  transform: scaleX(-1) rotate(4deg);
  background-position: -293px -134px;
  background-size: 152%;
  background-position: 100% 115%;
  background-size: 125%;
  background-repeat: no-repeat;
  border-radius: 39px;
  z-index: 9;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .left-and-right .img .effect:before {
    border-radius: 47px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext .container .left-and-right .img .effect:before {
    bottom: -15px;
    right: 9px;
    transform: scaleX(-1) rotate(3deg);
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext .container .left-and-right .img .effect:before {
    bottom: -15px;
    right: 12px;
  }
}
.layout-imageandtext .container .left-and-right .img .effect img {
  border-top-left-radius: 30px;
  clip-path: url(#imageclip4);
}
.layout-imageandtext .container .left-and-right .img .effect .play {
  display: block;
}
.layout-imageandtext .container .left-and-right .img .effect .play:hover .icon {
  opacity: 1;
}
.layout-imageandtext .container .left-and-right .img .effect .play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-size: 4em;
  opacity: 0.8;
}
.category-fitness .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-fitness.svg);
}
.category-binnensporten .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-binnensporten.svg);
}
.category-buitensporten .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-buitensporten.svg);
}
.category-zwemmen .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-zwemmen.svg);
}
.category-evenementen .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-evenementen.svg);
}
.category-vitaliteit .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-vitaliteit.svg);
}
.category-vastgoed-duurzaam .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-vastgoed-duurzaam.svg);
}
.category-algemeen .layout-imageandtext .container .left-and-right .img .effect:before {
  background-image: url(../images/pulse-general.svg);
}
@media (min-width: 640px) {
  .layout-imageandtext .container .left-and-right > div {
    width: 50%;
  }
}
.layout-imageandtext .container .left-and-right > div.text {
  padding: 1px 30px 50px 30px;
}
.layout-imageandtext .container .left-and-right > div.text ul li {
  padding: 10px 0;
  padding-left: 20px;
  position: relative;
}
.layout-imageandtext .container .left-and-right > div.text ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-black.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-imageandtext .container .left-and-right > div.text {
    padding: 60px;
    padding-left: 75px;
    padding-right: 90px;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext .container .left-and-right > div.text {
    padding: 90px;
    padding-left: 90px;
    padding-right: 120px;
  }
}
.layout-imageandtext .container .left-and-right > div.text h2 {
  margin-bottom: 50px;
  font-size: 2.5em;
  line-height: 1em;
}
.layout-imageandtext .container .left-and-right > div.text a strong,
.layout-imageandtext .container .left-and-right > div.text strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-imageandtext .container .left-and-right > div.text a strong,
  .layout-imageandtext .container .left-and-right > div.text strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-imageandtext .container .left-and-right > div.text a strong i,
.layout-imageandtext .container .left-and-right > div.text strong a i {
  position: absolute;
  right: 15px;
}
.layout-imageandtext .container .left-and-right > div.text a strong:before,
.layout-imageandtext .container .left-and-right > div.text strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-imageandtext .container .left-and-right > div.text a strong:after,
.layout-imageandtext .container .left-and-right > div.text strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-imageandtext .container .left-and-right > div.text a strong:hover,
.layout-imageandtext .container .left-and-right > div.text strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-imageandtext .container .left-and-right > div.text a strong:hover:after,
.layout-imageandtext .container .left-and-right > div.text strong a:hover:after {
  right: 15px;
}
.layout-imageandtext .container .left-and-right > div.text a strong.booking:before,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:before,
.layout-imageandtext .container .left-and-right > div.text a strong.booking:after,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-imageandtext .container .left-and-right > div.text a strong.booking:hover:before,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:hover:before,
.layout-imageandtext .container .left-and-right > div.text a strong.booking:hover:after,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:hover:after {
  top: 40%;
}
.layout-imageandtext .container .left-and-right > div.text a strong.booking:hover:before,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-imageandtext .container .left-and-right > div.text a strong.booking:hover:after,
.layout-imageandtext .container .left-and-right > div.text strong a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-imageandtext .container .left-and-right.novisual {
  display: block;
}
@media (min-width: 640px) {
  .layout-imageandtext .container .left-and-right.novisual .text {
    width: 100%;
  }
}
.layout-imageandtext.has-video .container .left-and-right .img .effect:before {
  display: none;
}
@media (max-width: 640px) {
  .layout-imageandtext.image-right .container .left-and-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.layout-imageandtext.image-right .container .left-and-right .img {
  padding-right: 0;
  padding-left: 35px;
}
@media (min-width: 960px) {
  .layout-imageandtext.image-right .container .left-and-right .img {
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.image-right .container .left-and-right .img .slider {
    left: 0;
  }
}
.layout-imageandtext.image-right .container .left-and-right .img .effect:before {
  transform: rotate(3deg);
  right: auto;
  left: 1.9%;
  bottom: -11px;
}
@media (min-width: 640px) {
  .layout-imageandtext.image-right .container .left-and-right .img .effect:before {
    left: 0.9%;
    bottom: -8px;
  }
}
@media (min-width: 960px) {
  .layout-imageandtext.image-right .container .left-and-right .img .effect:before {
    bottom: -20px;
    left: 12px;
    transform: rotate(4deg);
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.image-right .container .left-and-right .img .effect:before {
    left: 12px;
    bottom: -11px;
    transform: rotate(3deg);
  }
}
.layout-imageandtext.image-right .container .left-and-right .img .effect img {
  border-top-right-radius: 30px;
  clip-path: url(#imageclip5);
}
@media (min-width: 960px) {
  .layout-imageandtext.image-right .container .left-and-right > div.text {
    padding-right: 30px;
    padding-left: 60px;
  }
}
@media (min-width: 1600px) {
  .layout-imageandtext.image-right .container .left-and-right > div.text {
    padding-left: 120px;
  }
}
.layout-imageandtext.image-right .container .left-and-right.theme-bg .img .effect img {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
}
.gform_confirmation_message {
  padding: 1.5rem !important;
}
.gform_page_footer {
  position: relative;
  width: max-content;
  height: max-content;
}
.gform_page_footer input {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #0261ad;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin: 0 !important;
}
@media (min-width: 1280px) {
  .gform_page_footer input {
    padding: 15px 60px 15px 30px;
  }
}
.gform_page_footer input i {
  position: absolute;
  right: 15px;
}
.gform_page_footer input:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.gform_page_footer input:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.gform_page_footer input:hover {
  color: #ffffff;
  background: #013157;
  border-radius: 25px;
}
.gform_page_footer input:hover:after {
  right: 15px;
}
.gform_page_footer input.booking:before,
.gform_page_footer input.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.gform_page_footer input.booking:hover:before,
.gform_page_footer input.booking:hover:after {
  top: 40%;
}
.gform_page_footer input.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.gform_page_footer input.booking:hover:after {
  transform: rotate(90deg);
}
.gform_page_footer:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
  z-index: 2;
}
.gform_page_footer:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.gform_page_footer:hover {
  color: #ffffff;
  background: transparent;
  border-radius: 25px;
}
.gform_page_footer:hover:after {
  right: 15px;
}
.layout-blocks {
  padding: 90px 0 30px 0;
}
.layout-blocks .container .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-blocks .container .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container .title {
    font-size: 4em;
  }
}
.layout-blocks .container .text-and-side-text {
  padding: 25px 0;
}
@media (min-width: 960px) {
  .layout-blocks .container .text-and-side-text {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container .text-and-side-text {
    padding: 50px 0 60px 0;
  }
}
@media (min-width: 960px) {
  .layout-blocks .container .text-and-side-text .text {
    padding-right: 200px;
  }
}
.layout-blocks .container .text-and-side-text .side-text a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .layout-blocks .container .text-and-side-text .side-text a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-blocks .container .text-and-side-text .side-text a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-blocks .container .text-and-side-text .side-text a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-blocks .container .text-and-side-text .side-text a:hover {
  color: #0261ad;
}
.layout-blocks .container .text-and-side-text .side-text a:hover:before {
  left: 10px;
}
.layout-blocks .container .text-and-side-text .side-text a:hover {
  color: #323c4c;
}
@media (max-width: 960px) {
  .layout-blocks .container > ul {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 960px) {
  .layout-blocks .container > ul {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (max-width: 1280px) {
  .layout-blocks .container > ul > li {
    width: 33%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .layout-blocks .container > ul > li {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .layout-blocks .container > ul > li {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 640px) {
  .layout-blocks .container > ul > li {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul > li {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
  }
}
.layout-blocks .container > ul > li .block {
  background-color: #000000;
  position: relative;
  height: 300px;
  border-radius: 8px;
}
@media (min-width: 450px) {
  .layout-blocks .container > ul > li .block {
    height: 370px;
  }
}
@media (min-width: 560px) {
  .layout-blocks .container > ul > li .block {
    height: 415px;
  }
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block {
    height: 450px;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul > li .block {
    height: 575px;
  }
}
.layout-blocks .container > ul > li .block a,
.layout-blocks .container > ul > li .block {
  color: #ffffff;
}
.layout-blocks .container > ul > li .block .category-name {
  font-size: 1em;
  line-height: 1.25em;
  position: relative;
  z-index: 1;
  padding: 15px;
  text-align: center;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block .category-name {
    text-align: center;
    padding: 30px 15px;
    font-size: 1.5em;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul > li .block .category-name {
    padding: 60px 15px;
  }
}
.layout-blocks .container > ul > li .block img {
  width: calc(100% + 10px);
  height: auto;
  max-width: none;
  position: absolute;
  right: auto;
  left: -10px;
  top: 0;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block img {
    width: calc(100% + 30px);
    left: -30px;
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul > li .block img {
    bottom: 20px;
  }
}
.layout-blocks .container > ul > li .block.image-extends-right img {
  left: auto;
  right: -10px;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block.image-extends-right img {
    right: -30px;
  }
}
.layout-blocks .container > ul > li .block .text {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  text-align: center;
  height: 200px;
  width: 100%;
}
.layout-blocks .container > ul > li .block .text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 40%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block .text {
    height: auto;
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 1600px) {
  .layout-blocks .container > ul > li .block .text {
    padding: 30px;
  }
}
.layout-blocks .container > ul > li .block .text ul {
  text-align: left;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block .text ul {
    margin-left: 0;
  }
}
.layout-blocks .container > ul > li .block .text ul li {
  width: 100%;
  display: block;
  margin: 0;
}
@media (min-width: 1280px) {
  .layout-blocks .container > ul > li .block .text ul li {
    margin: 5px 0;
  }
}
.layout-blocks .container > ul > li .block .text ul li a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-left: 0;
  color: #ffffff;
  font-weight: 100;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block .text ul li a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-blocks .container > ul > li .block .text ul li a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-blocks .container > ul > li .block .text ul li a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-blocks .container > ul > li .block .text ul li a:hover {
  color: #0261ad;
}
.layout-blocks .container > ul > li .block .text ul li a:hover:before {
  left: 10px;
}
.layout-blocks .container > ul > li .block .text ul li a:before {
  font-weight: 700;
  background-image: url('../images/list-style-white.svg');
}
.layout-blocks .container > ul > li .block .text ul li a:hover {
  color: #ffffff;
}
@media (max-width: 960px) {
  .layout-blocks .container > ul > li .block .text ul li a:hover:before {
    left: 5px;
  }
}
.layout-blocks .container > ul > li .block .text a strong,
.layout-blocks .container > ul > li .block .text strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-blocks .container > ul > li .block .text a strong,
  .layout-blocks .container > ul > li .block .text strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-blocks .container > ul > li .block .text a strong i,
.layout-blocks .container > ul > li .block .text strong a i {
  position: absolute;
  right: 15px;
}
.layout-blocks .container > ul > li .block .text a strong:before,
.layout-blocks .container > ul > li .block .text strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-blocks .container > ul > li .block .text a strong:after,
.layout-blocks .container > ul > li .block .text strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-blocks .container > ul > li .block .text a strong:hover,
.layout-blocks .container > ul > li .block .text strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-blocks .container > ul > li .block .text a strong:hover:after,
.layout-blocks .container > ul > li .block .text strong a:hover:after {
  right: 15px;
}
.layout-blocks .container > ul > li .block .text a strong.booking:before,
.layout-blocks .container > ul > li .block .text strong a.booking:before,
.layout-blocks .container > ul > li .block .text a strong.booking:after,
.layout-blocks .container > ul > li .block .text strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-blocks .container > ul > li .block .text a strong.booking:hover:before,
.layout-blocks .container > ul > li .block .text strong a.booking:hover:before,
.layout-blocks .container > ul > li .block .text a strong.booking:hover:after,
.layout-blocks .container > ul > li .block .text strong a.booking:hover:after {
  top: 40%;
}
.layout-blocks .container > ul > li .block .text a strong.booking:hover:before,
.layout-blocks .container > ul > li .block .text strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-blocks .container > ul > li .block .text a strong.booking:hover:after,
.layout-blocks .container > ul > li .block .text strong a.booking:hover:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .layout-blocks .container > ul > li .block .text a strong,
  .layout-blocks .container > ul > li .block .text strong a {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blob {
  position: absolute;
  top: 0;
  z-index: -9;
}
.blob:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(125deg, #0261ad 50%, #013157 100%);
  clip-path: url(#imageclip2) !important;
}
.category-fitness .blob:before {
  background: linear-gradient(125deg, #fed33c 50%, #e59636 100%);
}
.category-binnensporten .blob:before {
  background: linear-gradient(125deg, #e89928 50%, #c66d00 100%);
}
.category-buitensporten .blob:before {
  background: linear-gradient(125deg, #097f4b 50%, #006029 100%);
}
.category-zwemmen .blob:before {
  background: linear-gradient(125deg, #02a4d3 50%, #056a93 100%);
}
.category-evenementen .blob:before {
  background: linear-gradient(125deg, #714693 50%, #4d0060 100%);
}
.category-vitaliteit .blob:before {
  background: linear-gradient(125deg, #87ab39 50%, #618300 100%);
}
.category-vastgoed-duurzaam .blob:before {
  background: linear-gradient(125deg, #86949f 50%, #70777b 100%);
}
.category-algemeen .blob:before {
  background: linear-gradient(125deg, #86949f 50%, #70777b 100%);
}
.blob_left {
  height: 100%;
  left: -100px;
  width: calc(100% + 100px) !important;
  overflow: hidden;
}
@media (min-width: 960px) {
  .blob_left {
    width: 100% !important;
  }
}
.blob_left:before {
  width: 110%;
}
@media (min-width: 960px) {
  .blob_left:before {
    width: 60%;
  }
}
.blob_middle {
  height: 100%;
  width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1606px;
  max-width: 1600px;
}
.blob_middle:before {
  width: 100%;
  clip-path: url(#imageclip) !important;
}
@media (min-width: 960px) {
  .blob_middle:before {
    clip-path: url(#imageclip8) !important;
  }
}
.blob_right {
  height: 100%;
  width: calc(100% + 100px) !important;
  right: -30px;
  overflow: hidden;
}
.blob_right:before {
  width: 110%;
  left: auto;
  right: -175px;
  clip-path: url(#imageclip3) !important;
}
@media (min-width: 960px) {
  .blob_right:before {
    width: 60%;
    clip-path: url(#imageclip7) !important;
  }
}
.layout-featured {
  padding: 65px 0;
  position: relative;
  margin-top: -40px;
}
@media (min-width: 960px) {
  .layout-featured {
    padding: 105px 0 140px 0;
    margin-top: -75px;
  }
}
@media (min-width: 1600px) {
  .layout-featured {
    padding: 165px 0 140px 0;
  }
}
@media (min-width: 640px) {
  .layout-featured.compact {
    padding: 65px 0 0 0;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .layout-featured.compact {
    padding: 65px 0;
  }
}
.layout-featured.compact .container .blob {
  display: none;
}
.layout-featured.compact .container .title {
  color: #0261ad;
}
.layout-featured.compact .container > ul {
  padding: 40px 0 60px;
}
@media (min-width: 960px) {
  .layout-featured.compact .container > ul {
    padding: 40px 0 0;
  }
}
@media (min-width: 1600px) {
  .layout-featured.compact .container > ul {
    padding: 40px 0 0;
  }
}
.layout-featured.compact .container > ul li .box {
  height: 400px;
}
@media (min-width: 640px) {
  .layout-featured.compact .container > ul li .box {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .layout-featured.small {
    padding: 65px 0;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .layout-featured.small {
    padding: 65px 0;
  }
}
.layout-featured.small .container .blob {
  display: none;
}
.layout-featured.small .container .title {
  color: #0261ad;
}
.layout-featured.small .container > ul {
  padding: 40px 0 60px;
}
@media (min-width: 960px) {
  .layout-featured.small .container > ul {
    padding: 40px 0 0;
  }
}
@media (min-width: 1600px) {
  .layout-featured.small .container > ul {
    padding: 40px 0 0;
  }
}
.layout-featured.small .container > ul li .box {
  height: 370px;
}
@media (min-width: 960px) {
  .layout-featured.small .container > ul li .box {
    height: 450px;
  }
}
.layout-featured.small .container > ul li .box .text p,
.layout-featured.small .container > ul li .box .text ul,
.layout-featured.small .container > ul li .box .text ol a {
  display: none;
}
.layout-featured .container .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .layout-featured .container .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-featured .container .title {
    font-size: 4em;
  }
}
.layout-featured .container > ul {
  padding: 40px 0 60px;
}
@media (min-width: 960px) {
  .layout-featured .container > ul {
    padding: 40px 0 60px 0;
  }
}
@media (min-width: 1600px) {
  .layout-featured .container > ul {
    padding: 90px 0 125px;
  }
}
@media (max-width: 960px) {
  .layout-featured .container > ul .slick-arrow {
    bottom: 0;
  }
}
.layout-featured .container > ul li {
  padding: 8px;
}
.layout-featured .container > ul li .box {
  position: relative;
  border-radius: 8px;
  padding-left: 15px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 430px;
  text-align: center;
}
@media (min-width: 475px) {
  .layout-featured .container > ul li .box {
    height: 480px;
  }
}
@media (min-width: 640px) {
  .layout-featured .container > ul li .box {
    height: 550px;
  }
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .layout-featured .container > ul li .box {
    height: 600px;
    padding-left: 30px;
  }
}
.layout-featured .container > ul li .box .img .effect {
  clip-path: polygon(100% 0, 100% 83%, 12% 100%, 0 100%, 0 93%, 3% 0);
}
.layout-featured .container > ul li .box .img .effect:before {
  transform: none;
  right: auto;
  left: -45%;
}
.layout-featured .container > ul li .box .img .effect img {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 8px;
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box .img .effect img {
    border-bottom-left-radius: 30px;
  }
}
.layout-featured .container > ul li .box .text {
  height: 155px;
  overflow: hidden;
  text-align: left;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box .text {
    height: 300px;
    padding-right: 22px;
  }
}
@media (min-width: 1600px) {
  .layout-featured .container > ul li .box .text {
    height: 200px;
    padding-right: 25px;
  }
}
.layout-featured .container > ul li .box .text h2 {
  margin-bottom: 25px;
}
.layout-featured .container > ul li .box.no-image.box {
  height: 400px;
  text-align: center;
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box.no-image.box {
    height: 475px;
  }
}
.layout-featured .container > ul li .box.no-image .text {
  height: 355px;
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box.no-image .text {
    height: 450px;
  }
}
.layout-featured .container > ul li .box > a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
}
@media (min-width: 1280px) {
  .layout-featured .container > ul li .box > a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-featured .container > ul li .box > a i {
  position: absolute;
  right: 15px;
}
.layout-featured .container > ul li .box > a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-featured .container > ul li .box > a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-featured .container > ul li .box > a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-featured .container > ul li .box > a:hover:after {
  right: 15px;
}
.layout-featured .container > ul li .box > a.booking:before,
.layout-featured .container > ul li .box > a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-featured .container > ul li .box > a.booking:hover:before,
.layout-featured .container > ul li .box > a.booking:hover:after {
  top: 40%;
}
.layout-featured .container > ul li .box > a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-featured .container > ul li .box > a.booking:hover:after {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .layout-featured .container > ul li .box > a {
    min-width: 200px;
  }
}
.layout-personslist {
  position: relative;
  padding: 30px 0;
}
.layout-personslist .container .blob_right {
  top: auto;
  bottom: 0;
  height: 50%;
}
.layout-personslist .container .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-personslist .container .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-personslist .container .title {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .layout-personslist .container .title {
    margin-left: 140px;
  }
}
.layout-personslist .container .small .slick-slider li .person .text {
  background: #fff;
  border-radius: 7px;
  margin-top: 7px;
}
@media (min-width: 960px) {
  .layout-personslist .container .small .slick-slider li .person .text {
    margin-top: 0;
    margin-left: 10px;
  }
}
.layout-personslist .container .large .slick-slider li .person {
  display: block;
}
.layout-personslist .container .large .slick-slider li .person > div {
  width: 100%;
}
.layout-personslist .container .large .slick-slider li .person .text {
  display: none;
}
.layout-personslist .container .slick-slider {
  padding: 15px 0 60px 0;
}
@media (min-width: 960px) {
  .layout-personslist .container .slick-slider {
    padding: 90px 0;
  }
}
.layout-vacancies .filter {
  display: none;
}
.layout-vacancies .container > .title {
  margin-bottom: 30px;
}
.layout-personsfilter,
.layout-events,
.layout-clubs,
.layout-vacancies {
  position: relative;
}
.layout-personsfilter .container > .title,
.layout-events .container > .title,
.layout-clubs .container > .title,
.layout-vacancies .container > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-personsfilter .container > .title,
  .layout-events .container > .title,
  .layout-clubs .container > .title,
  .layout-vacancies .container > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-personsfilter .container > .title,
  .layout-events .container > .title,
  .layout-clubs .container > .title,
  .layout-vacancies .container > .title {
    font-size: 4em;
  }
}
.layout-personsfilter .container .facetwp-template ul li,
.layout-events .container .facetwp-template ul li,
.layout-clubs .container .facetwp-template ul li,
.layout-vacancies .container .facetwp-template ul li {
  width: 50%;
  vertical-align: top;
}
@media (min-width: 960px) {
  .layout-personsfilter .container .facetwp-template ul li,
  .layout-events .container .facetwp-template ul li,
  .layout-clubs .container .facetwp-template ul li,
  .layout-vacancies .container .facetwp-template ul li {
    width: 25%;
  }
}
.layout-personsfilter {
  position: relative;
  padding-top: 30px;
}
.layout-personsfilter .container .facetwp-template ul li {
  width: 100%;
}
@media (min-width: 640px) {
  .layout-personsfilter .container .facetwp-template ul li {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .layout-personsfilter .container .facetwp-template ul li {
    width: 25%;
  }
}
.filter {
  margin: 20px 0;
  padding: 10px 0 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media (min-width: 960px) {
  .filter {
    padding: 45px 0 5px 0;
    margin: 40px 0;
  }
}
.filter .facetwp-facet {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .filter .facetwp-facet {
    margin-bottom: 40px;
  }
}
.filter .facetwp-checkbox {
  background: none;
  background-image: none !important;
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #323c4c;
  background-color: transparent;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  margin-right: 5px;
}
@media (min-width: 1280px) {
  .filter .facetwp-checkbox {
    padding: 15px 60px 15px 30px;
  }
}
.filter .facetwp-checkbox i {
  position: absolute;
  right: 15px;
}
.filter .facetwp-checkbox:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.filter .facetwp-checkbox:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.filter .facetwp-checkbox:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.filter .facetwp-checkbox:hover:after {
  right: 15px;
}
.filter .facetwp-checkbox.booking:before,
.filter .facetwp-checkbox.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.filter .facetwp-checkbox.booking:hover:before,
.filter .facetwp-checkbox.booking:hover:after {
  top: 40%;
}
.filter .facetwp-checkbox.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.filter .facetwp-checkbox.booking:hover:after {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .filter .facetwp-checkbox {
    padding: 15px 50px 15px 20px;
  }
}
.filter .facetwp-checkbox.checked {
  color: #ffffff;
}
.filter .facetwp-checkbox:before,
.filter .facetwp-checkbox:after {
  opacity: 0;
}
.filter .facetwp-checkbox:last-of-type {
  margin-right: 0;
}
.filter .facetwp-checkbox .facetwp-counter {
  display: none;
}
.filter .facetwp-checkbox:hover:before,
.filter .facetwp-checkbox:hover:after {
  opacity: 1;
}
.facetwp-template ul {
  margin: 0 -20px;
}
.facetwp-template ul li {
  display: inline-block;
}
.facetwp-template ul li .person > div {
  width: 100%;
}
.facetwp-template ul li .person .text {
  display: none;
}
.content .person {
  padding: 10px;
}
@media (min-width: 960px) {
  .content .person {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .content .person {
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .content .person > div {
    width: 50%;
  }
}
.content .person .box {
  border-radius: 8px;
  padding-left: 15px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 475px;
}
@media (min-width: 960px) {
  .content .person .box {
    min-height: 560px;
  }
}
@media (min-width: 1600px) {
  .content .person .box {
    padding-left: 30px;
    min-height: 625px;
  }
}
.content .person .box .img .effect {
  clip-path: polygon(100% 0, 100% 83%, 12% 100%, 0 100%, 0 93%, 3% 0);
  position: relative;
  background: none !important;
}
.content .person .box .img .effect:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/pulse-general.svg);
  background-position: 100% 80%;
  background-size: 160%;
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media (min-width: 960px) {
  .content .person .box .img .effect:before {
    border-radius: 30px;
  }
}
.content .person .box .img .effect.theme-fitness:before {
  background-image: url(../images/pulse-fitness.svg) !important;
}
.content .person .box .img .effect.theme-binnensporten:before {
  background-image: url(../images/pulse-binnensporten.svg) !important;
}
.content .person .box .img .effect.theme-buitensporten:before {
  background-image: url(../images/pulse-buitensporten.svg) !important;
}
.content .person .box .img .effect.theme-zwemmen:before {
  background-image: url(../images/pulse-zwemmen.svg) !important;
}
.content .person .box .img .effect.theme-evenementen:before {
  background-image: url(../images/pulse-evenementen.svg) !important;
}
.content .person .box .img .effect.theme-vitaliteit:before {
  background-image: url(../images/pulse-vitaliteit.svg) !important;
}
.content .person .box .img .effect.theme-vastgoed-duurzaam:before {
  background-image: url(../images/pulse-vastgoed-duurzaam.svg) !important;
}
.content .person .box .img .effect.theme-algemeen:before {
  background-image: url(../images/pulse-general.svg) !important;
}
.content .person .box .img .effect img {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 8px;
  vertical-align: middle;
}
.content .person .box .contents {
  padding: 15px 15px 15px 0;
}
@media (min-width: 960px) {
  .content .person .box .contents {
    padding: 15px 5px 15px 0;
  }
}
@media (min-width: 1600px) {
  .content .person .box .contents {
    padding: 40px 10px;
    min-height: 330px;
  }
}
.content .person .box .contents > div,
.content .person .box .contents > a {
  display: block;
}
.content .person .box .contents .name {
  font-size: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1em;
  min-height: 51px;
}
.content .person .box .contents .role {
  display: inline-block;
  min-height: 84px;
}
.content .person .box .contents .role .role-title {
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 1.10em;
  color: #ffffff;
  background-color: #fed33c;
  margin: 20px 0;
  display: inline-block;
  font-size: 0.9em;
}
@media (min-width: 960px) {
  .content .person .box .contents .role .role-title {
    margin: 30px 0;
  }
}
@media (max-width: 1600px) {
  .content .person .box .contents .role .role-title {
    padding: 7px 15px;
    margin: 10px 0 10px 0;
  }
}
.content .person .box .contents .phone,
.content .person .box .contents .email {
  display: block;
  margin: 10px 0;
}
.content .person .box .contents .phone i,
.content .person .box .contents .email i {
  background-color: #aeb3bb;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 8px;
  font-size: 15px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: 100;
}
@media (min-width: 960px) {
  .content .person .box .contents .phone i,
  .content .person .box .contents .email i {
    border-radius: 6px;
    padding: 6px 2px;
    font-size: 15px;
    width: 26px;
    height: 26px;
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  .content .person .box .contents .phone i,
  .content .person .box .contents .email i {
    border-radius: 8px;
    padding: 8px 4px;
    font-size: 15px;
    width: 31px;
    height: 31px;
    margin-right: 6px;
  }
}
@media (min-width: 1600px) {
  .content .person .box .contents .phone i,
  .content .person .box .contents .email i {
    border-radius: 8px;
    padding: 10px 8px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  .content .person .box .contents .email {
    position: relative;
    padding-left: 33px;
    overflow: hidden;
  }
  .content .person .box .contents .email i {
    position: absolute;
    left: 0;
  }
}
.content .person .text {
  max-height: 535px;
  overflow: hidden;
  padding: 15px;
}
@media (min-width: 960px) {
  .content .person .text {
    max-height: 625px;
  }
}
@media (min-width: 1280px) {
  .content .person .text {
    padding: 40px;
  }
}
.first-before-footer .content .person .text {
  background: #ffffff;
  border-radius: 7px;
  margin-top: -10px;
}
@media (min-width: 960px) {
  .first-before-footer .content .person .text {
    margin-left: 10px;
    margin-top: 0;
  }
}
.layout-news {
  position: relative;
}
.layout-news .container > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-news .container > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-news .container > .title {
    font-size: 4em;
  }
}
.layout-news .container ul li:last-child a {
  background-color: #ffffff;
}
@media (min-width: 960px) {
  .layout-news .container ul li:nth-last-child(-n+3) a {
    background-color: #ffffff;
  }
}
@media (max-width: 960px) {
  .layout-newslatest li:nth-of-type(1n+5) {
    display: none;
  }
}
.layout-newslatest,
.layout-news {
  padding: 30px 0;
}
@media (min-width: 960px) {
  .layout-newslatest .title-text-and-side-text,
  .layout-news .title-text-and-side-text {
    display: flex;
  }
  .layout-newslatest .title-text-and-side-text > *:nth-child(1),
  .layout-news .title-text-and-side-text > *:nth-child(1) {
    flex: 0 0 40%;
  }
  .layout-newslatest .title-text-and-side-text > *:nth-child(2),
  .layout-news .title-text-and-side-text > *:nth-child(2) {
    flex: 0 0 40%;
  }
  .layout-newslatest .title-text-and-side-text > *:nth-child(3),
  .layout-news .title-text-and-side-text > *:nth-child(3) {
    flex: 0 0 20%;
  }
}
.layout-newslatest ul,
.layout-news ul {
  margin-left: -15px;
  margin-right: -15px;
}
.layout-newslatest ul:before,
.layout-news ul:before,
.layout-newslatest ul:after,
.layout-news ul:after {
  content: " ";
  display: table;
}
.layout-newslatest ul:after,
.layout-news ul:after {
  clear: both;
}
@media (min-width: 960px) {
  .layout-newslatest ul,
  .layout-news ul {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .layout-newslatest ul,
  .layout-news ul {
    margin-right: -30px;
  }
}
@media (min-width: 1365px) {
  .layout-newslatest ul,
  .layout-news ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-newslatest ul,
  .layout-news ul {
    margin-left: -30px;
  }
}
@media (min-width: 1365px) and (min-width: 960px) {
  .layout-newslatest ul,
  .layout-news ul {
    margin-right: -30px;
  }
}
.layout-newslatest ul > *,
.layout-news ul > * {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
@media (min-width: 960px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    padding-left: 30px;
  }
}
@media (min-width: 960px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    margin-bottom: 60px;
  }
}
@media (min-width: 640px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
@media (min-width: 1280px) {
  .layout-newslatest ul > *,
  .layout-news ul > * {
    width: 33.33333333%;
  }
}
.layout-newslatest.first-before-footer li .post,
.layout-news.first-before-footer li .post {
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.layout-newslatest li:nth-child(1),
.layout-news li:nth-child(1),
.layout-newslatest li:nth-child(4),
.layout-news li:nth-child(4) {
  width: calc(66.66666667%);
}
.layout-newslatest li:nth-child(1) .title-and-text,
.layout-news li:nth-child(1) .title-and-text,
.layout-newslatest li:nth-child(4) .title-and-text,
.layout-news li:nth-child(4) .title-and-text {
  width: calc(50% - 40px);
  height: 200px;
  margin: 25px;
}
@media (min-width: 960px) {
  .layout-newslatest li:nth-child(1) .title-and-text,
  .layout-news li:nth-child(1) .title-and-text,
  .layout-newslatest li:nth-child(4) .title-and-text,
  .layout-news li:nth-child(4) .title-and-text {
    margin: 50px 50px;
    height: 212px;
    width: calc(50% - 60px);
  }
}
@media (min-width: 1600px) {
  .layout-newslatest li:nth-child(1) .title-and-text,
  .layout-news li:nth-child(1) .title-and-text,
  .layout-newslatest li:nth-child(4) .title-and-text,
  .layout-news li:nth-child(4) .title-and-text {
    height: 210px;
  }
}
.layout-newslatest li:nth-child(1) .post .effect,
.layout-news li:nth-child(1) .post .effect,
.layout-newslatest li:nth-child(4) .post .effect,
.layout-news li:nth-child(4) .post .effect {
  position: absolute;
  width: 50%;
  object-fit: cover;
  display: block;
  right: 0;
  top: 0;
}
.layout-newslatest li:nth-child(1) .post .effect img,
.layout-news li:nth-child(1) .post .effect img,
.layout-newslatest li:nth-child(4) .post .effect img,
.layout-news li:nth-child(4) .post .effect img {
  display: block;
}
.layout-newslatest li:nth-child(1) .post .more,
.layout-news li:nth-child(1) .post .more,
.layout-newslatest li:nth-child(4) .post .more,
.layout-news li:nth-child(4) .post .more {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  left: 50px;
  bottom: 60px;
}
@media (min-width: 1280px) {
  .layout-newslatest li:nth-child(1) .post .more,
  .layout-news li:nth-child(1) .post .more,
  .layout-newslatest li:nth-child(4) .post .more,
  .layout-news li:nth-child(4) .post .more {
    padding: 15px 60px 15px 30px;
  }
}
.layout-newslatest li:nth-child(1) .post .more i,
.layout-news li:nth-child(1) .post .more i,
.layout-newslatest li:nth-child(4) .post .more i,
.layout-news li:nth-child(4) .post .more i {
  position: absolute;
  right: 15px;
}
.layout-newslatest li:nth-child(1) .post .more:before,
.layout-news li:nth-child(1) .post .more:before,
.layout-newslatest li:nth-child(4) .post .more:before,
.layout-news li:nth-child(4) .post .more:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-newslatest li:nth-child(1) .post .more:after,
.layout-news li:nth-child(1) .post .more:after,
.layout-newslatest li:nth-child(4) .post .more:after,
.layout-news li:nth-child(4) .post .more:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-newslatest li:nth-child(1) .post .more:hover,
.layout-news li:nth-child(1) .post .more:hover,
.layout-newslatest li:nth-child(4) .post .more:hover,
.layout-news li:nth-child(4) .post .more:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-newslatest li:nth-child(1) .post .more:hover:after,
.layout-news li:nth-child(1) .post .more:hover:after,
.layout-newslatest li:nth-child(4) .post .more:hover:after,
.layout-news li:nth-child(4) .post .more:hover:after {
  right: 15px;
}
.layout-newslatest li:nth-child(1) .post .more.booking:before,
.layout-news li:nth-child(1) .post .more.booking:before,
.layout-newslatest li:nth-child(4) .post .more.booking:before,
.layout-news li:nth-child(4) .post .more.booking:before,
.layout-newslatest li:nth-child(1) .post .more.booking:after,
.layout-news li:nth-child(1) .post .more.booking:after,
.layout-newslatest li:nth-child(4) .post .more.booking:after,
.layout-news li:nth-child(4) .post .more.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-newslatest li:nth-child(1) .post .more.booking:hover:before,
.layout-news li:nth-child(1) .post .more.booking:hover:before,
.layout-newslatest li:nth-child(4) .post .more.booking:hover:before,
.layout-news li:nth-child(4) .post .more.booking:hover:before,
.layout-newslatest li:nth-child(1) .post .more.booking:hover:after,
.layout-news li:nth-child(1) .post .more.booking:hover:after,
.layout-newslatest li:nth-child(4) .post .more.booking:hover:after,
.layout-news li:nth-child(4) .post .more.booking:hover:after {
  top: 40%;
}
.layout-newslatest li:nth-child(1) .post .more.booking:hover:before,
.layout-news li:nth-child(1) .post .more.booking:hover:before,
.layout-newslatest li:nth-child(4) .post .more.booking:hover:before,
.layout-news li:nth-child(4) .post .more.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-newslatest li:nth-child(1) .post .more.booking:hover:after,
.layout-news li:nth-child(1) .post .more.booking:hover:after,
.layout-newslatest li:nth-child(4) .post .more.booking:hover:after,
.layout-news li:nth-child(4) .post .more.booking:hover:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .layout-newslatest li:nth-child(1) .post .more,
  .layout-news li:nth-child(1) .post .more,
  .layout-newslatest li:nth-child(4) .post .more,
  .layout-news li:nth-child(4) .post .more {
    left: 15px;
    bottom: 15px;
  }
}
.layout-newslatest li:nth-child(1) .post,
.layout-news li:nth-child(1) .post,
.layout-newslatest li:nth-child(4) .post,
.layout-news li:nth-child(4) .post {
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .layout-newslatest li:nth-child(1),
  .layout-news li:nth-child(1),
  .layout-newslatest li:nth-child(4),
  .layout-news li:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .layout-newslatest li:nth-child(2),
  .layout-news li:nth-child(2),
  .layout-newslatest li:nth-child(3),
  .layout-news li:nth-child(3) {
    width: 50%;
  }
}
.layout-newslatest li:nth-child(5) .post,
.layout-news li:nth-child(5) .post {
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.layout-newslatest li:hover .post,
.layout-news li:hover .post {
  border: 1px solid transparent;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.layout-newslatest .post,
.layout-news .post {
  text-decoration: none;
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  border: 1px solid #dee0e6;
  transition: all 0.25s ease;
}
@media (min-width: 960px) {
  .layout-newslatest .post,
  .layout-news .post {
    height: 400px;
  }
}
.layout-newslatest .post .category-name,
.layout-news .post .category-name {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 7px 30px;
  border-radius: 20px;
  font-size: 1.10em;
  color: #ffffff;
  width: auto;
  background-color: #0261ad;
}
@media (max-width: 960px) {
  .layout-newslatest .post .category-name,
  .layout-news .post .category-name {
    padding: 3px 15px;
  }
}
.layout-newslatest .post .title-and-text,
.layout-news .post .title-and-text {
  height: 165px;
  margin: 20px;
  margin-top: 60px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .layout-newslatest .post .title-and-text,
  .layout-news .post .title-and-text {
    height: 200px;
    margin: 30px;
    margin-top: 70px;
  }
}
.layout-newslatest .post .title-and-text .title,
.layout-news .post .title-and-text .title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .layout-newslatest .post .title-and-text .title,
  .layout-news .post .title-and-text .title {
    font-size: 1.25em;
    margin-bottom: 15px;
  }
}
.layout-newslatest .post img,
.layout-news .post img {
  display: none;
}
.layout-newslatest .post .more,
.layout-news .post .more {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (min-width: 1280px) {
  .layout-newslatest .post .more,
  .layout-news .post .more {
    padding: 15px 60px 15px 30px;
  }
}
.layout-newslatest .post .more i,
.layout-news .post .more i {
  position: absolute;
  right: 15px;
}
.layout-newslatest .post .more:before,
.layout-news .post .more:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-newslatest .post .more:after,
.layout-news .post .more:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-newslatest .post .more:hover,
.layout-news .post .more:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-newslatest .post .more:hover:after,
.layout-news .post .more:hover:after {
  right: 15px;
}
.layout-newslatest .post .more.booking:before,
.layout-news .post .more.booking:before,
.layout-newslatest .post .more.booking:after,
.layout-news .post .more.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-newslatest .post .more.booking:hover:before,
.layout-news .post .more.booking:hover:before,
.layout-newslatest .post .more.booking:hover:after,
.layout-news .post .more.booking:hover:after {
  top: 40%;
}
.layout-newslatest .post .more.booking:hover:before,
.layout-news .post .more.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-newslatest .post .more.booking:hover:after,
.layout-news .post .more.booking:hover:after {
  transform: rotate(90deg);
}
@media (max-width: 960px) {
  .layout-newslatest .post .more,
  .layout-news .post .more {
    left: 15px;
    bottom: 15px;
  }
}
.layout-newslatest .container .title-text-and-side-text,
.layout-news .container .title-text-and-side-text {
  padding: 30px 0 30px 0;
}
@media (min-width: 1600px) {
  .layout-newslatest .container .title-text-and-side-text,
  .layout-news .container .title-text-and-side-text {
    padding: 50px 0 60px 0;
  }
}
.layout-newslatest .container .title-text-and-side-text .title,
.layout-news .container .title-text-and-side-text .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-newslatest .container .title-text-and-side-text .title,
  .layout-news .container .title-text-and-side-text .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-newslatest .container .title-text-and-side-text .title,
  .layout-news .container .title-text-and-side-text .title {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .layout-newslatest .container .title-text-and-side-text .text,
  .layout-news .container .title-text-and-side-text .text {
    padding-right: 200px;
  }
}
@media (max-width: 960px) {
  .layout-newslatest .container .title-text-and-side-text .side-text,
  .layout-news .container .title-text-and-side-text .side-text {
    display: none;
  }
}
.layout-newslatest .container .title-text-and-side-text .side-text a,
.layout-news .container .title-text-and-side-text .side-text a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
}
@media (min-width: 960px) {
  .layout-newslatest .container .title-text-and-side-text .side-text a,
  .layout-news .container .title-text-and-side-text .side-text a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-newslatest .container .title-text-and-side-text .side-text a::before,
.layout-news .container .title-text-and-side-text .side-text a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-newslatest .container .title-text-and-side-text .side-text a::before,
  .layout-news .container .title-text-and-side-text .side-text a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-newslatest .container .title-text-and-side-text .side-text a:hover,
.layout-news .container .title-text-and-side-text .side-text a:hover {
  color: #0261ad;
}
.layout-newslatest .container .title-text-and-side-text .side-text a:hover:before,
.layout-news .container .title-text-and-side-text .side-text a:hover:before {
  left: 10px;
}
.layout-newslatest .container .title-text-and-side-text .side-text a:hover,
.layout-news .container .title-text-and-side-text .side-text a:hover {
  color: #323c4c;
}
.layout-newslatest .container .title-text-and-side-text .side-text a:hover:before,
.layout-news .container .title-text-and-side-text .side-text a:hover:before {
  background-image: url(../images/list-style-black.svg);
}
@media (max-width: 960px) {
  .layout-newslatest .container ul li,
  .layout-news .container ul li {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
.layout-newslatest .container ul li a .effect,
.layout-news .container ul li a .effect {
  clip-path: polygon(100% 0, 100% 83%, 8% 100%, 0 100%, 0 95%, 3% 0);
}
.layout-newslatest .container ul li a .effect img,
.layout-news .container ul li a .effect img {
  border-bottom-left-radius: 20px;
  border-top-right-radius: 30px;
}
@media (min-width: 960px) {
  .layout-newslatest .container ul li a .effect img,
  .layout-news .container ul li a .effect img {
    border-bottom-left-radius: 40px;
  }
}
.layout-eventsupcoming {
  padding: 90px 0 30px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.single .layout-eventsupcoming {
  padding-top: 30px;
}
.single .layout-eventsupcoming .events ul {
  padding: 30px 0 65px;
}
@media (min-width: 960px) {
  .single .layout-eventsupcoming .events ul {
    padding: 30px 0 125px;
  }
}
@media (max-width: 960px) {
  .layout-eventsupcoming .slick-arrow {
    left: 52%;
  }
}
@media (max-width: 960px) {
  .layout-eventsupcoming .slick-arrow.prev {
    left: 37%;
  }
}
.layout-eventsupcoming .container {
  position: relative;
}
.layout-eventsupcoming .container .blob_left {
  display: none;
}
.layout-eventsupcoming .container .blob_right {
  height: 70%;
  top: auto;
  bottom: 0;
  width: 137%;
  transform: translateX(-10%);
  width: 150% !important;
  right: -50%;
  transform: translateX(0%);
}
.layout-eventsupcoming .container .blob_right:before {
  width: 100%;
  right: 0;
}
.layout-eventsupcoming .text-and-events {
  position: relative;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .text-and-events:before {
    content: '';
    position: absolute;
    bottom: 139px;
    height: 2px;
    width: 99%;
    background-color: #000000;
  }
}
.layout-eventsupcoming .text-and-events .title-and-text > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-eventsupcoming .text-and-events .title-and-text > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-eventsupcoming .text-and-events .title-and-text > .title {
    font-size: 4em;
  }
}
.layout-eventsupcoming .text-and-events .title-and-text .text {
  display: none;
}
.layout-eventsupcoming .text-and-events .title-and-text .more {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 99;
  bottom: 42px;
  left: 25px;
}
.layout-eventsupcoming .text-and-events .title-and-text .more a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .text-and-events .title-and-text .more a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-eventsupcoming .text-and-events .title-and-text .more a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .text-and-events .title-and-text .more a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-eventsupcoming .text-and-events .title-and-text .more a:hover {
  color: #0261ad;
}
.layout-eventsupcoming .text-and-events .title-and-text .more a:hover:before {
  left: 10px;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .text-and-events .title-and-text .more a {
    margin-top: 5px;
  }
}
.layout-eventsupcoming .text-and-events .title-and-text .more a:hover {
  color: #ffffff;
}
.layout-eventsupcoming .text-and-events .title-and-text .more a:hover:before {
  background-image: url(../images/list-style-white.svg);
}
.layout-eventsupcoming .events {
  position: relative;
}
.layout-eventsupcoming .events > ul {
  padding: 15px 0;
  margin: 0 -5px;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .events > ul {
    padding: 90px 0 125px;
  }
}
.layout-eventsupcoming .events > ul .slick-arrow {
  bottom: 60px;
}
@media (max-width: 960px) {
  .layout-eventsupcoming .events > ul .slick-arrow {
    bottom: 90px;
  }
}
.layout-eventsupcoming .events > ul li {
  padding: 8px;
  padding-bottom: 110px;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .events > ul li {
    padding: 30px;
    padding-bottom: 70px;
  }
}
@media (min-width: 960px) {
  .layout-eventsupcoming .events > ul li .event:after {
    content: '';
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translateX(-50%);
    height: 16px;
    width: 16px;
    background-color: #000000;
    border-radius: 100%;
  }
}
.home .layout-eventsupcoming {
  padding: 10px 0 0 0;
}
@media (max-width: 960px) {
  .home .layout-eventsupcoming {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .home .layout-eventsupcoming {
    padding: 90px 0 0 0;
  }
}
.home .layout-eventsupcoming .container {
  position: initial;
}
.home .layout-eventsupcoming .container .blob_left {
  display: block;
  height: 50%;
}
@media (max-width: 960px) {
  .home .layout-eventsupcoming .container .blob_left {
    width: calc(100% + 200px);
    height: 63%;
  }
  .home .layout-eventsupcoming .container .blob_left:before {
    width: 100% !important;
  }
}
.home .layout-eventsupcoming .container .blob_left:before {
  width: 70%;
  background: linear-gradient(95deg, #0261ad 50%, #013157 100%);
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .blob_left {
    left: -350px;
    height: 100%;
  }
}
.home .layout-eventsupcoming .container .blob_right {
  display: none;
}
.home .layout-eventsupcoming .container .text-and-events {
  position: relative;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events {
    display: flex;
  }
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events:after {
    content: '';
    position: absolute;
    bottom: 132px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #000000;
    border-radius: 100%;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text {
  color: #ffffff;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text {
    width: 33%;
    padding-right: 50px;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 1280px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text > .title {
    font-size: 4em;
  }
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text > .title {
    margin-top: 150px;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .text {
  display: block;
  margin: 20px 0;
}
@media (max-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .text {
    padding-right: 100px;
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .text {
    margin: 50px 0;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more {
  position: relative;
  left: 0;
  bottom: 0;
}
@media (max-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .more {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 0;
    left: auto;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .more a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .more a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more a:hover {
  color: #0261ad;
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more a:hover:before {
  left: 10px;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .more a {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media (min-width: 1280px) {
  .home .layout-eventsupcoming .container .text-and-events .title-and-text .more a {
    margin-left: -30px;
  }
}
.home .layout-eventsupcoming .container .text-and-events .title-and-text .more a:hover {
  color: #ffffff;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .events {
    width: 66%;
  }
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .events:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(125deg, transparent 50%, #ecf2fc 100%);
  }
}
.home .layout-eventsupcoming .container .text-and-events .events > ul .slick-arrow {
  bottom: 3%;
}
@media (min-width: 960px) {
  .home .layout-eventsupcoming .container .text-and-events .events > ul .slick-arrow {
    left: -33%;
    bottom: 30%;
  }
  .home .layout-eventsupcoming .container .text-and-events .events > ul .slick-arrow.prev {
    left: -45%;
  }
}
.home .layout-eventsupcoming .container .text-and-events .events > ul li {
  padding: 8px;
  padding-bottom: 70px;
}
.category-evenementen .layout-eventsupcoming .text-and-events .title-and-text .more {
  color: #ffffff;
}
.category-evenementen .layout-eventsupcoming .text-and-events .title-and-text .more a {
  color: #ffffff;
}
.category-evenementen .layout-eventsupcoming .text-and-events .title-and-text .more a:before {
  background-image: url(../images/list-style-white.svg);
}
.facetwp-pager,
.pagination {
  text-align: center;
}
.facetwp-pager a,
.pagination a,
.facetwp-pager span,
.pagination span {
  z-index: 99;
  background-color: #ffffff;
  color: #323c4c;
  border-radius: 10px;
  padding: 10px 11px;
  display: block;
  font-size: 18px;
  width: 45px;
  height: 45px;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 5px 5px;
}
.facetwp-pager a:hover,
.pagination a:hover,
.facetwp-pager span:hover,
.pagination span:hover {
  background-color: #dd1728;
  color: #ffffff;
  text-decoration: none;
}
.facetwp-pager a.active,
.pagination a.active,
.facetwp-pager span.active,
.pagination span.active,
.facetwp-pager a.current,
.pagination a.current,
.facetwp-pager span.current,
.pagination span.current {
  background-color: #0261ad;
  color: #ffffff;
}
.facetwp-pager a.dots,
.pagination a.dots,
.facetwp-pager span.dots,
.pagination span.dots {
  background-color: transparent;
  box-shadow: none;
}
.facetwp-pager a.dots:hover,
.pagination a.dots:hover,
.facetwp-pager span.dots:hover,
.pagination span.dots:hover {
  color: #000000;
}
.facetwp-pager a.next,
.pagination a.next,
.facetwp-pager span.next,
.pagination span.next,
.facetwp-pager a.prev,
.pagination a.prev,
.facetwp-pager span.prev,
.pagination span.prev {
  width: auto;
}
.layout-clubs .facetwp-template > ul,
.layout-events .facetwp-template > ul,
.layout-vacancies .facetwp-template > ul {
  padding: 15px 10px;
}
@media (min-width: 960px) {
  .layout-clubs .facetwp-template > ul,
  .layout-events .facetwp-template > ul,
  .layout-vacancies .facetwp-template > ul {
    padding: 0 15px 60px;
  }
}
@media (min-width: 960px) {
  .layout-clubs .facetwp-template > ul .slick-arrow,
  .layout-events .facetwp-template > ul .slick-arrow,
  .layout-vacancies .facetwp-template > ul .slick-arrow {
    left: -33%;
    bottom: 30%;
  }
  .layout-clubs .facetwp-template > ul .slick-arrow.prev,
  .layout-events .facetwp-template > ul .slick-arrow.prev,
  .layout-vacancies .facetwp-template > ul .slick-arrow.prev {
    left: -45%;
  }
}
.layout-clubs .facetwp-template > ul li,
.layout-events .facetwp-template > ul li,
.layout-vacancies .facetwp-template > ul li {
  padding: 8px;
  padding-bottom: 8px;
}
.layout-clubs .facetwp-facet-pagination,
.layout-events .facetwp-facet-pagination,
.layout-vacancies .facetwp-facet-pagination {
  text-align: center;
}
@media (min-width: 960px) {
  .layout-clubs .facetwp-template > ul {
    padding: 0 15px 45px;
  }
}
.layout-clubs .facetwp-template > ul .effect {
  background-color: #0261ad;
  border-bottom-left-radius: 30px;
  padding: 34px;
  height: 195px;
}
.layout-clubs .facetwp-template > ul .effect .img {
  height: 90px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.layout-eventsupcoming .event,
.layout-events .event,
.layout .vacancy,
.layout .club {
  position: relative;
  border-radius: 8px;
  padding-left: 15px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 470px;
  display: block;
  text-align: center;
}
@media (min-width: 400px) {
  .layout-eventsupcoming .event,
  .layout-events .event,
  .layout .vacancy,
  .layout .club {
    height: 485px;
  }
}
@media (min-width: 640px) {
  .layout-eventsupcoming .event,
  .layout-events .event,
  .layout .vacancy,
  .layout .club {
    padding-left: 30px;
    height: 540px;
  }
}
@media (min-width: 1280px) {
  .layout-eventsupcoming .event,
  .layout-events .event,
  .layout .vacancy,
  .layout .club {
    height: 600px;
  }
}
.layout-eventsupcoming .event:hover,
.layout-events .event:hover,
.layout .vacancy:hover,
.layout .club:hover {
  text-decoration: none;
}
.layout-eventsupcoming .event .img .effect,
.layout-events .event .img .effect,
.layout .vacancy .img .effect,
.layout .club .img .effect {
  clip-path: polygon(100% 0, 100% 83%, 12% 100%, 0 100%, 0 93%, 3% 0);
}
.layout-eventsupcoming .event .img .effect:before,
.layout-events .event .img .effect:before,
.layout .vacancy .img .effect:before,
.layout .club .img .effect:before {
  transform: none;
  right: auto;
  left: -45%;
}
.layout-eventsupcoming .event .img .effect img,
.layout-events .event .img .effect img,
.layout .vacancy .img .effect img,
.layout .club .img .effect img {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 8px;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .layout-eventsupcoming .event .img .effect img,
  .layout-events .event .img .effect img,
  .layout .vacancy .img .effect img,
  .layout .club .img .effect img {
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 960px) {
  .layout-eventsupcoming .event .img .effect img,
  .layout-events .event .img .effect img,
  .layout .vacancy .img .effect img,
  .layout .club .img .effect img {
    border-bottom-left-radius: 30px;
  }
}
.layout-eventsupcoming .event .date,
.layout-events .event .date,
.layout .vacancy .date,
.layout .club .date {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 15px;
  border-radius: 20px;
  background-color: #0261ad;
  color: #ffffff;
  font-size: 0.8em;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .event .date,
  .layout-events .event .date,
  .layout .vacancy .date,
  .layout .club .date {
    padding: 6px 30px;
    font-size: 1em;
    top: 30px;
  }
}
.layout-eventsupcoming .event .title-and-content,
.layout-events .event .title-and-content,
.layout .vacancy .title-and-content,
.layout .club .title-and-content {
  text-align: left;
  padding: 30px 15px 0 0;
}
.layout-eventsupcoming .event .title-and-content .dotdotdot,
.layout-events .event .title-and-content .dotdotdot,
.layout .vacancy .title-and-content .dotdotdot,
.layout .club .title-and-content .dotdotdot {
  height: 140px;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .event .title-and-content .dotdotdot,
  .layout-events .event .title-and-content .dotdotdot,
  .layout .vacancy .title-and-content .dotdotdot,
  .layout .club .title-and-content .dotdotdot {
    height: 190px;
  }
}
.layout-eventsupcoming .event .title-and-content .dotdotdot .title,
.layout-events .event .title-and-content .dotdotdot .title,
.layout .vacancy .title-and-content .dotdotdot .title,
.layout .club .title-and-content .dotdotdot .title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .layout-eventsupcoming .event .title-and-content,
  .layout-events .event .title-and-content,
  .layout .vacancy .title-and-content,
  .layout .club .title-and-content {
    padding: 30px 30px 0 0;
  }
}
.layout-eventsupcoming .event .more,
.layout-events .event .more,
.layout .vacancy .more,
.layout .club .more {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 140px;
}
@media (min-width: 1280px) {
  .layout-eventsupcoming .event .more,
  .layout-events .event .more,
  .layout .vacancy .more,
  .layout .club .more {
    padding: 15px 60px 15px 30px;
  }
}
.layout-eventsupcoming .event .more i,
.layout-events .event .more i,
.layout .vacancy .more i,
.layout .club .more i {
  position: absolute;
  right: 15px;
}
.layout-eventsupcoming .event .more:before,
.layout-events .event .more:before,
.layout .vacancy .more:before,
.layout .club .more:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-eventsupcoming .event .more:after,
.layout-events .event .more:after,
.layout .vacancy .more:after,
.layout .club .more:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-eventsupcoming .event .more:hover,
.layout-events .event .more:hover,
.layout .vacancy .more:hover,
.layout .club .more:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-eventsupcoming .event .more:hover:after,
.layout-events .event .more:hover:after,
.layout .vacancy .more:hover:after,
.layout .club .more:hover:after {
  right: 15px;
}
.layout-eventsupcoming .event .more.booking:before,
.layout-events .event .more.booking:before,
.layout .vacancy .more.booking:before,
.layout .club .more.booking:before,
.layout-eventsupcoming .event .more.booking:after,
.layout-events .event .more.booking:after,
.layout .vacancy .more.booking:after,
.layout .club .more.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-eventsupcoming .event .more.booking:hover:before,
.layout-events .event .more.booking:hover:before,
.layout .vacancy .more.booking:hover:before,
.layout .club .more.booking:hover:before,
.layout-eventsupcoming .event .more.booking:hover:after,
.layout-events .event .more.booking:hover:after,
.layout .vacancy .more.booking:hover:after,
.layout .club .more.booking:hover:after {
  top: 40%;
}
.layout-eventsupcoming .event .more.booking:hover:before,
.layout-events .event .more.booking:hover:before,
.layout .vacancy .more.booking:hover:before,
.layout .club .more.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-eventsupcoming .event .more.booking:hover:after,
.layout-events .event .more.booking:hover:after,
.layout .vacancy .more.booking:hover:after,
.layout .club .more.booking:hover:after {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .layout-eventsupcoming .event .more,
  .layout-events .event .more,
  .layout .vacancy .more,
  .layout .club .more {
    min-width: 175px;
  }
}
@media (min-width: 1280px) {
  .layout-eventsupcoming .event .more,
  .layout-events .event .more,
  .layout .vacancy .more,
  .layout .club .more {
    min-width: 200px;
  }
}
.layout-events .event {
  height: 420px;
}
@media (min-width: 400px) {
  .layout-events .event {
    height: 525px;
  }
}
@media (min-width: 640px) {
  .layout-events .event {
    padding-left: 30px;
    height: 600px;
  }
}
@media (min-width: 800px) {
  .layout-events .event {
    height: 625px;
  }
}
@media (min-width: 960px) {
  .layout-events .event {
    height: 550px;
  }
}
@media (min-width: 1280px) {
  .layout-events .event {
    height: 600px;
  }
}
.layout .club {
  height: 425px;
}
.layout .club .title {
  font-size: 1.5em;
  text-align: left;
  font-weight: 900;
  margin: 30px 0;
}
.layout-reviews {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 960px) {
  .layout-reviews {
    padding: 90px 0;
  }
}
.layout-reviews .container {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .layout-reviews .container {
    padding-bottom: 200px;
  }
}
.layout-reviews .container .grw-slider .grw-slider-reviews {
  padding-top: 20px !important;
}
.layout-reviews .container .grw-slider .grw-slider-review-inner {
  height: 225px !important;
}
.layout-reviews .container .grw-slider .grw-slider-controls > div {
  position: absolute !important;
  top: auto !important;
  bottom: -180px !important;
  left: 55% !important;
  z-index: 99 !important;
  background-color: #ffffff !important;
  color: #323c4c !important;
  border-radius: 10px !important;
  padding: 13px 11px !important;
  display: block !important;
  font-size: 18px !important;
  width: 45px !important;
  height: 45px !important;
  text-align: center !important;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}
@media (min-width: 960px) {
  .layout-reviews .container .grw-slider .grw-slider-controls > div {
    left: 55% !important;
    bottom: -200px !important;
    font-size: 50px !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 20px !important;
    padding: 14px 11px !important;
  }
}
.layout-reviews .container .grw-slider .grw-slider-controls > div:hover {
  background-color: #dd1728 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.layout-reviews .container .grw-slider .grw-slider-controls > div.grw-slider-prev {
  left: 30% !important;
}
@media (min-width: 960px) {
  .layout-reviews .container .grw-slider .grw-slider-controls > div.grw-slider-prev {
    left: 40% !important;
  }
}
.layout-reviews .container .grw-slider .wp-google-review {
  padding: 30px 30px 30px 15px !important;
  position: relative;
  padding-right: 135px !important;
  font-family: univia-pro, sans-serif !important;
  overflow: hidden !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-stars {
  position: absolute !important;
  top: -30px !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-stars .wp-star svg {
  width: 30px !important;
  height: 30px !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-text {
  font-size: 14px !important;
  line-height: 26px !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-left {
  overflow: visible !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-left a {
  position: absolute !important;
  bottom: 20px !important;
  color: #0261ad !important;
  font-size: 14px !important;
}
@media (min-width: 960px) {
  .layout-reviews .container .grw-slider .wp-google-review .wp-google-left a {
    font-size: 16px !important;
  }
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-left .wp-google-time {
  display: none !important;
}
.layout-reviews .container .grw-slider .wp-google-review .wp-google-left img {
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 128px !important;
  height: 128px !important;
  position: absolute !important;
  right: 0 !important;
}
.layout-reviews .container .title-and-link-to-all {
  padding: 30px 0 30px 50px;
}
@media (min-width: 960px) {
  .layout-reviews .container .title-and-link-to-all {
    padding: 60px 0;
  }
}
.layout-reviews .container .title-and-link-to-all > .title {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 1280px) {
  .layout-reviews .container .title-and-link-to-all > .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-reviews .container .title-and-link-to-all > .title {
    font-size: 4em;
  }
}
.layout-reviews .container .title-and-link-to-all .link-to-all {
  color: #ffffff;
}
@media (min-width: 960px) {
  .layout-reviews .container .title-and-link-to-all .link-to-all {
    float: right;
    display: inline-block;
  }
}
.layout-reviews .container .title-and-link-to-all .link-to-all a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 5px;
  color: #ffffff;
}
@media (min-width: 960px) {
  .layout-reviews .container .title-and-link-to-all .link-to-all a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-reviews .container .title-and-link-to-all .link-to-all a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-reviews .container .title-and-link-to-all .link-to-all a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-reviews .container .title-and-link-to-all .link-to-all a:hover {
  color: #0261ad;
}
.layout-reviews .container .title-and-link-to-all .link-to-all a:hover:before {
  left: 10px;
}
.layout-reviews .container .title-and-link-to-all .link-to-all a:hover {
  color: #ffffff;
}
.layout-reviews .container ul li {
  padding: 8px;
}
.layout-reviews .container ul li .review {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 960px) {
  .layout-reviews .container ul li .review {
    padding-left: 60px;
  }
}
.layout-reviews .container ul li .review .title {
  color: #0261ad;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 15px 0 5px 0;
}
.layout-reviews .container ul li .review .subtitle {
  font-size: 0.8em;
}
.layout-reviews .container ul li .review img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.layout-reviews .container ul .slick-arrow {
  position: absolute;
  bottom: -80px;
  left: 55%;
}
@media (min-width: 960px) {
  .layout-reviews .container ul .slick-arrow {
    bottom: -135px;
  }
}
.layout-reviews .container ul .slick-arrow:hover {
  background-color: #dd1728;
  color: #ffffff;
  box-shadow: none;
}
.layout-reviews .container ul .slick-arrow.prev {
  left: 40%;
}
.layout-tabs {
  position: relative;
  z-index: 9;
}
.layout-tabs .container .wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.layout-tabs .container .wrapper .selectors {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-left: 10px;
}
@media (min-width: 960px) {
  .layout-tabs .container .wrapper .selectors {
    padding-left: 60px;
  }
}
.layout-tabs .container .wrapper .selectors li {
  padding: 23px 5px 15px 5px;
  text-align: center;
  position: relative;
  color: #aeb3bb;
  min-width: 90px;
}
@media (min-width: 960px) {
  .layout-tabs .container .wrapper .selectors li {
    padding: 23px 5px 15px 5px;
  }
}
@media (min-width: 960px) {
  .layout-tabs .container .wrapper .selectors li {
    padding: 23px 5px 15px 5px;
  }
}
@media (min-width: 1600px) {
  .layout-tabs .container .wrapper .selectors li {
    padding: 42px 15px;
  }
}
.layout-tabs .container .wrapper .selectors li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #0261ad transparent transparent transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.25s ease;
}
@media (min-width: 960px) {
  .layout-tabs .container .wrapper .selectors li:before {
    border-width: 20px 20px 0 20px;
  }
}
.layout-tabs .container .wrapper .selectors li.active,
.layout-tabs .container .wrapper .selectors li:hover {
  color: #0261ad;
}
.layout-tabs .container .wrapper .selectors li.active:before,
.layout-tabs .container .wrapper .selectors li:hover:before {
  opacity: 1;
}
.layout-tabs .container .wrapper .targets {
  padding: 20px 30px 50px 30px;
}
@media (min-width: 960px) {
  .layout-tabs .container .wrapper .targets {
    padding: 30px 200px 60px 200px;
  }
}
@media (min-width: 1600px) {
  .layout-tabs .container .wrapper .targets {
    padding: 60px 200px 90px 200px;
  }
}
.layout-tabs .container .wrapper .targets h2 {
  font-size: 3em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .layout-tabs .container .wrapper .targets h2 {
    font-size: 3.5em;
  }
}
@media (min-width: 1600px) {
  .layout-tabs .container .wrapper .targets h2 {
    font-size: 4em;
  }
}
@media (max-width: 640px) {
  .layout-tabs .container .wrapper .targets h2 {
    font-size: 2.25em;
  }
}
.layout-tabs .container .wrapper .targets a strong,
.layout-tabs .container .wrapper .targets strong a {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #323c4c;
  border-radius: 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-tabs .container .wrapper .targets a strong,
  .layout-tabs .container .wrapper .targets strong a {
    padding: 15px 60px 15px 30px;
  }
}
.layout-tabs .container .wrapper .targets a strong i,
.layout-tabs .container .wrapper .targets strong a i {
  position: absolute;
  right: 15px;
}
.layout-tabs .container .wrapper .targets a strong:before,
.layout-tabs .container .wrapper .targets strong a:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-tabs .container .wrapper .targets a strong:after,
.layout-tabs .container .wrapper .targets strong a:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-tabs .container .wrapper .targets a strong:hover,
.layout-tabs .container .wrapper .targets strong a:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-tabs .container .wrapper .targets a strong:hover:after,
.layout-tabs .container .wrapper .targets strong a:hover:after {
  right: 15px;
}
.layout-tabs .container .wrapper .targets a strong.booking:before,
.layout-tabs .container .wrapper .targets strong a.booking:before,
.layout-tabs .container .wrapper .targets a strong.booking:after,
.layout-tabs .container .wrapper .targets strong a.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-tabs .container .wrapper .targets a strong.booking:hover:before,
.layout-tabs .container .wrapper .targets strong a.booking:hover:before,
.layout-tabs .container .wrapper .targets a strong.booking:hover:after,
.layout-tabs .container .wrapper .targets strong a.booking:hover:after {
  top: 40%;
}
.layout-tabs .container .wrapper .targets a strong.booking:hover:before,
.layout-tabs .container .wrapper .targets strong a.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-tabs .container .wrapper .targets a strong.booking:hover:after,
.layout-tabs .container .wrapper .targets strong a.booking:hover:after {
  transform: rotate(90deg);
}
.layout-tabs .container .wrapper .targets ul li {
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
.layout-tabs .container .wrapper .targets ul li:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-black.svg');
  background-size: cover;
}
.layout-search {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .layout-search {
    padding: 90px 0;
  }
}
.layout-search h1 {
  margin-bottom: 25px;
}
@media (min-width: 640px) {
  .layout-search.first-before-footer {
    min-height: 700px;
  }
}
.layout-search .search-result-item {
  padding-left: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 45px 0;
  padding: 35px;
  height: 275px;
  border-radius: 30px;
}
.layout-search .search-result-item:hover {
  text-decoration: none;
}
.layout-search .search-result-item .title {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 1280px) {
  .layout-search .search-result-item .title {
    font-size: 2.5em;
  }
}
.layout-search .search-result-item strong a,
.layout-search .search-result-item a strong {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #86949f;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
}
@media (min-width: 1280px) {
  .layout-search .search-result-item strong a,
  .layout-search .search-result-item a strong {
    padding: 15px 60px 15px 30px;
  }
}
.layout-search .search-result-item strong a i,
.layout-search .search-result-item a strong i {
  position: absolute;
  right: 15px;
}
.layout-search .search-result-item strong a:before,
.layout-search .search-result-item a strong:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.layout-search .search-result-item strong a:after,
.layout-search .search-result-item a strong:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-search .search-result-item strong a:hover,
.layout-search .search-result-item a strong:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.layout-search .search-result-item strong a:hover:after,
.layout-search .search-result-item a strong:hover:after {
  right: 15px;
}
.layout-search .search-result-item strong a.booking:before,
.layout-search .search-result-item a strong.booking:before,
.layout-search .search-result-item strong a.booking:after,
.layout-search .search-result-item a strong.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.layout-search .search-result-item strong a.booking:hover:before,
.layout-search .search-result-item a strong.booking:hover:before,
.layout-search .search-result-item strong a.booking:hover:after,
.layout-search .search-result-item a strong.booking:hover:after {
  top: 40%;
}
.layout-search .search-result-item strong a.booking:hover:before,
.layout-search .search-result-item a strong.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.layout-search .search-result-item strong a.booking:hover:after,
.layout-search .search-result-item a strong.booking:hover:after {
  transform: rotate(90deg);
}
.layout-search .search-result-item .type-title-and-contents {
  height: 220px;
}
.search-no-results .layout-search .container {
  max-width: 1100px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 30px;
}
.search-no-results .layout-search .container strong a,
.search-no-results .layout-search .container a strong {
  transition: all 0.25s ease;
  padding: 12px 50px 12px 20px;
  color: #ffffff;
  background-color: #86949f;
  border-radius: 18px;
  width: 180px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: 0;
  font-weight: 100;
  width: 226px;
}
@media (min-width: 1280px) {
  .search-no-results .layout-search .container strong a,
  .search-no-results .layout-search .container a strong {
    padding: 15px 60px 15px 30px;
  }
}
.search-no-results .layout-search .container strong a i,
.search-no-results .layout-search .container a strong i {
  position: absolute;
  right: 15px;
}
.search-no-results .layout-search .container strong a:before,
.search-no-results .layout-search .container a strong:before {
  content: '';
  position: absolute;
  top: 50%;
  top: 27px;
  right: 24px;
  width: 15px;
  height: 2px;
  background-image: url('../images/line-right.svg');
  background-size: cover;
}
.search-no-results .layout-search .container strong a:after,
.search-no-results .layout-search .container a strong:after {
  content: '' !important;
  position: absolute;
  top: 50%;
  top: 23px;
  right: 20px;
  width: 19px;
  height: 10px;
  background-image: url('../images/arrow-right.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.search-no-results .layout-search .container strong a:hover,
.search-no-results .layout-search .container a strong:hover {
  color: #ffffff;
  background: #0261ad;
  border-radius: 25px;
}
.search-no-results .layout-search .container strong a:hover:after,
.search-no-results .layout-search .container a strong:hover:after {
  right: 15px;
}
.search-no-results .layout-search .container strong a.booking:before,
.search-no-results .layout-search .container a strong.booking:before,
.search-no-results .layout-search .container strong a.booking:after,
.search-no-results .layout-search .container a strong.booking:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 14px;
  background-image: url('../images/icon-ticket.svg');
  background-size: cover;
  transition: all 0.25s ease;
}
.search-no-results .layout-search .container strong a.booking:hover:before,
.search-no-results .layout-search .container a strong.booking:hover:before,
.search-no-results .layout-search .container strong a.booking:hover:after,
.search-no-results .layout-search .container a strong.booking:hover:after {
  top: 40%;
}
.search-no-results .layout-search .container strong a.booking:hover:before,
.search-no-results .layout-search .container a strong.booking:hover:before {
  transform: rotate(65deg);
  right: 26px;
  top: 38%;
}
.search-no-results .layout-search .container strong a.booking:hover:after,
.search-no-results .layout-search .container a strong.booking:hover:after {
  transform: rotate(90deg);
}
.first-before-footer {
  z-index: 99;
  position: relative;
  min-height: 300px;
}
@media (min-width: 1280px) {
  .first-before-footer {
    min-height: 500px;
  }
}
.layout-footer {
  padding-top: 190px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 640px) {
  .layout-footer {
    padding-top: 200px;
  }
}
@media (min-width: 1280px) {
  .layout-footer {
    padding-top: 300px;
  }
}
.layout-footer .black {
  position: absolute;
  left: 0;
  top: -300px;
  height: 450px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 640px) {
  .layout-footer .black {
    height: 550px;
    top: -450px;
  }
}
@media (min-width: 960px) {
  .layout-footer .black {
    height: 650px;
    top: -487px;
  }
}
@media (min-width: 1350px) {
  .layout-footer .black {
    height: 650px;
    top: -458px;
  }
}
@media (min-width: 1600px) {
  .layout-footer .black {
    height: 600px;
    top: -405px;
  }
}
@media (min-width: 2200px) {
  .layout-footer .black {
    height: 700px;
    top: -455px;
  }
}
.layout-footer .black:after {
  content: '';
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
  z-index: 9;
}
@media (min-width: 640px) {
  .layout-footer .black:after {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
}
@media (min-width: 960px) {
  .layout-footer .black:after {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
  }
}
@media (min-width: 1280px) {
  .layout-footer .black:after {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}
@media (min-width: 2200px) {
  .layout-footer .black:after {
    clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 100%);
  }
}
.layout-footer .pulse {
  position: absolute;
  width: 55%;
  height: 215px;
  top: 30px;
  right: 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .layout-footer .pulse {
    top: 0;
  }
}
@media (min-width: 960px) {
  .layout-footer .pulse {
    top: 0;
    height: 205px;
  }
}
@media (min-width: 1280px) {
  .layout-footer .pulse {
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .layout-footer .pulse {
    top: 100px;
  }
}
.layout-footer .pulse:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url(../images/pulse-footer.svg);
  background-size: contain;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  .layout-footer .pulse:before {
    height: 300px;
  }
}
@media (min-width: 960px) {
  .layout-footer .pulse:before {
    left: 0;
    width: 649px;
    height: 361px;
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .layout-footer .pulse:before {
    width: 949px;
    height: 522px;
  }
}
@media (min-width: 1600px) {
  .layout-footer .pulse:before {
    width: 949px;
    height: 522px;
  }
}
.layout-footer .container .logo-and-text {
  align-items: flex-end;
  margin-bottom: 75px;
  z-index: 9;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .layout-footer .container .logo-and-text {
    display: flex;
  }
  .layout-footer .container .logo-and-text > *:nth-child(1) {
    flex: 0 0 50%;
  }
  .layout-footer .container .logo-and-text > *:nth-child(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 1600px) {
  .layout-footer .container .logo-and-text .home {
    width: 400px;
  }
}
.layout-footer .container .logo-and-text .text {
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0261ad;
  line-height: 1.25em;
  margin-top: 60px;
}
@media (min-width: 640px) {
  .layout-footer .container .logo-and-text .text {
    font-size: 2em;
    margin-top: 0;
  }
}
.layout-footer .container .logo-and-text .text p {
  margin: 0;
}
.layout-footer .container .logo-and-text .text strong {
  text-transform: uppercase;
  color: #dd1728;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks {
    display: flex;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li {
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li {
    width: 18%;
    text-align: left;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li:first-child {
  text-align: left;
  font-size: 1em;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li:first-child {
    width: 32%;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li:first-child a strong,
.layout-footer .container .blocks-and-contact .blocks > li:first-child strong a {
  color: #dd1728;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
  position: relative;
  transition: all 0.25s ease;
  text-decoration: none;
  font-family: univia-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li:first-child a strong,
  .layout-footer .container .blocks-and-contact .blocks > li:first-child strong a {
    margin-left: -30px;
    padding-left: 30px;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li:first-child a strong::before,
.layout-footer .container .blocks-and-contact .blocks > li:first-child strong a::before {
  content: '>';
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 7px;
  transition: all 0.25s ease;
  content: '';
  width: 11px;
  height: 10px;
  background-image: url('../images/list-style-red.svg');
  background-size: cover;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li:first-child a strong::before,
  .layout-footer .container .blocks-and-contact .blocks > li:first-child strong a::before {
    font-size: 24px;
    top: 8px;
    left: 0;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li:first-child a strong:hover,
.layout-footer .container .blocks-and-contact .blocks > li:first-child strong a:hover {
  color: #0261ad;
}
.layout-footer .container .blocks-and-contact .blocks > li:first-child a strong:hover:before,
.layout-footer .container .blocks-and-contact .blocks > li:first-child strong a:hover:before {
  left: 10px;
}
@media (max-width: 1600px) {
  .layout-footer .container .blocks-and-contact .blocks > li:first-child a strong,
  .layout-footer .container .blocks-and-contact .blocks > li:first-child strong a {
    margin-left: 0;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.layout-footer .container .blocks-and-contact .blocks > li ul li {
  margin: 5px 0;
}
.layout-footer .container .blocks-and-contact .blocks > li .email,
.layout-footer .container .blocks-and-contact .blocks > li .phone {
  display: block;
}
.layout-footer .container .blocks-and-contact .blocks > li .social-pages {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li .social-pages {
    text-align: center;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li .social-pages li {
  margin-right: 15px;
  display: inline-block;
}
.layout-footer .container .blocks-and-contact .blocks > li .social-pages li:last-child {
  margin-right: 0;
}
.layout-footer .container .blocks-and-contact .blocks > li .social-pages li a {
  background-color: #323c4c;
  color: #ffffff;
  text-align: center;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 9px 11px;
  display: block;
  font-size: 21px;
  width: 45px;
  height: 45px;
}
@media (min-width: 960px) {
  .layout-footer .container .blocks-and-contact .blocks > li .social-pages li a {
    border-radius: 20px;
    padding: 13px 11px;
    display: block;
    font-size: 30px;
    width: 55px;
    height: 55px;
  }
}
.layout-footer .container .blocks-and-contact .blocks > li .social-pages li a:hover {
  background-color: #0261ad;
  box-shadow: none;
}
.layout-copyright {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  text-align: center;
}
.layout-copyright .container {
  border-top: 1px solid #aeb3bb;
  padding-top: 30px;
}
@media (min-width: 640px) {
  .layout-copyright .container .menu {
    margin-top: 50px;
  }
}
.layout-copyright .container .menu li {
  margin-right: 25px;
}
.layout-internetmensen {
  background-color: #ffffff;
  margin-top: 0;
}
#cookie-notice {
  font-family: univia-pro, sans-serif !important;
}
#cookie-notice .cn-button {
  border-radius: 20px !important;
  padding: 12px 20px !important;
  transition: all 0.25s ease;
}
#cookie-notice .cn-button:hover {
  background-color: #0261ad !important;
}
