/* Base */
/* Colors*/
/* Form validations */
.admin-bar #header {
  top: 46px;
}
*:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
body {
  color: #252525;
  background: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: 'Open Sans', serif;
  line-height: 26px;
  font-size: 16px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-size: 1.5rem;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.main--title {
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
  margin: 0 0 1rem 0;
}
.sub--title {
  font-size: 1.75rem;
  color: #252525;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
.main--title_white,
.blog--title_white,
.sub--title_white {
  color: #ffffff;
}
.footer--title {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.striped--title:before {
  content: '';
  width: 3rem;
  height: 0.25rem;
  position: relative;
  background: #db2a3d;
  display: block;
  margin-bottom: 0.5rem;
}
/* End titles */
button,
.button,
input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  position: relative;
  font-weight: 600;
  padding: .5rem 1rem .5rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #252525;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  border: 0;
}
button a,
.button a,
input[type="submit"] a {
  color: #ffffff;
}
button.arrow,
.button.arrow,
input[type="submit"].arrow {
  padding: 0.5rem 2rem .5rem 2rem;
  position: absolute;
  left: -1rem;
  bottom: -2rem;
}
button.arrow:after,
.button.arrow:after,
input[type="submit"].arrow:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  vertical-align: middle;
  padding-left: 1rem;
  line-height: 0;
}
button.arrow:hover,
.button.arrow:hover,
input[type="submit"].arrow:hover {
  box-shadow: inset 0 0 0 1px #2f2c2c;
  background: #2f2c2c;
  color: #ffffff;
}
button:hover,
.button:hover,
input[type="submit"]:hover {
  background: #252525;
  color: #ffffff;
}
button:hover a,
.button:hover a,
input[type="submit"]:hover a {
  color: #ffffff;
  text-decoration: underline;
}
/* List items */
ul,
ol {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-position: inside;
  line-height: 2;
}
p {
  margin: 0 0 1rem 0;
}
a {
  text-decoration: none;
  color: #252525;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
  outline: none;
}
/* Images */
figure {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
figure img {
  width: 100%;
  height: auto;
  line-height: 0;
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
blockquote {
  margin: 0 0 0 2rem;
}
section {
  padding: 10px 0;
}
.section--center {
  text-align: center;
}
/* Form elements */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #252525;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent!important;
}
input,
textarea {
  outline: none;
  border: none;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  margin-bottom: 1rem;
  font-family: 'Open Sans', serif;
}
textarea {
  resize: none;
}
select {
  background: #ffffff url(../images/icons/arrow/arrow.svg) center right 0.5rem no-repeat;
  background-size: 1.5rem;
  box-sizing: border-box;
  padding: .5rem 2rem .5rem .75rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f2f2f2;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #252525;
  opacity: 0.4;
}
input:-moz-placeholder {
  color: #252525;
  opacity: 0.4;
}
input::-moz-placeholder {
  color: #252525;
  opacity: 0.4;
}
input:-ms-input-placeholder {
  color: #252525;
  opacity: 0.4;
}
textarea::-webkit-input-placeholder {
  color: #252525;
  opacity: 0.4;
}
textarea:-moz-placeholder {
  color: #252525;
  opacity: 0.4;
}
textarea::-moz-placeholder {
  color: #252525;
  opacity: 0.4;
}
textarea:-ms-input-placeholder {
  color: #252525;
  opacity: 0.4;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0 0 .25rem 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=number] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
input[type="submit"] {
  background: #252525;
  color: #ffffff;
  font-weight: 700;
  padding: 0.5rem 2rem .5rem 2rem;
  position: absolute;
  left: -1rem;
  bottom: -2rem;
}
input[type="submit"]:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  vertical-align: middle;
  padding-left: 1rem;
}
input[type="submit"]:hover {
  box-shadow: inset 0 0 0 1px #2f2c2c;
  background: #2f2c2c;
  color: #ffffff;
}
input[type="reset"] {
  background: #f2f2f2;
  color: #252525;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  border: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
textarea {
  border: 1px solid #f2f2f2;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  transition: all 0.5s ease-out;
  border-color: transparent;
}
input[aria-invalid='true'] {
  box-shadow: inset 0px 0px 0px 1px #ff8e8e;
  background-image: url(../images/icons/validation/error.svg);
  background-size: 1rem;
  background-position: center right 0.5rem;
  background-repeat: no-repeat;
  margin: 0 0 0.25rem 0;
}
hr {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  background: none;
  border: 0;
  border-top: 1px solid #eaeaea;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
/* Form elements WPCF7 */
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  margin-top: 0.25rem;
  display: block;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 0.85rem;
  font-weight: normal;
  display: block;
  font-weight: 700;
}
/* End form elements WPCF7 */
.wrapper {
  position: relative;
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.wrapper.page,
.wrapper.article {
  max-width: 768px;
}
.wrapper.featured__image {
  padding: 0;
  max-width: 1024px;
}
.aspect-ratio-placeholder__fill-slider {
  position: relative;
  padding-bottom: 56.28%;
  height: 0;
}
.aspect-ratio-placeholder__fill {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.flexbox--container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.button--container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
/* Header */
.scrolldown header#top {
  top: -40px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
}
.scrolldown #mobile--menu {
  padding: 4rem 0 0 0;
}
/* Header */
header#top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  color: #252525;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: ease .25s;
}
header#top #usps {
  background: #252525;
  color: #ffffff;
  padding: .25rem 0;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  /*}*/
}
header#top #usps ul {
  list-style: none;
  margin: 0;
}
header#top #usps ul li {
  display: none;
  padding: 0;
  font-size: 0.6875rem;
}
header#top #usps ul li:nth-of-type(1) {
  display: inline-block;
}
header#top #usps ul li i,
header#top #usps ul li svg {
  color: #00b900;
  margin-right: 0.75rem;
}
header#top .main--menu_container {
  padding: 1rem 0;
  /* mainmenu */
}
header#top .main--menu_container .logo {
  position: relative;
  top: 0.2rem;
  left: 0;
  width: 9rem;
  overflow: hidden;
  line-height: 0;
  float: left;
  display: inline-block;
}
header#top .main--menu_container .logo a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header#top .main--menu_container .logo a img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
header#top .main--menu_container nav {
  float: right;
  padding: 0;
  display: none;
}
header#top .main--menu_container nav ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  clear: none;
  background: none;
  padding: 0;
  border: 0;
}
header#top .main--menu_container nav ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}
header#top .main--menu_container nav ul li.button {
  background: transparent;
  color: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
header#top .main--menu_container nav ul li.button a {
  background: #00b900;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem 1.5rem;
}
header#top .main--menu_container nav ul li.button:hover a {
  background: #009600;
}
header#top .main--menu_container nav ul li.button.current_page_item > a {
  color: #ffffff;
}
header#top .main--menu_container nav ul li a {
  display: block;
  padding: 0;
  color: #252525;
  font-size: .9rem;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
header#top .main--menu_container nav ul li.active > a,
header#top .main--menu_container nav ul li.current_page_item > a {
  color: #252525;
}
header#top .main--menu_container nav ul li:hover > ul {
  display: block;
}
header#top .main--menu_container nav ul li ul {
  position: absolute;
  display: none;
  background: #ffffff;
  border: 1px solid #eaeaea;
  min-width: 12rem;
  border: 0;
  left: -1rem;
  margin: 0;
  padding: 1rem;
  z-index: 11;
}
header#top .main--menu_container nav ul li ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
header#top .main--menu_container nav ul li ul li:last-of-type {
  border: 0;
}
header#top .main--menu_container nav ul li ul li:last-of-type a {
  margin-bottom: 0;
}
header#top .main--menu_container nav ul li ul li a {
  font-size: .85rem;
  color: #4e4e4e;
  margin-bottom: .5rem;
}
header#top .main--menu_container nav ul li ul li a:hover {
  color: #252525;
}
/* End Header */
/* Mobile menu */
#mobile--menu {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: -100%;
  overflow-y: auto;
  z-index: 98;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  color: #ffffff;
  padding: 6rem 0 0 0;
  opacity: 0;
}
#mobile--menu.active {
  top: 0;
  background: rgba(0, 0, 0, 0.95);
  opacity: 1;
}
#mobile--menu a {
  color: #ffffff;
}
#mobile--menu div > ul {
  list-style: none;
  margin: 0;
  padding: 2rem 1rem;
}
#mobile--menu div > ul > li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #969696;
}
#mobile--menu div > ul > li.current-menu-item a {
  color: #db2a3d;
}
#mobile--menu div > ul > li.button {
  background: inherit;
}
#mobile--menu div > ul > li.button a {
  color: #00b900;
}
#mobile--menu div > ul > li:first-child {
  border-top: 0;
}
#mobile--menu div > ul > li > a {
  font-weight: 600;
}
#mobile--menu div > ul > li a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.15rem;
}
#mobile--menu div > ul > li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
#mobile--menu div > ul > li ul li {
  border-top: 1px solid #969696;
}
#mobile--menu div > ul > li ul li:first-child {
  border-top: 0;
}
#mobile--menu div > ul > li ul li a {
  font-size: 0.85rem;
  padding: 0.25rem 0;
}
/* End Mobile Menu */
/* Menu toggle */
#menu--toggle {
  display: block;
  position: absolute;
  right: 1rem;
  top: .75rem;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  z-index: 99999999;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#menu--toggle span,
#menu--toggle span:before,
#menu--toggle span:after {
  cursor: pointer;
  height: 4px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}
#menu--toggle span:before {
  top: -10px;
}
#menu--toggle span:after {
  bottom: -10px;
}
#menu--toggle.active span {
  background-color: transparent;
}
#menu--toggle.active span:before,
#menu--toggle.active span:after {
  top: 0;
}
#menu--toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu--toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* End Menu toggle */
/* Slider */
.flickity-page-dots {
  bottom: 2rem;
}
.flickity-page-dots .dot {
  border-radius: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #ffffff;
  opacity: 1;
  margin: 0 0.25rem;
}
.flickity-page-dots .dot.is-selected {
  background: #db2a3d;
}
.flickity-prev-next-button {
  padding: 0;
  background: #db2a3d;
}
.flickity-prev-next-button .flickity-button-icon {
  fill: #ffffff;
  height: 50%;
  top: 27%;
}
.flickity-button:disabled {
  opacity: 1;
  background: #f2f2f2;
}
.flickity-button:disabled .flickity-button-icon {
  fill: #252525;
}
#slider {
  height: 100%;
  background: #000;
  color: #ffffff;
  position: relative;
  height: 320px;
}
#slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#slider .carousel-cell .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#slider .carousel-cell .wrapper .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column-reverse;
}
#slider .carousel-cell .text--container {
  display: inline-block;
  margin: 4rem 0;
  position: relative;
  flex-basis: 100%;
}
#slider .carousel-cell .text--container .text--container_inner {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.75);
  color: #252525;
}
#slider .carousel-cell .text--container .text--container_inner h1,
#slider .carousel-cell .text--container .text--container_inner h2,
#slider .carousel-cell .text--container .text--container_inner h3,
#slider .carousel-cell .text--container .text--container_inner h4,
#slider .carousel-cell .text--container .text--container_inner h5,
#slider .carousel-cell .text--container .text--container_inner h6 {
  text-transform: uppercase;
  font-family: 'Montserrat', 'Open Sans', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}
#slider .carousel-cell .text--container .text--container_inner .button {
  position: absolute;
  bottom: -2rem;
  left: -1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #252525;
  color: #ffffff;
}
#slider .flexslider {
  position: relative;
  height: 100%;
}
#slider .flexslider .flex-viewport {
  height: 100%;
}
#slider .flexslider .flex-viewport ul.slides {
  height: 100%;
}
#slider .flexslider .flex-viewport ul.slides li {
  height: 100%;
}
#slider .flexslider .flex-viewport ul.slides li .wrapper {
  height: 100%;
}
#slider .flexslider ol.flex-control-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.5rem;
}
#slider .flexslider ol.flex-control-nav li {
  display: inline-block;
  line-height: 0;
}
#slider .flexslider ol.flex-control-nav li a {
  text-indent: -9999px;
  border-radius: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #ffffff;
  opacity: 1;
  margin: 0 0.25rem;
  display: inline-block;
}
#slider .flexslider ol.flex-control-nav li a.flex-active {
  background: #b8d1e0;
}
#slider .flexslider ul.flex-direction-nav li {
  position: absolute;
  top: 50%;
}
#slider .flexslider ul.flex-direction-nav li.flex-nav-prev {
  left: 1rem;
}
#slider .flexslider ul.flex-direction-nav li.flex-nav-next {
  right: 1rem;
}
/* End Slider */
/* Frontpage Blocks */
/*Half image half text*/
.half--image_half--text .text--container {
  flex-basis: 100%;
  background: #ffffff;
  order: 1;
  position: relative;
}
.half--image_half--text .image--container {
  flex-basis: 100%;
  background: #ffffff;
  order: 2;
  position: relative;
}
/*Half text half image*/
.half--text_half--image .text--container {
  flex-basis: 100%;
  background: #ffffff;
  order: 1;
  position: relative;
}
.half--text_half--image .image--container {
  flex-basis: 100%;
  background: #ffffff;
  order: 2;
  position: relative;
}
/*Half Image*/
.half--image .half--image_text {
  flex-basis: 100%;
  display: block;
  width: 100%;
  padding: 2rem 0;
}
.half--image .image--left,
.half--image .image--right {
  flex-basis: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
}
/*End Half Image*/
/*Imagebreak*/
.image--break .image--break_text {
  flex-basis: 100%;
  display: block;
  width: 100%;
}
.image--break .image--break_image {
  flex-basis: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
}
.image--break .image--break_image img {
  margin: 0 auto;
  display: block;
}
/*Imagebreak*/
/* Text + Form */
.text--form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text--form .row article {
  width: 64%;
  float: left;
  flex-basis: 64%;
  margin-right: 2.66%;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.text--form .row aside.sidebar {
  width: 31.33%;
  float: right;
  flex-basis: 31.33%;
  width: 100%;
  flex-basis: 100%;
}
.text--form .row aside.sidebar .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
  margin-bottom: 2rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* End Text + Form */
/* Accordion */
.accordion-container {
  margin: 1rem 0;
}
.accordion-container span.accordion {
  width: 100%;
  text-align: left;
  padding: .5rem 1rem;
  display: block;
  background: #ffffff;
  border: 0;
  font-weight: 500;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #252525;
  border-bottom: 1px solid #f2f2f2;
}
.accordion-container span.accordion:after {
  content: '+';
  float: right;
  margin-left: 1rem;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 1.25rem;
  color: #db2a3d;
}
.accordion-container span.accordion.active {
  background: #252525;
  color: #ffffff;
}
.accordion-container span.accordion.active:after {
  content: '-';
  color: #ffffff;
}
.accordion-container .panel {
  padding: 0 1rem;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: inset 0 0 0 1px #f2f2f2;
  width: 100%;
}
.accordion-container .panel p:first-of-type {
  padding: 1rem 0;
  margin: 0;
}
/* Reviews */
.reviews {
  background: #f2f2f2;
  padding: 50px 0 20px 0;
  margin-top: 20px;
}
.reviews .review--slider {
  overflow: hidden;
}
.reviews .slick-slide {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  height: 100%;
  background: #ffffff;
}
.reviews .review--container {
  position: relative;
}
.reviews .review--container .review_inner {
  padding: 1rem;
}
.reviews .review--container .review_inner .review--top .review--image {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  background-size: cover;
  border-radius: 100%;
}
.reviews .review--container .review_inner .review--top .review--image figure {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.reviews .review--container .review_inner .review--top .review--image figure img {
  line-height: 0;
  border-radius: 100%;
}
.reviews .review--container .review_inner .review--top .review--meta {
  display: inline-block;
  padding: 0 1rem;
  vertical-align: top;
}
.reviews .review--container .review_inner .review--top .review--meta h3 {
  text-transform: capitalize;
  font-size: 1.25rem;
  margin: 0;
}
/* Breadcrumb */
.breadcrumbs {
  padding: 1rem 0;
  color: #252525;
  font-size: .9rem;
}
.breadcrumbs span {
  color: #252525;
}
.breadcrumbs span i,
.breadcrumbs span svg {
  font-size: 0.65rem;
  margin: 0 0.25rem;
  vertical-align: baseline;
}
.breadcrumbs span a {
  color: #717171;
}
.breadcrumbs span a:hover {
  text-decoration: underline;
}
#imageheader {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.archive {
  background: black;
}
/* Featured Image */
.featured--image {
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
.featured--image .featured--image-source {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 0.85rem;
}
/* Big card */
.big--card {
  margin-bottom: 2rem;
  flex-basis: 100%;
  margin-right: 0;
}
.big--card .big--card_thumbnail {
  overflow: hidden;
  position: relative;
}
.big--card .big--card_thumbnail figure {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.big--card .big--card_thumbnail figure img {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.big--card .big--card_thumbnail:hover figure img {
  transform: scale(1.05);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.big--card .big--card_summary {
  padding: 0 1rem;
  position: relative;
}
.big--card .big--card_summary .big--card_info {
  color: #ffffff;
  font-weight: 700;
  padding: 0.5rem 0;
}
.big--card .big--card_summary .big--card_info .big--card_date {
  position: relative;
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin: 0;
  top: inherit;
}
.big--card .big--card_summary .big--card_info .big--card_category,
.big--card .big--card_summary .big--card_info .big--card_category a {
  color: #db2a3d;
}
.big--card .big--card_summary .big--card_info .big--card_category ul,
.big--card .big--card_summary .big--card_info .big--card_category a ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.big--card .big--card_summary .big--card_info .big--card_category ul li,
.big--card .big--card_summary .big--card_info .big--card_category a ul li {
  display: inline-block;
}
.big--card .big--card_summary .big--card_title a {
  color: #ffffff;
}
.big--card .big--card_summary a.more--info {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.big--card .big--card_summary a.more--info:hover {
  color: #db2a3d;
}
.big--card .big--card_summary a.more--info:hover:after {
  margin-left: 0.65rem;
}
.big--card .big--card_summary a.more--info:after {
  content: '>';
  display: inline-block;
  margin-left: 0.5rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* End bigcard*/
/* Page */
.titel--container {
  margin-bottom: 1rem;
}
.titel--container .main--title {
  margin-bottom: 0;
}
.titel--container .sub--title {
  font-size: 1.25rem;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.row article.page {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0;
}
.row .sidebar {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.row .sidebar .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  margin-bottom: 2rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.row .sidebar .sticky h3 {
  margin-bottom: .25rem;
}
.row .sidebar .sticky div.wpcf7 {
  padding: 1rem 1rem 2rem 1rem;
  background: #b8d1e0;
  position: relative;
  margin-bottom: 30px;
}
.row .sidebar .sticky div.wpcf7 label {
  font-size: .85rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.row .sidebar .sticky div.wpcf7 p {
  margin: 0 0 0.25rem 0;
}
.row .sidebar .sticky div.wpcf7 .wpcf7-form-control {
  display: block;
  width: 100%;
}
.row .sidebar .sticky div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  line-height: 2;
}
.row .sidebar .sticky div.wpcf7 .wpcf7-not-valid-tip {
  font-family: 'Open Sans', serif;
  text-transform: initial;
}
.diensten {
  background: #b8d1e0;
  padding: 50px 0 20px 0;
}
.dienst_container {
  background: #ffffff;
  float: left;
  display: inline-block;
  position: relative;
  flex-basis: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 4rem;
}
.dienst_container:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.dienst_container .dienst_container_inner {
  padding: 40px 20px;
}
.dienst_container .dienst_container_inner h3 {
  text-transform: uppercase;
  margin: 0;
}
.dienst_container .dienst_container_inner .dienst_price {
  font-weight: 700;
  font-size: 1.05rem;
}
.dienst_container .dienst_container_inner ul {
  list-style: none;
  margin: 1rem 0;
}
.dienst_container .dienst_container_inner ul li {
  border-bottom: 1px solid #f2f2f2;
	display: flex;
	    align-items: flex-start;
}
.dienst_container .dienst_container_inner ul li span {
    vertical-align: top;
    flex-basis: calc(100% - 20px);
}

.dienst_container .dienst_container_inner i,
.dienst_container .dienst_container_inner svg {
  color: #00b900;
  margin-right: 0.75rem;
  width: 1rem;
  flex-basis: 20px;
  margin-top: 9px;
}
.dienst_container .dienst_container_inner i.fa-times,
.dienst_container .dienst_container_inner svg.fa-times {
  color: #db2a3d;
}
ul.slick-dots {
  position: relative;
  list-style: none;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
}
ul.slick-dots li.slick-active button {
  background: #b8d1e0;
}
ul.slick-dots li button {
  text-indent: -9999px;
  width: 40px;
  height: 4px;
  display: inline-block;
  padding: 0;
  background: #252525;
  border: 0;
}
ol.flex-control-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.5rem;
}
ol.flex-control-nav li {
  display: inline-block;
  line-height: 0;
}
ol.flex-control-nav li a {
  text-indent: -9999px;
  border-radius: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #ffffff;
  opacity: 1;
  margin: 0 0.5rem;
  display: inline-block;
}
ol.flex-control-nav li a.flex-active {
  background: #b8d1e0;
}
.team-lid {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.team-lid:hover img {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.team-lid:hover img.image--hover {
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.team-lid img {
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.team-lid img.image--hover {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.teamlid:hover .teamlid-front {
  z-index: 1;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.teamlid:hover .teamlid-back {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.teamlid {
  min-height: 420px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.teamlid .teamlid-front {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 !important;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.teamlid .teamlid-front .onze--trainers_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b8d1e0;
  text-align: center;
  padding: 0.5rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
}
.teamlid .teamlid-back {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  padding: 1rem;
  box-shadow: 0 0 2px 0 #f2f2f2;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.onze--trainers .onze--trainers_carousel {
  overflow: hidden;
}
.onze--trainers .slick-slide {
  display: inline-block;
  margin-right: 2rem;
  padding: 1rem;
  vertical-align: top;
}
.onze--trainers .onze--trainers_image {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.onze--trainers .onze--trainers_image img {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
}
.onze--trainers .onze--trainers_image .aspect-ratio-placeholder__fill {
  padding-bottom: 150%;
}
.onze--trainers .onze--trainers_container {
  display: inline-block;
  font-family: 'Open Sans', serif;
}
.onze--trainers .onze--trainers_container .onze--trainers_top {
  margin-bottom: 1rem;
  border-bottom: 1px solid #b8d1e0;
  padding-bottom: 0.5rem;
}
.onze--trainers .onze--trainers_container .onze--trainers_top .onze--trainers_title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.15rem;
  font-family: 'Montserrat';
}
.onze--trainers .onze--trainers_container .onze--trainers_vestiging {
  margin-bottom: 1rem;
}
.onze--trainers .onze--trainers_container span {
  display: block;
}
.quote--container {
  padding: 4rem 0 2rem 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quote--container:before {
  content: '';
  display: block;
  background: black;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.quote--container .quote--container_text {
  font-size: 1.5rem;
  color: #ffffff;
  position: relative;
  padding: 1rem 0;
  font-weight: 700;
  width: 100%;
}
.quote--container .quote--container_text p {
  line-height: 1.5;
}
.quote--container .quote--container_text:before {
  content: '';
  display: block;
  width: 10rem;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
}
.e {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.e .line {
  width: 300px;
  height: 50px;
  background: #b8d1e0;
  display: block;
  margin-bottom: 1rem;
}
main#content {
  margin: 7.25rem 0 0 0;
}
/* IMG + TXT */
.text--text .text--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.text--text .text--container:last-of-type {
  margin-bottom: 0;
}
/* Single */
article.single {
  padding: 6rem 0 2rem 0;
  background: #ffffff;
}
article.single .post-meta {
  font-size: 0.65rem;
  padding: 1rem 0;
}
article.single .post-meta li {
  display: inline-block;
  margin-right: 0.5rem;
}
article.single a {
  text-decoration: underline;
}
.related {
  background: #f2f2f2;
}
.related .big__card {
  width: 100%;
  min-width: 100%
      margin: 0;
}
.related .big__card .big__card-thumbnail:before {
  box-shadow: inset 0 0 0 20px #f2f2f2;
}
.featured__image-container {
  margin: 0 0 1rem 0;
  padding: 0;
  height: auto;
  position: relative;
}
.featured__image-container img {
  width: 100%;
  height: auto;
}
.featured__image-container .featured__image-source {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 0.75rem;
  color: white;
  text-shadow: 1px 1px 1px #252525;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 0;
}
.row article.single {
  color: #252525;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 1em 0 0;
}
.row article.single ul.post-meta {
  margin-bottom: 1rem;
}
.row article.single ul.post-meta li {
  display: inline;
  font-weight: 700;
}
.row article.single ul.post-meta li a {
  display: none;
  color: #9a9a9a;
  text-decoration: underline;
}
.row article.single ul.post-meta li a:first-of-type {
  display: inline-block;
}
.row article.single figure {
  padding: 0;
  margin: 0 0 1rem 0;
  text-align: center;
}
.row article.single .fb-like {
  margin: 0.5rem 0;
}
/* End single */
/* WPCF7 */
div.wpcf7 {
  padding: 1rem 1rem 2rem 1rem;
  background: #b8d1e0;
  position: relative;
  margin-bottom: 30px;
}
div.wpcf7 form span.wpcf7-list-item {
  margin: 0;
  padding: 0 0.5rem 0 0;
}
div.wpcf7 label {
  font-size: .85rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
div.wpcf7 p {
  margin: 0 0 0.25rem 0;
}
div.wpcf7 .wpcf7-form-control {
  display: block;
  width: 100%;
}
div.wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  line-height: 2;
}
div.wpcf7 .wpcf7-not-valid-tip {
  font-family: 'Open Sans', serif;
  text-transform: initial;
}
.instagram {
  padding: 0;
  
}

.instagram ul {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.instagram ul li {
	display: inline-block;
    width: 20%;
}


/* Footer */
#consult--toggle {
  display: block;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  background: #00b900;
  color: #ffffff;
  bottom: 2.3rem;
  z-index: 97;
  padding: 0.625rem 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  width: 65%;
}
#consult--toggle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#consult--toggle ul li {
  padding: 0;
  margin: 0;
}
#consult--toggle ul li a {
  color: #ffffff;
}
#consult--toggle:hover {
  background: #009600;
}
footer {
  background: #2E2E2E;
  color: #ffffff;
  font-size: 1rem;
  padding: 4rem 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: block;
}
footer ul li .sub-menu {
  display: none;
}
footer .footer--middle {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
footer .footer--middle h1,
footer .footer--middle h2,
footer .footer--middle h3,
footer .footer--middle h4,
footer .footer--middle h5 {
  font-size: 1.15rem;
  color: #B1B1B1;
  margin-bottom: 0.5rem;
}
footer .footer--middle .footer--description {
  flex-basis: 46%;
  margin-right: 4%;
  flex-basis: 100%;
  margin-right: 0;
}
footer .footer--middle .footer--description p {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
footer .footer--middle .footer--description a {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer--middle .footer--menu {
  flex-basis: 100%;
  margin-right: 0;
  margin-top: 1rem;
}
footer .footer--middle .footer--menu ul li a {
  color: #ffffff;
  margin: 0;
  text-decoration: underline;
}
footer .footer--middle .footer--menu ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer--middle .footer--menu ul li.button {
  background: transparent;
  padding: 0;
  margin: 0;
}
footer .footer--middle .footer--menu ul li.button a {
  color: #00b900;
}
footer .footer--middle .footer--menu ul li ul {
  margin: 0 0 1rem 1rem;
}
footer .footer--copyright {
  padding: 1rem 0;
}
footer .footer--copyright span {
  margin-right: 1rem;
  font-weight: 700;
}
footer .footer--copyright .menu-copyright-menu-container {
  display: inline-block;
}
footer .footer--copyright .menu-copyright-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer--copyright .menu-copyright-menu-container ul li {
  display: inline-block;
  margin-right: 0.5rem;
}
/* ANIMATIONS */
[data-row] {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
[data-row].in-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slidedown {
  animation: slidedown 0.75s ease;
  -webkit-animation: slidedown 0.75s ease;
}
@keyframes slidedown {
  from {
    transform: translateY(-4.5rem);
  }
  50% {
    transform: translateY(0.23rem);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes slidedown {
  from {
    -webkit-transform: translateY(-4.5rem);
  }
  50% {
    -webkit-transform: translateY(0.23rem);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
.popout {
  animation: popout 0.5s ease;
  -webkit-animation: popout 0.5s ease;
}
@keyframes popout {
  from {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
/* External */
#grid {
  width: 100%;
}
#grid .component {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
#grid .inner-grid {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  min-height: 8rem;
  box-shadow: inset 0px 0px 0 1px #f2f2f2;
}
#grid .inner-grid h2 {
  line-height: 2rem;
  font-size: 1rem;
}
#grid .grid {
  float: left;
}
#grid .grid .image {
  -webkit-box-flex: 9999;
  -ms-flex-positive: 9999;
  flex-grow: 9999;
  min-height: 100vw;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 0 1px #f2f2f2;
}
#grid .row__top {
  padding-bottom: 1rem;
}
#grid .row__top .grid:nth-of-type(1) {
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
#grid .row__top .grid:nth-of-type(1) .inner-grid h2 {
  line-height: 2rem;
  width: 60%;
  width: 100%;
}
#grid .row__top .grid:nth-of-type(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  margin-top: 1rem;
}
#grid .row__top .grid:nth-of-type(2) .button {
  background: #252525;
}
#grid .row__bottom {
  padding-bottom: 2rem;
}
#grid .row__bottom .grid:nth-of-type(1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
#grid .row__bottom .grid:nth-of-type(1) .button {
  background: #252525;
}
#grid .row__bottom .grid:nth-of-type(2) {
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 1rem;
}
#grid .row__bottom .grid:nth-of-type(2) .inner-grid h2 {
  line-height: 2rem;
  width: 60%;
  width: 100%;
}
#blockstructure {
  background: #ffffff;
  margin: 5rem 0;
}
#blockstructure .blockstructure--block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
#blockstructure .blockstructure--block:last-of-type:after {
  content: url('../images/elite-e.svg');
  width: 300px;
  height: 190px;
  position: absolute;
  right: -1rem;
  bottom: -2.2rem;
  z-index: -1;
}
#blockstructure .blockstructure--block .blockstructure--image {
  flex-basis: 100%;
  order: 1;
  position: relative;
  line-height: 0;
}
#blockstructure .blockstructure--block .blockstructure--text {
  flex-basis: 100%;
  background: #ffffff;
  order: 2;
  position: relative;
}
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner {
  padding: 1rem;
  position: relative;
}
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner.button--padding {
  padding: 1rem 2rem 2rem 1rem;
}
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner .button.arrow {
  z-index: 1;
  bottom: -1.5rem;
}
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner h1,
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner h2,
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner h3,
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner h4,
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner h5 {
  font-size: 1.5rem;
  font-family: 'Source Serif Pro', serif;
  margin-bottom: 0.5rem;
}
#blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--image {
  order: 1;
}
#blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--text {
  order: 1;
}
@media screen and (min-width: 768px) {
  #blockstructure .blockstructure--block {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #blockstructure .blockstructure--block .blockstructure--image {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    flex-basis: 50%;
  }
  #blockstructure .blockstructure--block .blockstructure--text {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    flex-basis: 50%;
  }
  #blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--image {
    order: 2;
  }
  #blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--text {
    order: 1;
  }
}
#blocks {
  background: #f2f2f2;
  padding: 1rem 0;
}
#blocks .block {
  width: 100%;
  min-width: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
  order: 1;
  position: relative;
  background-color: #ffffff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#blocks .block:hover {
  background: #db2a3d;
  color: #ffffff;
}
#blocks .block:hover h3,
#blocks .block:hover a,
#blocks .block:hover p {
  color: #ffffff;
}
#blocks .block:hover .button {
  background: #ffffff;
  color: #db2a3d;
}
#blocks .block.stick--bottom .block--text .block--text_inner {
  padding: 2rem 2rem 4rem 2rem;
}
#blocks .block.stick--bottom .block--text .block--text_inner .button {
  position: absolute;
  bottom: 1rem;
}
#blocks .block .block--image {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#blocks .block .block--image img {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#blocks .block .block--text .block--text_inner {
  padding: 2rem;
}
@media screen and (min-width: 568px) {
  #blocks {
    padding: 2rem 0;
  }
  #blocks .block {
    width: 49%;
    min-width: 49%;
    flex-basis: 49%;
    margin-right: 2%;
  }
  #blocks .block:nth-of-type(even) {
    margin-right: 0;
  }
  #blocks .block:hover {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 3;
    box-shadow: 0 0 0 1rem #db2a3d;
  }
}
@media screen and (min-width: 1024px) {
  #blocks .flexbox--container {
    margin-top: -6em;
  }
  #blocks .block {
    width: 25%;
    min-width: 24.9%;
    flex-basis: 24.9%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #blocks .block.stick--bottom .block--text .block--text_inner {
    padding: 2rem 2rem 8rem 2rem;
  }
  #blocks .block.stick--bottom .block--text .block--text_inner h3 {
    min-height: 4.5rem;
  }
  #blocks .block.stick--bottom .block--text .block--text_inner .button {
    bottom: 2rem;
  }
  #blocks .block:nth-of-type(even) {
    margin-right: 0;
  }
  #blocks .block:nth-of-type(4n) {
    margin-right: 0;
  }
}
.half--half {
  padding: 0;
}
.half--half .flexbox--container {
  justify-content: space-between;
}
.half--half .half--container {
  width: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  min-height: 250px;
  display: inline-flex;
  margin-top: 20px;
}
.half--half .half--container.left--container {
  float: left;
}
.half--half .half--container.right--container {
  float: right;
}
.half--half .half--container.text--left {
  text-align: left;
}
.half--half .half--container.text--center {
  text-align: center;
}
.half--half .half--container.text--right {
  text-align: right;
}
.half--half .half--container.align--bottom {
  align-items: flex-start;
}
.half--half .half--container.align--middle {
  align-items: center;
}
.half--half .half--container.align--bottom {
  align-items: flex-end;
}
.half--half .half--container.style--wit {
  background-color: #ffffff;
  color: #252525;
  padding: 20px;
}
.half--half .half--container.style--wit h1,
.half--half .half--container.style--wit h2,
.half--half .half--container.style--wit h3,
.half--half .half--container.style--wit h4,
.half--half .half--container.style--wit h5,
.half--half .half--container.style--wit h6 {
  color: #252525;
}
.half--half .half--container.style--grijs {
  background-color: #FAFAFA;
  color: #252525;
  padding: 20px;
}
.half--half .half--container.style--blauw {
  background-color: #b8d1e0;
  color: #252525;
  padding: 20px;
}
.half--half .half--container.style--zwart {
  background-color: #252525;
  color: #ffffff;
  padding: 20px;
}
.half--half .half--container.style--zwart h1,
.half--half .half--container.style--zwart h2,
.half--half .half--container.style--zwart h3,
.half--half .half--container.style--zwart h4,
.half--half .half--container.style--zwart h5,
.half--half .half--container.style--zwart h6 {
  color: #ffffff;
}
.half--half .half--container.style--achtergrond {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.half--half .half--container.style--image_content {
  position: relative;
}
.half--half .half--container.style--image_content .content_inner {
  color: #ffffff;
  padding: 20px 40px;
  z-index: 3;
	width: 100%;
}
.half--half .half--container.style--image_content .content_inner h1,
.half--half .half--container.style--image_content .content_inner h2,
.half--half .half--container.style--image_content .content_inner h3,
.half--half .half--container.style--image_content .content_inner h4,
.half--half .half--container.style--image_content .content_inner h5,
.half--half .half--container.style--image_content .content_inner h6 {
  color: #ffffff;
}
.half--half .half--container.style--image_content .content_inner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.half--half .half--container.style--image_content .content_inner .button,
.half--half .half--container.style--image_content .content_inner button {
  background: transparent;
  padding: 0;
}
.half--half .half--container.style--image_content:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.full {
  padding: 0;
}
.full .full--container {
  width: 100%;
  flex-basis: 100%;
  box-sizing: border-box;
  min-height: 250px;
  display: inline-flex;
  margin-top: 20px;
}
.full .full--container.text--left {
  text-align: left;
}
.full .full--container.text--center {
  text-align: center;
}
.full .full--container.text--right {
  text-align: right;
}
.full .full--container.align--bottom {
  align-items: flex-start;
}
.full .full--container.align--middle {
  align-items: center;
}
.full .full--container.align--bottom {
  align-items: flex-end;
}
.full .full--container.style--wit {
  background-color: #ffffff;
  color: #252525;
  padding: 20px;
}
.full .full--container.style--wit h1,
.full .full--container.style--wit h2,
.full .full--container.style--wit h3,
.full .full--container.style--wit h4,
.full .full--container.style--wit h5,
.full .full--container.style--wit h6 {
  color: #252525;
}
.full .full--container.style--grijs {
  background-color: #FAFAFA;
  color: #252525;
  padding: 20px;
}
.full .full--container.style--blauw {
  background-color: #b8d1e0;
  color: #252525;
  padding: 20px;
}
.full .full--container.style--zwart {
  background-color: #252525;
  color: #ffffff;
  padding: 20px;
}
.full .full--container.style--zwart h1,
.full .full--container.style--zwart h2,
.full .full--container.style--zwart h3,
.full .full--container.style--zwart h4,
.full .full--container.style--zwart h5,
.full .full--container.style--zwart h6 {
  color: #ffffff;
}
.full .full--container.style--achtergrond {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full .full--container .content_inner {
  padding: 10px 40px;
  margin: 0 auto;
	width: 100%;
}
.full .full--container.style--image_content {
  position: relative;
}
.full .full--container.style--image_content .content_inner {
  color: #ffffff;
  padding: 10px 40px;
  z-index: 3;
  margin: 0 auto;
}
.full .full--container.style--image_content .content_inner h1,
.full .full--container.style--image_content .content_inner h2,
.full .full--container.style--image_content .content_inner h3,
.full .full--container.style--image_content .content_inner h4,
.full .full--container.style--image_content .content_inner h5,
.full .full--container.style--image_content .content_inner h6 {
  color: #ffffff;
}
.full .full--container.style--image_content .content_inner p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.full .full--container.style--image_content .content_inner .button,
.full .full--container.style--image_content .content_inner button {
  background: transparent;
  padding: 0;
}
.full .full--container.style--image_content:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .half--half .flexbox--container {
    justify-content: space-between;
  }
  .half--half .half--container {
    width: calc( 50% - 10px);
    flex-basis: calc( 50% - 10px);
    min-height: 400px;
  }
  .full .full--container {
    min-height: 400px;
  }
}
#partners {
  background: #ffffff;
  padding: 5rem 0;
}
#partners .main-carousel {
  padding: 0 2rem;
}
#partners .flickity-prev-next-button {
  padding: 0;
  background: #db2a3d;
}
#partners .flickity-prev-next-button .flickity-button-icon {
  fill: #ffffff;
  height: 50%;
  top: 27%;
}
#partners .flickity-button:disabled {
  opacity: 1;
  background: #f2f2f2;
}
#partners .flickity-button:disabled .flickity-button-icon {
  fill: #252525;
}
#partners .partner--image {
  width: 300px;
  height: 200px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  text-align: center;
}
#partners .partner--image img {
  width: auto;
  height: inherit;
}
