:root {
  --black: #000000;
  --yellow: #d4fd3c;
  --white: #ffffff;
  --blue: #001e3c;
  --herstel: #00D2BE;
  --wordfit: #007DFA;
  --presteer: #FF5E65;
  --b1-font-family: "DINPro-Light", Helvetica;
  --b1-font-weight: 300;
  --b1-font-size: 20px;
  --b1-letter-spacing: 0px;
  --b1-line-height: 30px;
  --b1-font-style: normal;
  --h2-font-family: "DINPro-Regular", Helvetica;
  --h2-font-weight: 400;
  --h2-font-size: 50px;
  --h2-letter-spacing: 0px;
  --h2-line-height: 60px;
  --h2-font-style: normal;
  --h3-font-family: "DINPro-Regular", Helvetica;
  --h3-font-weight: 400;
  --h3-font-size: 36px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 36px;
  --h3-font-style: normal;
  --h4-font-family: "DINPro-Light", Helvetica;
  --h4-font-weight: 300;
  --h4-font-size: 30px;
  --h4-letter-spacing: 0px;
  --h4-line-height: 36px;
  --h4-font-style: normal;
  --b1-mobile-font-family: "DINPro-Light", Helvetica;
  --b1-mobile-font-weight: 300;
  --b1-mobile-font-size: 32px;
  --b1-mobile-letter-spacing: 0px;
  --b1-mobile-line-height: 40px;
  --b1-mobile-font-style: normal;
  --h1-mobile-font-family: "DINPro-Bold", Helvetica;
  --h1-mobile-font-weight: 700;
  --h1-mobile-font-size: 75px;
  --h1-mobile-letter-spacing: 0px;
  --h1-mobile-line-height: 70px;
  --h1-mobile-font-style: normal;
  --h1-font-family: "DINPro-Bold", Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 75px;
  --h1-letter-spacing: 0px;
  --h1-line-height: 70px;
  --h1-font-style: normal;
  --collection-1-color: #d4fd3c;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "DINPro";
  src: url("/front/fonts/FF_DIN_Pro_Bold.otf") format("opentype");
  font-weight: 600;
}
.graybg {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 799px) {
  .mobilegraybg {
    background-color: #f2f2f2;
  }
}
.darkblue {
  background-color: #391B51;
  color: #ffffff;
}
.darkblue .btn-holder {
  margin-bottom: 20px;
}
.blue {
  background-color: #D0ADED;
}
.aqua {
  background-color: #E8F9FD;
}
.green {
  background-color: #6F9F69;
  color: #ffffff;
}
.green *,
.darkblue * {
  color: #ffffff;
}
.radius20 {
  border-radius: 25px;
}
@media only screen and (max-width: 799px) {
  .radius20 {
    border-radius: 20px;
  }
}
.whiteradius {
  background-color: #ffffff;
  border-radius: 25px;
}
@media only screen and (max-width: 799px) {
  .whiteradius {
    border-radius: 20px;
  }
}
.yellowradius {
  background-color: var(--yellow);
  border-radius: 25px;
}
@media only screen and (max-width: 799px) {
  .yellowradius {
    border-radius: 20px;
  }
}
.smallpaddingtop {
  padding-top: 25px !important;
}
@media only screen and (max-width: 799px) {
  .smallpaddingtop {
    padding-top: 20px !important;
  }
}
.smallpaddingbottom {
  padding-bottom: 25px !important;
}
@media only screen and (max-width: 799px) {
  .smallpaddingbottom {
    padding-bottom: 20px !important;
  }
}
.bigpaddingtop {
  padding-top: 212.5px !important;
}
@media only screen and (max-width: 799px) {
  .bigpaddingtop {
    padding-top: 20px !important;
  }
}
.nopaddingtop {
  padding-top: 0 !important;
}
.paddingtop {
  padding-top: 87.5px !important;
}
@media only screen and (max-width: 799px) {
  .paddingtop {
    padding-top: 40px !important;
  }
}
.paddingbottom {
  padding-bottom: 87.5px !important;
}
@media only screen and (max-width: 799px) {
  .paddingbottom {
    padding-bottom: 40px !important;
  }
}
.bigpaddingbottom {
  padding-bottom: 237.5px !important;
}
@media only screen and (max-width: 799px) {
  .bigpaddingbottom {
    padding-bottom: 150px !important;
  }
}
#abutton {
  position: fixed;
  left: 20px;
  bottom: 25px;
  width: 60px;
  border: 0px solid darkred;
  cursor: pointer;
  z-index: 999999;
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 400;
  width: 70%;
  border-radius: 30px;
  line-height: 46px;
  text-align: center;
  padding: 1px 4px 5px;
  display: none;
}
@media only screen and (min-width: 800px) {
  #abutton {
    display: none;
    z-index: 999999;
  }
}
@media only screen and (max-width: 799px) {
  #abutton {
    font-size: 17px;
  }
}
.menu-opened #abutton {
  display: none;
}
.svgmenu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 60px;
  width: 60px;
  border: 0px solid darkred;
  cursor: pointer;
  z-index: 999999;
}
@media only screen and (min-width: 800px) {
  .svgmenu {
    display: none;
    z-index: 999999;
  }
}
.svgmenu img:nth-child(1) {
  opacity: 1;
  position: relative;
  top: 0;
}
.svgmenu img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.menu-opened .svgmenu img:nth-child(1) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.menu-opened .svgmenu img:nth-child(2) {
  opacity: 1;
  position: relative;
  top: 0;
}
.svgmenu {
  z-index: 9999;
}
#nav ul {
  list-style: inside none none;
}
#nav {
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 100;
  padding-right: 56.25px;
}
@media only screen and (max-width: 799px) {
  #nav {
    display: none;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    z-index: 9000;
    height: 100%;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 800px) {
  #nav ul {
    border-top: 0;
  }
}
#nav ul li {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 800px) {
  #nav ul li {
    display: inline-block;
    margin-left: 0px;
  }
}
#nav ul li a {
  height: 100%;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
  color: #000000;
  font-size: 17.5px;
  line-height: 63.75px;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 799px) {
  #nav ul li a {
    height: auto;
    line-height: 24px;
    padding: 16px 50px;
    font-size: 24px;
    display: block;
    text-align: left;
    font-weight: 400;
  }
  #nav ul li a:hover {
    background-color: var(--yellow);
  }
}
#nav ul li.active a {
  font-weight: 500;
}
@media only screen and (max-width: 799px) {
  .langholder {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 800px) {
  .langholder a:hover {
    color: var(--yellow) !important;
  }
}
.langholder a:after {
  display: none !important;
}
.langholder a:before {
  font-weight: 500;
  color: var(--black) !important;
}
.langholder .en:before {
  content: 'NL | ';
}
.langholder .nl:before {
  content: 'EN | ';
}
@media only screen and (min-width: 800px) {
  #nav ul li a:after {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    height: 92.5px;
    top: 77.5px;
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
  }
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-122.5px);
  }
  30% {
    transform: translateY(-65px);
  }
  100%,
  50%,
  80% {
    transform: translateY(-92.5px);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-122.5px);
  }
  30% {
    transform: translateY(-65px);
  }
  100%,
  50%,
  80% {
    transform: translateY(-92.5px);
  }
}
#nav ul li a:hover:after {
  cursor: pointer;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -moz-animation-name: bounce;
}
@media only screen and (max-width: 799px) {
  .menu-opened #nav {
    opacity: 1;
    left: 0;
    display: block;
  }
  .menu-opened .logo {
    display: none;
  }
  .menu-opened.menu-closed #nav {
    opacity: 0.1 !important;
    left: 0;
  }
}
/* header image */
.cookiebar {
  background-color: #ffffff;
  background-position: 10px center;
  background-size: 37.5px;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99999;
  width: 68%;
  left: 50%;
  margin-left: -34%;
  opacity: 1;
  bottom: 150px;
  display: none;
  padding: 12.5px 125px 12.5px 60px;
  border-radius: 50px;
  box-shadow: 1px 1px 20px #aaaaaa;
  text-align: center;
}
.cookiebar span {
  font-size: 20px;
  line-height: 22.5px;
}
@media only screen and (max-width: 799px) {
  .cookiebar span {
    font-size: 13px;
    line-height: 17px;
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar {
    width: 90%;
    left: 5%;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 10px;
    background-size: 25px;
    background-position: 10px 15px;
  }
}
.cookiebar .btn {
  cursor: pointer;
}
@media only screen and (min-width: 800px) {
  .cookiebar .btn {
    position: absolute;
    right: 6.25px;
    top: 5px;
    min-width: 62.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6.25px;
    padding-bottom: 6.25px;
    font-size: 20px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar .btn {
    position: relative;
    display: block;
    margin: 10px auto 4px;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 5px 10px;
    min-width: 50px;
    max-width: 60px;
    width: auto;
  }
}
.header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--notyellow);
}
.home00 .header-image .container {
  height: 1125px !important;
  width: inherit;
}
@media only screen and (max-width: 799px) {
  .home00 .header-image .container {
    height: 274px !important;
  }
}
.header-image .container {
  height: 860px;
  width: 985px;
}
@media only screen and (max-width: 799px) {
  .header-image .container {
    height: 305px;
    width: auto;
  }
}
.header-image .container .header-text {
  position: absolute;
  top: 291.25px;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
}
@media only screen and (max-width: 799px) {
  .header-image .container .header-text {
    top: 64px;
    left: 0px;
    font-size: 20px;
    line-height: 30px;
    width: auto;
    font-weight: 400;
  }
}
@media only screen and (max-width: 799px) {
  .search-holder .container {
    height: 120px;
    /* 270 */
    margin-bottom: 30px;
  }
}
.search {
  width: 100%;
  border-radius: 12.5px;
  box-shadow: 0px 6px 21px #00000029;
  background-color: #ffffff;
  position: absolute;
  bottom: 62.5px;
  padding: 32.5px 37.5px;
}
@media only screen and (max-width: 799px) {
  .search {
    border-radius: 10px;
    padding: 18px 18px 0 18px;
  }
}
.search .search-title {
  color: #707070;
  font-weight: 800;
  font-size: 45px;
  line-height: 52.5px;
  display: block;
  padding-bottom: 20px;
}
@media only screen and (max-width: 799px) {
  .search .search-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 800px) {
  .search .searchgrid {
    display: grid;
    width: 100%;
    justify-content: space-between;
    gap: 5%;
    grid-template-columns: 2fr repeat(2, 1fr) 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3%;
  }
}
.search select,
.search button {
  background-color: var(--blue);
  color: #ffffff;
  border: 0;
  font-size: 37.5px;
  line-height: 43.75px;
  font-weight: 300;
  padding: 25px;
  border-radius: 4px;
  width: 100%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url('/front/images/arrow-down.svg');
  background-position: 90% center;
  background-size: 40px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 799px) {
  .search select,
  .search button {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 7px;
    margin-bottom: 15px;
    background-size: 20px;
    background-position: 94% center;
  }
}
.search select option,
.search button option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.search button {
  text-align: left;
  background-image: none;
  position: relative;
}
.search button:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url('/front/images/arrow-down.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 27.5px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 799px) {
  .search button:after {
    width: 22px;
    height: 22px;
    right: 15px;
  }
}
.slideritem {
  width: 100%;
  height: 500px;
  height: 1187.5px !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.caseheadholder {
  padding-top: 300px !important;
}
@media only screen and (max-width: 799px) {
  .caseheadholder {
    padding-top: 100px !important;
  }
}
.caseheadholder .btn-holder {
  margin-top: 0;
}
.mixin {
  width: 1440;
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .mixin {
    width: 1440 / 1400;
  }
}
@media only screen and (max-width: 799px) {
  .head .zoek {
    display: none;
  }
}
.zoek {
  position: absolute;
  right: 0;
  border: 0px solid red;
  height: 91.25px;
  width: 91.25px;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.zoek:hover {
  width: 100%;
  background-color: var(--yellow);
}
.zoek input {
  height: 63.75px;
  position: absolute;
  display: block;
  border-radius: 31.25px;
  top: 13.75px;
  right: 13.75px;
  min-width: 875px;
  padding: 0 27.5px;
  color: #aaaaaa;
}
.zoomzoek {
  background-image: url('/front/images/zoom.svg');
  background-repeat: no-repeat;
  background-position: contain;
  height: 35px;
  width: 35px;
  position: absolute;
  right: 35px;
  top: 35px;
}
@media only screen and (max-width: 799px) {
  .zoomzoek {
    display: none;
  }
}
.privacyok {
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .newsholder .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 799px) {
  .newsholder .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}
.bignewsitem {
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 67%;
  position: relative;
}
.bignewsitem .iholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 800px) {
  .bignewsitem .iholder {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 67%;
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem .iholder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 280px;
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem {
    background-image: none !important;
    padding-top: 280px;
  }
}
@media only screen and (min-width: 800px) {
  .bignewsitem .whiteholder {
    min-height: 862.5px;
    width: 33.33%;
    padding-top: 200px;
    padding-bottom: 162.5px;
  }
}
@media only screen and (max-width: 799px) {
  .bignewsitem .whiteholder {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: block;
    background-color: transparent;
  }
  .bignewsitem .whiteholder strong {
    padding-bottom: 20px;
  }
}
.whiteholder {
  background-color: #ffffff;
}
@media only screen and (min-width: 800px) {
  .whiteholder {
    padding: 35px;
    display: block;
    width: 100%;
  }
}
.whiteholder strong {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  padding-bottom: 12.5px;
  position: relative;
  margin-bottom: 0;
  display: block;
  margin-bottom: 37.5px;
}
@media only screen and (max-width: 799px) {
  .whiteholder strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
.whiteholder strong em {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  .whiteholder strong em {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 799px) {
  .whiteholder strong {
    margin-bottom: 0;
  }
}
.whiteholder i {
  font-style: normal;
}
.whiteholder b {
  font-weight: 400;
  padding-bottom: 37.5px;
  display: inline-block;
}
@media only screen and (max-width: 799px) {
  .whiteholder b {
    padding-bottom: 20px;
  }
}
.newsitem {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.newsitem .iholder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 800px) {
  .newsitem .iholder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 662.5px;
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .iholder {
    height: 400px;
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .newsitem {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    height: 837.5px;
    overflow: hidden;
  }
}
.newsitem:hover .whiteholder {
  top: 225px;
}
@media only screen and (max-width: 799px) {
  .newsitem {
    width: 100%;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 800px) {
  .newsitem .whiteholder {
    position: absolute;
    top: 662.5px;
    min-height: 625px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .whiteholder {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .newsitem .whiteholder i {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .newsslider .whiteholder {
    min-height: 100px;
  }
  .slidermobile {
    padding-bottom: 70px !important;
  }
  .slidermobile .newsitem {
    width: 300px;
    padding-top: 0px;
  }
  .slidermobile .newsitem .whiteholder .strong {
    padding: 20px 20px 20px;
  }
  .newsitem {
    background-size: cover;
  }
  .themaholder .slidermobile strong {
    padding-bottom: 20px;
  }
  .themaholder .slidermobile i {
    display: block;
    padding: 0 20px 20px;
    min-height: 70px;
  }
}
.blogimage {
  border-radius: 75px;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (max-width: 799px) {
  .blogimage {
    border-radius: 25px;
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 800px) {
  .single-post .h2 {
    text-align: left;
    margin-top: 80px;
  }
}
.single-post h1 {
  padding-top: 90px;
  margin-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .single-post h1 {
    padding-right: 100px;
    font-size: 55px;
    line-height: 62.5px;
  }
}
@media only screen and (max-width: 799px) {
  .searchzoek + h4 {
    padding-bottom: 30px;
  }
  .zoektitle {
    padding-top: 17px !important;
    margin-bottom: 0px;
  }
  .zoektitle .container h3 {
    padding: 0 0 10px;
  }
}
.zoekflex .zoekleft {
  background-color: #001e3c;
}
@media only screen and (max-width: 799px) {
  .zoekflex .zoekleft {
    display: none;
  }
  .zoekflex .zoekright {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .zoekflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .zoekflex .zoekleft {
    width: 14%;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    max-height: 245px;
  }
  .zoekflex .zoekleft img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .zoekflex .zoekright {
    width: 86%;
    padding-left: 3%;
    padding-top: 18.75px;
    border-bottom: 1px solid #f2f2f2;
    min-height: 207.5px;
  }
  .zoekflex .zoekright h4:first-letter {
    text-transform: uppercase;
  }
  .zoekflex .zoekright p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 120px;
    padding-top: 6.25px;
  }
}
.searchzoek input {
  border-radius: 31.25px;
  border: 1px solid #000;
  padding: 8.75px 27.5px 11.25px;
  display: block;
  width: 100%;
  max-width: 80%;
  margin: 56.25px 0 81.25px;
}
@media only screen and (max-width: 799px) {
  .searchzoek input {
    border-radius: 25px;
    padding: 5px 20px;
    max-width: 100%;
    margin: 30px 0;
  }
}
.makeiframe {
  border: 0;
  width: 100%;
  display: block;
  min-height: 806.25px;
}
@media only screen and (max-width: 799px) {
  .makeiframe {
    min-height: 600px;
  }
}
/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.contactpage .btn-holder {
  position: absolute;
  right: 33.75px;
  bottom: 50px;
  min-width: 575px;
  gap: 33.75px;
}
@media only screen and (max-width: 799px) {
  .contactpage .image .container img {
    min-height: 150px;
  }
}
@media only screen and (max-width: 799px) {
  .contactparent {
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .contactparent .whiteradius {
    margin-bottom: 10px;
    padding: 0px 15px 10px;
  }
  .contactparent .whiteradius span {
    min-width: 100px !important;
  }
  .contactparent h3 {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .contactparent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    position: relative;
    margin-top: -297.5px;
    z-index: 999;
  }
  .contactparent .whiteradius {
    margin-right: 42.5px;
    margin-bottom: 42.5px;
    padding: 47.5px;
  }
  .div1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.div4 {
  width: 100%;
  padding: 47.5px;
}
@media only screen and (max-width: 799px) {
  .div4 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 15px 30px;
    width: auto;
  }
  .div4 h3 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.contactparent .whiteradius h3 {
  margin-bottom: 47.5px;
}
.contactparent .whiteradius a {
  text-decoration: underline;
}
.contactparent .whiteradius span {
  min-width: 155px;
  display: inline-block;
}
.form {
  margin: 0px auto;
  max-width: 1225px;
  display: block;
  padding-top: 12.5px;
}
@media only screen and (max-width: 799px) {
  .form {
    max-width: 320px;
  }
}
.form .err {
  border: 1px solid red !important;
}
.form input:nth-child(2),
.form input:nth-child(4) {
  margin-right: 0 !important;
}
.form textarea {
  width: 100% !important;
  clear: both;
}
.form input[type='text'],
.form textarea {
  border-bottom: 2px solid #391B51;
  padding: 13.75px 0;
  font-size: 25px;
  width: 100%;
  display: block;
  margin-bottom: 50px;
  margin-right: 8%;
}
@media only screen and (min-width: 800px) {
  .form input[type='text'],
  .form textarea {
    width: 46%;
    float: left;
  }
}
@media only screen and (max-width: 799px) {
  .form input[type='text'],
  .form textarea {
    padding: 12px 0;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid;
  }
}
.form input[type='text']::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']::-moz-placeholder,
.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--black);
  opacity: 1;
}
.form input[type='text']:-moz-placeholder,
.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--black);
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .form .btn-right {
    text-align: right;
    clear: both;
  }
}
@media only screen and (max-width: 799px) {
  .form .btn-right a {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  .social-right {
    position: absolute;
    padding-left: 48%;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 799px) {
  .social-right {
    text-align: center;
  }
}
#subhidden {
  opacity: 0.01;
  position: absolute;
  left: -1000px;
}
#errorhold {
  color: var(--yellow) !important;
  font-weight: 700;
  padding-top: 10px;
  display: none;
}
.form-group {
  position: relative;
  clear: both;
}
.alert {
  border-bottom: 2px solid red !important;
  margin-top: -20px;
}
#errorholds {
  position: absolute;
  color: darkred;
  font-weight: 500;
}
#recaptcha-element > div {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 799px) {
  #recaptcha-element > div {
    margin-bottom: 20px;
  }
}
textarea {
  min-height: 120px;
}
#cfooter {
  background-color: var(--yellow);
  border-radius: 125px;
  padding: 50px;
  margin-top: 37.5px;
}
@media only screen and (max-width: 799px) {
  #cfooter {
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 50px;
  }
}
.fcolholder {
  display: flex;
  justify-content: space-between;
}
.fcol {
  padding: 0 30px;
  text-align: left;
  max-width: 33%;
}
@media only screen and (max-width: 799px) {
  .fcol {
    max-width: 50%;
    padding: 0 0px;
  }
}
.fcol strong {
  display: block;
}
.fcol a {
  text-decoration: none;
  font-weight: 300;
}
@media only screen and (max-width: 799px) {
  .fcolholder .fcol:nth-child(3),
  .fcolholder .fcol:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .home .head {
    position: relative;
  }
  .fixedmenu .head {
    position: fixed !important;
  }
}
.home .logo {
  display: none;
}
body.home {
  padding-top: 0;
}
#homeslog {
  padding-top: 40px;
}
.homehead .container {
  padding-top: 33.75px;
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .homehead .container {
    padding-top: 0;
  }
}
.homehead .container .btn-holder {
  position: absolute;
  right: 33.75px;
  top: 15px;
  min-width: 612.5px;
  gap: 8.75px;
}
.nelogo {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/front/images/logo.svg');
  padding-left: 87.5px;
  height: 75px;
  font-size: 32.5px;
  font-weight: 400;
  display: block;
}
.nelogo:hover {
  color: var(--black);
}
.nelogo span {
  display: block;
  font-size: 32.5px;
}
.jquery-background-video-pauseplay {
  opacity: 0;
}
video1::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
}
video1::-webkit-media-controls-start-playback-button {
  display: none !important;
}
video {
  min-width: 100%;
}
.homevideo {
  background-image: url('/front/images/videopre.jpg') !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 25px;
  margin-top: 27.5px;
  overflow: hidden;
  position: relative;
  height: calc(100vh - 225px);
}
@media only screen and (max-width: 799px) {
  .homevideo {
    margin-top: 0;
    border-radius: 0;
    min-height: 500px;
  }
}
.homevideo video {
  display: block;
}
.servicevideo {
  margin-top: 27.5px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .servicevideo {
    margin-top: 0;
    border-radius: 0;
    min-height: 500px;
  }
}
.servicevideo video {
  height: 1000px;
  display: block;
}
#bodypartholder {
  position: relative;
  padding-top: 62.5px !important;
}
.bodytitle {
  position: absolute;
  padding: 3px 24px;
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 15px;
  font-size: 19px;
  background-color: #ffffff;
  display: none;
  white-space: nowrap;
}
.bodytitle:before {
  content: '';
  position: absolute;
  left: -25px;
  bottom: -50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url('/front/images/hand.png');
}
.hidehand .bodytitle {
  display: none;
}
.hidehand .bodytitle:before {
  display: none;
  opacity: 0;
}
.bodypage path,
.bodypage g {
  opacity: 1;
}
.bodypage .body-back {
  right: auto;
  left: 10%;
}
@media only screen and (min-width: 800px) {
  .bodypage .content .container {
    min-height: 987.5px !important;
  }
}
@media only screen and (min-width: 800px) {
  .bodypage h1 {
    padding-top: 112.5px !important;
  }
}
.service-left-col {
  right: auto !important;
  margin-left: -487.5px;
  width: 237.5px !important;
}
.bodyparts {
  width: 990px;
  height: 925px;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  border-radius: 25px;
}
@media only screen and (max-width: 799px) {
  .bodyparts {
    border-radius: 20px;
  }
}
.bodyparts .bodyskip {
  z-index: -1 !important;
}
.bodyparts .img {
  position: absolute;
  width: 326.25px;
  top: 40px;
}
.bodyparts .img:hover path,
.bodyparts .img:hover g {
  opacity: 1;
  cursor: pointer;
}
.bodyparts .img .activebody {
  display: block;
}
.bodyparts .img path,
.bodyparts .img g {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.bodyparts #Vector1 {
  pointer-events: none;
}
.bodyparts .body-back {
  right: 10%;
}
.bodyparts .body-back g g g:hover path,
.bodyparts .body-back .activebody,
.bodyparts .body-back g g:hover > path {
  fill: var(--yellow);
  opacity: 1;
}
.bodyparts .body-front {
  left: 10%;
}
.bodyparts .body-front path:hover,
.bodyparts .body-front .activebody,
.bodyparts .body-front g g g:hover path {
  fill: var(--yellow);
  opacity: 1;
}
@media only screen and (min-width: 800px) {
  .leftbody {
    width: 695px;
  }
}
.leftbody .whiteradius {
  padding: 76.25px 51.25px 26.25px;
  margin-bottom: 38.75px;
}
@media only screen and (max-width: 799px) {
  .leftbody .whiteradius {
    padding: 30px 20px 30px;
    border-radius: 20px;
  }
}
.leftbody .yellowradius {
  padding: 88.75px 121.25px 175px 88.75px;
}
.leftbody .yellowradius .h1 {
  padding-bottom: 62.5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.bodyparts.animatemove #Aangezicht1 {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bodyparts.animatemove #Nek1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bodyparts.animatemove #Borst1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.bodyparts.animatemove #Ribben1 {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.bodyparts.animatemove #Bovenarm1,
.bodyparts.animatemove #Hamstrings1,
.bodyparts.animatemove #Bovenarm path1,
.bodyparts.animatemove #Hamstrings1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.bodyparts.animatemove #Schouder1,
.bodyparts.animatemove #Voet1,
.bodyparts.animatemove #Schouder1 path,
.bodyparts.animatemove #Voet1 path {
  -webkit-animation: colorChange 2s infinite;
          animation: colorChange 2s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.nothoveryet .ahover,
.nothoveryet .ahover path {
  -webkit-animation: colorChange 1.5s infinite;
          animation: colorChange 1.5s infinite;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes colorChange {
  0% {
    fill: #F2F2F2;
    opacity: 1;
  }
  50% {
    fill: var(--yellow);
    opacity: 1;
  }
  100% {
    fill: #F2F2F2;
    opacity: 1;
  }
}
@keyframes colorChange {
  0% {
    fill: #F2F2F2;
    opacity: 1;
  }
  50% {
    fill: var(--yellow);
    opacity: 1;
  }
  100% {
    fill: #F2F2F2;
    opacity: 1;
  }
}
@media only screen and (min-width: 800px) {
  .homesuggestions {
    min-height: 101.25px;
    transition: min-height 0.5s ease;
    -moz-transition: min-height 0.5s ease;
    -ms-transition: min-height 0.5s ease;
    -webkit-transition: min-height 0.5s ease;
    -o-transition: min-height 0.5s ease;
  }
}
@media only screen and (min-width: 800px) {
  .activehover .homesuggestions {
    min-height: 351.25px;
  }
}
@media only screen and (max-width: 799px) {
  .activehover .homesuggestions {
    text-align: left;
    max-height: 200px;
    overflow: auto;
  }
  .activehover .homesuggestions a.btn-white {
    border: 0;
    display: inline-block;
    border-radius: 0;
    text-align: left;
    position: relative;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 12px;
    margin-bottom: 2px;
    font-size: 16px;
    min-width: 260px;
  }
  .activehover .homesuggestions a.btn-white:hover {
    background-color: #ffffff;
  }
  .activehover .homesuggestions a.btn-white:after {
    content: '';
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/front/images/arrow-top.png');
    margin-left: 10px;
    width: 11px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    margin-top: 3px;
  }
}
.activehover .yellowradius {
  padding: 26.25px 121.25px 25px 88.75px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.activehover .yellowradius .h1 {
  padding-bottom: 25px;
}
.homesearch {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .homesearch {
    border-bottom: 2px solid #818181;
  }
}
.homesearch input {
  line-height: 100px;
  display: block;
  padding: 0 27.5px 0 0;
  color: #000000;
  width: 100%;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 799px) {
  .homesearch input {
    font-size: 20px;
    line-height: 28px;
    padding: 0 50px 0 10px;
  }
}
@media only screen and (min-width: 800px) {
  .homesearch .zoomzoek {
    right: 0;
    background-position: center center;
    background-size: contain;
    width: 27.5px;
    height: 27.5px;
    margin-top: 3.75px;
  }
}
@media only screen and (max-width: 799px) {
  .homesearch .zoomzoek {
    right: 10px;
    background-position: center center;
    display: block;
    width: 24px;
    height: 24px;
    top: 0px;
    background-size: contain;
  }
}
.homesuggestions a.btn-white {
  margin-top: 25px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 800px) {
  .newsitem .whiteholder strong {
    min-height: 100px !important;
  }
}
.themaholder .whiteholder {
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .themaholder .whiteholder {
    min-height: 237.5px !important;
    padding: 72.5px 35px;
  }
  .themaholder .whiteholder strong {
    min-height: 75px !important;
  }
  .themaholder .whiteholder i {
    font-size: 30px;
    min-height: 75px !important;
    display: inline-block;
  }
}
.themaholder .newsitem:hover .whiteholder {
  top: 550px;
}
.themaholder .newsitem .button-arrow-2 {
  left: auto;
  right: 35px;
  bottom: 77.5px;
}
@media only screen and (min-width: 800px) {
  #catwordfit:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 185px;
    height: 410px;
    left: -53.75px;
    top: -428.75px;
    background-image: url('/front/images/word.png');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catwordfit:hover:after {
  top: -87.5px;
  left: -16.25px;
}
@media only screen and (min-width: 800px) {
  #catherstel:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 260px;
    height: 385px;
    right: -103.75px;
    top: -428.75px;
    background-image: url('/front/images/her.png');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catherstel:hover:after {
  top: -153.75px;
  right: -50px;
}
@media only screen and (min-width: 800px) {
  #catpresteer:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 410px;
    height: 285px;
    right: 0;
    bottom: -53.75px;
    background-image: url('/front/images/presteer.svg');
    z-index: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
#catpresteer:hover:after {
  bottom: 178.75px;
}
.rightlink {
  text-decoration: none !important;
  position: absolute;
  right: 33.75px;
  margin-top: -62.5px;
}
.animtext .container {
  min-height: 312.5px;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .animtext .container {
    min-height: 200px;
    padding-top: 40px;
  }
}
.animtext .animrow {
  font-weight: 600;
  font-size: 112.5px;
  line-height: 112.5px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow {
    font-size: 33px;
    line-height: 36px;
    width: 350px;
  }
}
.animtext .animrow:nth-child(1) {
  text-align: right;
  left: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow:nth-child(1) {
    text-align: left;
    right: 100%;
    left: auto;
  }
}
.animtext .animrow:nth-child(2) {
  margin-top: 112.5px;
  right: 100%;
}
@media only screen and (max-width: 799px) {
  .animtext .animrow:nth-child(2) {
    margin-top: 77px;
  }
}
.animactive .animrow {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition-delay: 1s;
}
.animactive .animrow:nth-child(1) {
  left: 0 !important;
  padding-right: 33.75px;
}
@media only screen and (max-width: 799px) {
  .animactive .animrow:nth-child(1) {
    right: 0 !important;
    left: auto !important;
    padding-right: 5px;
  }
}
.animactive .animrow:nth-child(2) {
  right: 0 !important;
  padding-left: 33.75px;
}
@media only screen and (max-width: 799px) {
  .animactive .animrow:nth-child(2) {
    padding-left: 5px;
  }
}
@media only screen and (min-width: 800px) {
  .highp {
    position: absolute;
    right: 35px;
    top: 0px;
    width: 293.75px;
  }
}
@media only screen and (max-width: 799px) {
  .highp {
    width: 185px;
    display: block;
    margin: 40px auto 80px;
  }
}
@media only screen and (min-width: 800px) {
  .shorttext {
    padding-right: 500px !important;
  }
}
@media only screen and (max-width: 799px) {
  .shorttext {
    padding-top: 30px !important;
  }
}
.contactfooter {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/kramer.png');
}
.contactfooter .container {
  height: 62.5px;
}
@media only screen and (min-width: 800px) {
  .contactfooter .container {
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .contactfooter .container {
    height: 100px;
  }
}
.contactb {
  background-color: #ffffff;
  border-radius: 25px;
  width: 562.5px;
  padding: 50px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
@media only screen and (max-width: 799px) {
  .contactb {
    border-radius: 20px;
  }
}
.contactb h4 {
  padding-bottom: 37.5px;
}
.contactb .btn-white {
  right: 50px;
  position: absolute;
  border-radius: 37.5px;
}
@media only screen and (min-width: 800px) {
  .animatemove .contactb {
    visibility: visible;
    opacity: 1;
  }
}
.contactfooter .animatemove {
  height: 625px;
}
.checkitimages {
  position: absolute !important;
  right: 33.75px;
  width: 50%;
  border-radius: 28.75px;
  overflow: hidden;
}
.checkitimages img {
  display: block;
  height: 875px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 799px) {
  .checkit {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .checkit .nopaddingbottom {
    padding-bottom: 40px !important;
  }
  .checkit .whiteradius {
    padding: 20px 20px 40px;
    border-radius: 0 0 20px 20px;
    text-align: center;
  }
  .checkit .button-arrow-2 {
    display: block;
    margin: 30px auto 0;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (min-width: 800px) {
  .checkit {
    padding-bottom: 150px !important;
  }
  .checkit .whiteradius {
    padding: 31.25px 113.75px 31.25px 37.5px;
    margin-bottom: 38.75px;
    max-width: 57%;
    position: relative;
  }
  .checkit .button-arrow-2 {
    position: absolute;
    right: 37.5px;
    left: auto;
  }
}
.checkitout {
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .checkitout {
    margin-bottom: 0 !important;
    border-radius: 20px 20px 0 0px !important;
    text-align: center;
    padding-bottom: 0 !important;
  }
  .checkitout .h1 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 800px) {
  .checkitout {
    width: 40%;
    padding: 31.25px 31.25px 31.25px 37.5px !important;
    margin-top: 162.5px;
  }
  .checkitout:hover:after {
    background: var(--yellow);
    color: var(--black);
  }
  .checkitout:after {
    content: 'CHECK IT OUT';
    background: var(--blue);
    border-radius: 25px;
    padding: 62.5px 12.5px 62.5px 37.5px;
    display: block;
    width: 30%;
    left: 106%;
    position: absolute;
    top: 0;
    color: #ffffff;
    font-size: 50px;
    line-height: 57.5px;
    font-weight: 700;
    transition: all 300ms linear;
  }
}
.herstelpage .rectangle,
.herstelpage .animation3d span,
.herstelpage .sselection,
#nav ul li:nth-child(2) a:after {
  background-color: var(--herstel);
}
.wordfitpage .rectangle,
.wordfitpage .animation3d span,
.wordfitpage .sselection,
#nav ul li:nth-child(3) a:after {
  background-color: var(--wordfit);
}
.presteerpage .rectangle,
.presteerpage .animation3d span,
.presteerpage .sselection,
#nav ul li:nth-child(4) a:after {
  background-color: var(--presteer);
}
.homevideo .animation3d:after,
.servicevideo .animation3d:after {
  content: '';
  position: absolute;
  bottom: 62.5px;
  width: 37.5px;
  height: 62.5px;
  margin-left: -18.75px;
  left: 50%;
  z-index: 999;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/scrolldown.svg');
}
@media only screen and (max-width: 799px) {
  .homevideo .animation3d:after,
  .servicevideo .animation3d:after {
    bottom: 160px;
    width: 30px;
    height: 50px;
    margin-left: -15px;
  }
}
.columns2 {
  padding: 40px 0 20px;
}
@media only screen and (min-width: 800px) {
  .columns2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.hertseltext {
  font-weight: 700;
  font-size: 110px;
  line-height: 111.25px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) {
  .hertseltext {
    font-size: 45px;
    line-height: 45px;
    padding: 10px 20px;
  }
}
.hertseltext span {
  font-weight: 700;
  font-size: 110px;
  line-height: 111.25px;
  background-color: var(--yellow);
  padding: 8.75px 56.25px 8.75px;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (min-width: 800px) {
  .hertseltext span {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 799px) {
  .hertseltext span {
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 5px 5px;
  }
}
.infoitem {
  background-color: var(--white);
  display: block;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .infoitem {
    width: 33.33%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    height: 837.5px;
    overflow: hidden;
    padding: 72.5px 35px;
  }
}
@media only screen and (max-width: 799px) {
  .infoitem {
    width: 100%;
    padding-top: 400px;
    display: none !important;
  }
}
.infoitem .h4 {
  padding-top: 72.5px;
}
.image .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 799px) {
  .image .container img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.holder3d {
  position: relative;
}
@media only screen and (min-width: 800px) {
  .holder3d img {
    max-height: 837.5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.holder1d {
  position: relative;
}
@media only screen and (max-width: 799px) {
  .holder1d .animation3d {
    display: block;
  }
}
.holder1d span {
  width: 100% !important;
}
.holder1d span b {
  font-size: 93.75px;
  font-weight: 700;
  line-height: 87.5px;
  position: absolute;
  left: 142.5px;
  bottom: 142.5px;
}
@media only screen and (max-width: 799px) {
  .holder1d span b {
    font-size: 40px;
    line-height: 37px;
    left: 30px;
    bottom: 50px;
  }
}
.animation3d {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .animation3d {
    display: none;
  }
}
.animation3d span {
  display: block;
  position: absolute;
  width: 33.33%;
  height: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  background-color: var(--yellow);
}
.animation3d span:nth-child(1) {
  transition-delay: 0s;
  left: 0;
}
.animation3d span:nth-child(2) {
  transition-delay: 0.15s;
  left: 33.33%;
}
.animation3d span:nth-child(3) {
  transition-delay: 0.3s;
  left: 66.66%;
}
.animatemove .animation3d span,
.animatehomemove .animation3d span {
  top: 100%;
}
@media only screen and (min-width: 800px) {
  .reviews .iholder {
    height: 625px;
  }
}
@media only screen and (min-width: 800px) {
  .reviews .whiteholder {
    top: 625px;
  }
}
@media only screen and (max-width: 799px) {
  .reviews .whiteholder {
    padding: 20px 20px 0 !important;
    min-height: 150px;
  }
  .reviews .whiteholder strong {
    padding-bottom: 20px !important;
  }
}
.reviews .newsitem:hover .whiteholder {
  top: 375px;
}
@media only screen and (max-width: 799px) {
  .sselection .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
.sselection p {
  color: var(--white);
  font-size: 37.5px;
  line-height: 45px;
  font-weight: 400;
  padding-bottom: 82.5px !important;
  display: block;
}
@media only screen and (min-width: 800px) {
  .sselection p {
    max-width: 457.5px;
  }
}
@media only screen and (max-width: 799px) {
  .sselection p {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 800px) {
  .subsection-holder {
    position: absolute;
    right: 36.25px;
    text-align: right;
    padding-left: 1000px;
    top: 36.25px;
  }
}
.subsection-holder .btn-white {
  border-radius: 37.5px;
  border: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 799px) {
  .subsection-holder .btn-white {
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 800px) {
  .servicemenu {
    position: -webkit-sticky;
    position: sticky;
    top: 142.5px;
    z-index: 999;
  }
  .servicemenu .servicemenuhold {
    position: absolute;
    margin-left: -467.5px;
    margin-top: 25px;
    width: 342.5px;
  }
}
@media only screen and (max-width: 799px) {
  .servicemenu {
    background-color: var(--yellow);
  }
  .servicemenu .servicemenuhold {
    text-align: left;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 799px) {
  .servicespage h1 {
    text-align: left;
  }
  .servicespage .whiteholder {
    padding: 20px;
  }
}
@media only screen and (max-width: 799px) {
  .teampage {
    background-color: #f2f2f2 !important;
  }
  .teampage .flexright {
    font-size: 19px;
    line-height: 24px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .flexme {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }
  .flexme .flexleft {
    width: 40%;
  }
  .flexme .flexright {
    width: 49%;
    padding-top: 18.75px;
  }
}
.teamholder .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 799px) {
  .teamholder .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}
@media only screen and (max-width: 799px) {
  .teamholder .whiteholder {
    padding: 15px 15px;
  }
}
.teamholder .whiteholder strong {
  padding: 0 0;
}
@media only screen and (min-width: 800px) {
  .teamholder .whiteholder strong {
    margin-bottom: 21.25px;
    height: 51.25px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .teamholder .whiteholder strong {
    margin-bottom: 20px;
  }
}
.teamholder .whiteholder i {
  font-style: normal;
  height: 120px;
  overflow: hidden;
  display: block;
}
.teamitem {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  overflow: hidden;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .teamitem .tfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 35px;
  }
  .teamitem .btn-email {
    min-width: 380px;
    max-width: 380px;
    overflow: hidden;
  }
  .teamitem .button-arrow-2 {
    left: auto;
    right: 65px;
    width: 60px;
    height: 60px;
    bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .teamitem {
    width: 25%;
    height: 550px;
  }
}
@media only screen and (max-width: 799px) {
  .teamitem {
    width: 50%;
    height: 240px;
  }
}
.teamitem:hover .whiteholder {
  top: 150px;
}
@media only screen and (min-width: 800px) {
  .teamitem .whiteholder {
    position: absolute;
    top: 442.5px;
    height: 412.5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
@media only screen and (max-width: 799px) {
  .teamitem .whiteholder {
    display: block;
    top: 190px;
    position: absolute;
    height: 220px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .teamitem .whiteholder i {
    padding: 0px 0;
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 15px;
  }
}
.tphone {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 12.5px;
  gap: 12.5px;
}
.tphone .btn-phone {
  text-align: left !important;
  flex: 1 1 auto;
}
@media only screen and (max-width: 799px) {
  .tphone .btn-phone {
    text-align: center !important;
    margin-top: 0 !important;
  }
}
.tphone .tarrow {
  min-width: 60px;
  height: 60px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transition-duration: 0.8s;
  transition-property: transform;
  background-image: url('/front/images/arrow-t.svg');
  background-color: var(--yellow);
  border-radius: 12.5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tphone .tarrow span {
  white-space: nowrap;
  font-size: 22.5px;
  line-height: 37.5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 12.5px;
  color: transparent;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
}
.tphone .tarrow:hover {
  flex: 1 1 auto;
  background-color: var(--black);
  background-image: url('/front/images/arrow-white.svg');
}
.tphone .tarrow:hover span {
  color: #ffffff !important;
  position: relative;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 799px) {
  .tphone .tarrow {
    width: 42px;
    height: 42px;
    display: none;
  }
}
.btn-contact {
  background-color: var(--yellow);
  border-radius: 12.5px;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 37.5px;
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 12.5px;
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .btn-contact {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 10px;
    margin: 6px auto;
    display: block;
    border-radius: 5px;
    font-weight: 300;
    max-width: 165px;
    overflow: hidden;
    text-align: center !important;
  }
}
.btn-contact:hover {
  background-color: var(--black);
  color: var(--yellow);
}
@media only screen and (min-width: 800px) {
  .partners .page {
    padding-top: 112.5px;
  }
}
@media only screen and (max-width: 799px) {
  .partners .page {
    background-color: #ffffff !important;
    padding-bottom: 20px !important;
  }
}
.partners .partnersitem {
  padding-bottom: 62.5px !important;
}
@media only screen and (min-width: 800px) {
  .partners .flexleft {
    width: 16%;
  }
}
@media only screen and (max-width: 799px) {
  .partners .flexleft {
    padding-top: 40px;
  }
}
.partners .flexright h4 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 799px) {
  .partners .flexright h4 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .partners .flexright {
    padding-right: 100px !important;
    width: 73%;
  }
}
@media only screen and (max-width: 799px) {
  .partners .flexright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.partners .flexright .partnerimages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  padding-left: 0;
  padding-right: 0;
  gap: 48.75px;
}
@media only screen and (max-width: 799px) {
  .partners .flexright .partnerimages {
    gap: 30px;
  }
}
.partners .flexright .partnerimages a img {
  display: block;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 799px) {
  .partners .flexright .partnerimages a img {
    width: 150px;
  }
}
.specitem {
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.specitem div {
  padding-top: 31.25px !important;
}
@media only screen and (max-width: 799px) {
  .specitem .flexleft {
    padding: 20px;
    font-size: 25px;
  }
}
.specitem .flexright {
  padding-right: 100px !important;
}
@media only screen and (max-width: 799px) {
  .specitem .flexright {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  .specitem:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
    position: absolute;
    background-size: 77.5px;
    background-position: 99% 90%;
    background-image: url('/front/images/arrow.svg');
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes yellowbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes yellowbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.specitem:hover:after {
  cursor: pointer;
  -webkit-animation-name: yellowbounce;
          animation-name: yellowbounce;
  -moz-animation-name: yellowbounce;
}
.overlayWrapper {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  z-index: 900000;
  position: fixed;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 1;
}
.hideoverlay .overlayWrapper {
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes overanim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-106%);
  }
  65% {
    transform: translateX(-101%);
  }
  70% {
    transform: translateX(-102%);
  }
  92% {
    transform: translateX(-102%);
  }
  95% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(-102%);
  }
}
@keyframes overanim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-106%);
  }
  65% {
    transform: translateX(-101%);
  }
  70% {
    transform: translateX(-102%);
  }
  92% {
    transform: translateX(-102%);
  }
  95% {
    transform: translateX(-102%);
  }
  100% {
    transform: translateX(-102%);
  }
}
.overlay {
  position: absolute;
  opacity: 1;
  z-index: 999999;
  width: 875px;
  margin-top: 12.5px;
  left: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
  height: 99vh;
}
.overlay #overlaytit {
  max-height: 75px;
}
.overlay #overtextholder {
  overflow-y: auto;
}
.overlay .whiteoverlay {
  flex: 1 1 auto;
  background-color: #ffffff;
  border-radius: 3.75px;
  padding: 17.5px 31.25px 22.5px;
  margin-bottom: 11.25px;
}
.overlay .whiteoverlay .posholder {
  display: none;
}
.overlay .whiteoverlay .overlaytitle {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}
.overlay .whiteoverlay h4,
.overlay .whiteoverlay .h4 {
  font-size: 27.5px;
  line-height: 35px;
  padding-bottom: 25px;
}
.overlay .whiteoverlay p {
  font-size: 21.25px;
  line-height: 28.75px;
}
.overlay .whiteoverlay .whiteoverlay-btns a {
  font-size: 21.25px;
  line-height: 28.75px;
  padding-left: 23.75px;
  padding-right: 23.75px;
  border-radius: 21.25px;
  padding-top: 5px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}
@media only screen and (max-width: 799px) {
  .overlay {
    background-size: 63px;
    width: 360px;
    margin-left: -180px;
    padding: 130px 50px 50px;
    border-radius: 35px;
    background-position: center 50px;
    margin-top: -200px;
  }
}
.overlay span {
  color: var(--blue);
  font-weight: 500;
}
.hiddendiv {
  display: none;
}
body:not(.hideoverlay) .overlay {
  -webkit-animation-name: overanim;
          animation-name: overanim;
  -moz-animation-name: overanim;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.overlayflex {
  flex: 1 1 auto;
}
@media only screen and (min-width: 800px) {
  .overlayflex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 11.25px;
  }
  .overlayflex .picimg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .overlayflex .overlayleft {
    width: 40.6%;
    min-height: 250px;
    border-radius: 3.75px;
  }
  .overlayflex .overlayright {
    width: 58.1%;
    background-color: var(--yellow);
    border-radius: 3.75px;
    padding: 21.25px;
  }
  .overlayflex .overlayright h3 {
    margin-bottom: 62.5px;
  }
  .overlayflex .overlayright .btn {
    margin-top: 12.5px;
    border-radius: 21.25px;
    padding: 3.75px 15px 6.25px;
    font-size: 21.25px;
    text-align: left;
    min-width: 125px;
  }
}
.btn-close {
  position: absolute;
  right: 25px;
  top: 12.5px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/close.svg');
}
.btn-close:hover {
  background-image: url('/front/images/menu-hover.svg');
}
.filterdown .tfilter {
  position: absolute;
  top: auto;
  left: 37.5px;
  top: -112.5px;
}
.tfilter {
  background-color: var(--black);
  padding: 12.5px 12.5px 12.5px;
  border-radius: 21.25px;
  position: fixed;
  left: 37.5px;
  top: 112.5px;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
}
@media only screen and (max-width: 799px) {
  .tfilter {
    display: none;
  }
}
.tfilter:hover .dropholder {
  opacity: 1;
  position: relative;
  left: 0;
}
.tfilter .ficon {
  color: var(--yellow);
  background-size: 27.5px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url('/front/images/filter.svg');
  padding: 0px 0px 0px 43.75px;
  font-size: 18.75px;
  line-height: 57.5px;
  margin-left: 18.75px;
  margin-right: 31.25px;
}
.filterover .dropholder {
  opacity: 1;
  position: relative;
  left: 0;
}
.dropholder {
  position: absolute;
  opacity: 0;
}
@media only screen and (min-width: 800px) {
  .dropholder .dfilter {
    display: block;
    float: left;
    margin-left: 10px;
    width: 285px;
  }
  .dropholder .dfilter:first-child {
    margin-left: 31.25px;
  }
}
.dropholder .dfilter input {
  max-width: 230px;
  overflow: hidden;
  min-width: 203px;
  color: #ffffff;
  font-size: 18.75px;
  line-height: 52.5px;
  display: block;
  border: 1px solid #ffffff !important;
  border-radius: 12.5px !important;
  text-transform: uppercase;
  background-color: transparent;
  padding-left: 18.75px;
  padding-right: 18.75px;
}
.nice-select {
  line-height: 57.5px !important;
  height: 57.5px !important;
  border: 1px solid #ffffff !important;
  border-radius: 12.5px !important;
  width: 100% !important;
}
.nice-select:after {
  border-bottom: 1px solid var(--yellow);
  border-right: 1px solid var(--yellow);
}
.dfilter .nice-select.open {
  background-color: var(--black);
}
.dropholder .dfilter .nice-select.open:after {
  border-bottom: 1px solid var(--black) !important;
  border-right: 1px solid var(--black) !important;
}
.longfilter .nice-select span {
  max-width: 250px;
  min-width: 223px;
}
.nice-select span {
  overflow: hidden;
  color: #ffffff;
  font-size: 18.75px;
  line-height: 52.5px;
  display: block;
  text-transform: uppercase;
}
.nice-select .option {
  font-size: 14px !important;
  color: #ffffff;
}
.nice-select .option:hover {
  background-color: #d4fd3c !important;
  color: var(--black);
}
.open {
  border-radius: 12.5px 12.5px 0 0 !important;
}
.open span {
  color: #ffffff;
}
.nice-select .list {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-height: 302.5px;
  background-color: var(--black) !important;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  width: 285px !important;
  left: -1px !important;
  transform: none !important;
  border-radius: 0 0 12.5px 12.5px !important;
  /* Firefox */
  scrollbar-color: #ffffff #000000;
  /* Chrome, Edge, and Safari */
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
}
.nice-select .list::-webkit-scrollbar-track {
  background: var(--black);
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.nice-select .list::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.nice-select .list:before {
  position: absolute;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.shopheaderitem {
  border-bottom: 3.75px solid #f2f2f2;
  background-color: var(--black);
  position: relative;
  padding-left: 33.75px;
  padding-top: 18.75px;
  padding-bottom: 16.25px;
}
@media only screen and (max-width: 799px) {
  .shopheaderitem {
    padding: 0;
    border-bottom: 2px solid #f2f2f2;
  }
}
.shopheaderitem h3 {
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .shopheaderitem h3 {
    padding-bottom: 25px;
  }
}
.shopitem {
  border-bottom: 3.75px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-left: 281.25px;
}
@media only screen and (max-width: 799px) {
  .shopitem {
    padding-left: 0px;
    pointer-events: none;
    border-bottom: 2px solid #f2f2f2;
  }
}
.shopitem .shopimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 281.25px;
  left: 0;
}
@media only screen and (max-width: 799px) {
  .shopitem .shopimg {
    width: 150px;
    height: 150px;
  }
}
.shopitem div.shopintro {
  padding-top: 18.75px;
  padding-bottom: 18.75px;
}
@media only screen and (max-width: 799px) {
  .shopitem div.shopintro {
    text-align: center;
    padding: 20px 20px;
  }
}
.shopitem .flexleft {
  padding-top: 37.5px !important;
  padding-left: 168.75px;
  min-height: 281.25px;
  width: 70%;
}
@media only screen and (max-width: 799px) {
  .shopitem .flexleft {
    padding: 0px 0 0 150px !important;
    width: auto;
    height: 80px;
  }
}
.shopitem .flexright {
  padding-top: 87.5px !important;
  padding-right: 100px !important;
  text-align: right;
  font-size: 45px;
  width: 20%;
}
.shopitem .flexright span {
  font-size: 30px;
  line-height: 50px;
  display: block;
  padding-top: 12.5px;
}
@media only screen and (max-width: 799px) {
  .shopitem .flexright span {
    font-size: 19px;
    line-heght: 19px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 799px) {
  .shopitem .flexright {
    font-size: 24px;
    text-align: left;
    height: 70px;
    padding: 0 20px 0 170px;
    width: auto;
  }
}
@media only screen and (min-width: 800px) {
  .shopitem:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background-color: var(--yellow);
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    z-index: -1;
    position: absolute;
    background-size: 77.5px;
    background-position: 99% 90%;
    background-image: url('/front/images/arrow.svg');
    background-repeat: no-repeat;
  }
}
@-webkit-keyframes shopbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes shopbounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-115%);
  }
  40% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-110%);
  }
  80% {
    transform: translateY(-103%);
  }
  85% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.shopitem:hover:after {
  cursor: pointer;
  -webkit-animation-name: shopbounce;
          animation-name: shopbounce;
  -moz-animation-name: shopbounce;
}
.pageshop .overlayflex .overlayright,
.pageshop .overlayflex .overlayleft {
  background-color: #ffffff;
  width: 49%;
  height: 425px;
}
.pageshop .overlayflex {
  flex: revert;
}
.pageshop .whiteoverlay {
  flex-grow: 2;
}
.pageshop .overlay h3 {
  margin-bottom: 12.5px;
}
.pageshop .overlay h4 {
  margin-bottom: 6.25px;
  padding-bottom: 6.25px;
  font-size: 30px;
}
.selectshop {
  position: relative;
  max-height: 97.5px;
}
.selectshop a {
  position: absolute;
  right: 25px;
  top: 15px;
}
.selectshop .priceholder {
  position: absolute;
  right: 212.5px;
  top: 27.5px;
  font-size: calc(28 * calc(100vw/1600));
  line-height: calc(28 * calc(100vw/1600));
  font-weight: 400;
}
.selectshop select {
  border: 1px solid var(--black);
  display: block;
  float: right;
  margin-right: 40%;
  padding: 16.25px 6.25px;
  border-radius: 6.25px;
  background-color: #ffffff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 250px;
  text-align: center;
}
.disabledhref {
  opacity: 0.4;
  pointer-events: none;
}
html,
input,
textarea,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: 'DINPro', Verdana;
  font-weight: 300;
  font-size: 25px;
  line-height: 37.5px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 799px) {
  html,
  input,
  textarea,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 19px;
    line-height: 25px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  outline: none !important;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.backcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.backcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 92.5px;
}
strong {
  font-weight: bold;
}
a {
  colo1r: #391b51;
  letter-spacing: 0;
  text-decoration: none;
}
a:hover {
  color: var(--yellow);
}
img {
  display: block;
  width: 100%;
}
.container {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding-left: 33.75px;
  padding-right: 33.75px;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
@media only screen and (max-width: 799px) {
  .container {
    margin: 0 auto 0px;
    max-width: none !important;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.content .container img {
  display: block;
  margin: 125px 0;
}
@media only screen and (max-width: 799px) {
  .content .container img {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 800px) {
  .content .container {
    padding-left: 562.5px;
    padding-right: 125px;
    min-height: 125px;
  }
  .content .container .subtitle {
    position: absolute;
    left: 33.75px;
  }
}
@media only screen and (max-width: 799px) {
  .content .container {
    margin: 0 auto 20px;
    max-width: 358px !important;
    text-align: center;
  }
}
.content .container h4 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.content .container b {
  font-weight: 500;
}
.content .container ul {
  padding-bottom: 20px;
}
.content .container ul li {
  position: relative;
  padding-left: 20px;
}
.content .container ul li:before {
  content: '•';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 799px) {
  .home .rcontainer {
    max-width: 320px !important;
  }
}
@media only screen and (min-width: 800px) {
  .width1000 .container {
    max-width: 1250px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style-type: none;
}
ol {
  margin-left: 15px;
}
.pagecontent ul li {
  padding-left: 15px;
}
.pagecontent ul li:before {
  content: '•';
  position: absolute;
  margin-left: -15px;
}
@media only screen and (max-width: 799px) {
  .pagecontent ul li {
    text-align: left;
  }
}
.container p,
.rcontainer p {
  padding-bottom: 37.5px;
}
@media only screen and (max-width: 799px) {
  .container p,
  .rcontainer p {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .show-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 799px) {
  .show-full {
    display: none !important;
  }
}
/* HEADER */
.head {
  margin: 0 auto 0;
  width: 100%;
  top: 0;
  z-index: 800;
}
@media only screen and (min-width: 800px) {
  .head {
    overflow: hidden;
    top: 0;
    height: 92.5px;
    position: fixed;
    background-color: #ffffff;
  }
}
.head .container {
  z-index: 5000;
  transition: height 1s ease;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 799px) {
  .head .container {
    max-width: inherit;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .home .headimage {
    width: 912.5px;
  }
}
@media only screen and (min-width: 800px) {
  .home .headimage img {
    height: auto;
  }
}
@media only screen and (min-width: 800px) {
  .headimage {
    width: 1057.5px;
    height: auto;
    display: inline-block;
    overflow: hidden;
    border-radius: 0 0 250px 250px;
    min-height: 162.5px;
    z-index: 1;
    position: relative;
  }
  .headimage img {
    transition: all 0.6s ease-in-out;
    height: 593.75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .headimage img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}
@media only screen and (max-width: 799px) {
  .headimage {
    margin-bottom: 40px;
    border-radius: 0 0 100px 100px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 799px) {
  .centermobile {
    text-align: center;
  }
}
.logo {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 63.75px;
  z-index: 9999999;
}
.logo a {
  display: block;
}
@media only screen and (max-width: 799px) {
  .logo {
    width: 50px;
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 auto;
  }
}
.icons a {
  display: inline-block;
  width: 43.75px;
  height: 43.75px;
  margin-right: 18.75px;
  margin-top: 75px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.icons a span {
  position: absolute;
  margin-left: 62.5px;
  max-width: 250px;
  line-height: 27.5px;
  margin-top: -12.5px;
}
@media only screen and (max-width: 799px) {
  .icons a {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.facebook {
  background-image: url('/front/images/facebook.svg');
}
.twitter {
  background-image: url('/front/images/twitter.svg');
}
.instagram {
  background-image: url('/front/images/insta.svg');
}
.smallicons a {
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: left top;
  font-size: 18.75px !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 799px) {
  .smallicons a {
    padding-left: 30px;
    font-size: 16px !important;
    background-size: 16px;
  }
}
#phoneholder {
  position: absolute;
  left: 485px;
  top: 0px;
  background-color: var(--pink);
  border-radius: 0 0 20px 20px;
  padding: 44px 35px 15px;
}
#phoneholder a {
  color: var(--red);
  font-size: 16px;
  line-height: 36px;
  display: inline-block;
}
.quote-darkblue blockquote p {
  background-color: #391B51;
  color: #ffffff;
}
.quote-darkblue blockquote p .btn-holder {
  margin-bottom: 20px;
}
.quote-green blockquote p {
  background-color: #6F9F69;
  color: #ffffff;
}
blockquote p {
  background-color: #D0ADED;
  padding: 125px 62.5px 125px !important;
  border-radius: 206.25px;
  left: 0;
  text-align: center;
  font-size: 62.5px;
  line-height: 75px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 18.75px;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media only screen and (min-width: 800px) {
  blockquote p {
    position: absolute !important;
    margin-top: 62.5px;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  blockquote p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 799px) {
  blockquote p {
    margin-top: 40px;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    border-radius: 10px;
  }
}
blockquote cite {
  display: none;
}
@media only screen and (min-width: 800px) {
  .afterblock,
  blockquote {
    display: block;
    width: 100%;
    height: 537.5px;
  }
}
.btn-holder {
  text-align: center;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.tags-holder {
  margin: 25px auto 0;
}
.btn {
  background-color: var(--black);
  border: 1.25px solid var(--black);
  border-radius: 22.5px;
  display: inline-block;
  font-weight: 400;
  font-size: 25px;
  line-height: 37.5px;
  color: var(--white);
  min-width: 100px;
  padding-left: 27.5px;
  padding-right: 31.25px;
  padding-top: 10px;
  padding-bottom: 12.5px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 100px;
    border-radius: 12px;
    font-weight: 300;
  }
}
.btn:hover {
  background-color: var(--yellow);
  color: #000000;
}
.btn-cal {
  padding-left: 72.5px;
  background-image: url('/front/images/calendar.png');
  background-size: 22.5px;
  background-repeat: no-repeat;
  background-position: 25px center;
}
.btn-cal:hover {
  background-image: url('/front/images/calendar-black.svg');
}
.btn-white {
  background-color: var(--white);
  border: 1.25px solid var(--black);
  border-radius: 37.5px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 400;
  font-size: 25px;
  line-height: 27.5px;
  color: var(--black);
  min-width: 100px;
  padding-left: 27.5px;
  padding-right: 31.25px;
  padding-top: 15px;
  padding-bottom: 17.5px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 300ms linear;
  cursor: pointer;
  margin-right: 15px;
}
@media only screen and (max-width: 799px) {
  .btn-white {
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 799px) {
  .btn-white {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 18px;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 10px;
    min-width: 80px;
    border-radius: 20px;
    font-weight: 300;
  }
}
.btn-white:hover {
  background-color: var(--yellow);
  color: #000000;
}
#fixedfooter {
  background-color: var(--yellow);
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}
#fixedfooter .container {
  text-align: center;
  font-size: 25px;
  padding-top: 6.25px;
  padding-bottom: 2.5px;
}
#fixedfooter .container a {
  text-decoration: underline;
  font-size: inherit;
}
#fixedfooter .container a:hover {
  color: var(--black);
  text-decoration: none;
}
#fixedfooter .container .btn {
  transform: scale(0.8);
  transform-origin: 50% 40%;
  line-height: 27.5px;
}
.fixedfooterdisplay #fixedfooter {
  display: block;
}
@media only screen and (max-width: 799px) {
  .fixedfooterdisplay #abutton {
    display: block;
  }
}
/* content */
@media only screen and (max-width: 799px) {
  .page .container {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.page .container a,
.content .container a {
  text-decoration: underline;
}
.pageinner {
  position: relative;
  padding-top: 62.5px;
  padding-bottom: 62.5px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 799px) {
  .pageinner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.toppadding {
  padding-top: 112.5px !important;
  padding-bottom: 112.5px !important;
}
@media only screen and (max-width: 799px) {
  .toppadding {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media only screen and (max-width: 799px) {
  .nobottompadding {
    padding-bottom: 0px !important;
  }
}
@media only screen and (max-width: 799px) {
  .mobilewhitebg {
    background-color: #ffffff;
  }
}
.pageinner .container {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.whiterdescription {
  position: absolute;
  right: 140px;
  width: 511.25px;
  top: 280px;
  font-weight: 400;
}
@media only screen and (max-width: 799px) {
  .whiterdescription {
    padding: 0;
    right: 0;
    position: absolute;
    width: auto;
    top: 360px;
  }
  .whiterdescription p {
    color: var(--text) !important;
    font-weight: 400;
    font-size: 22px;
    padding: 0 40px;
  }
}
.center {
  text-align: center;
}
.regular {
  font-weight: 400;
  margin-top: 43.75px;
  margin-bottom: 6.25px;
  color: #5D4039;
}
.regular p {
  font-weight: 400;
}
.bgwhite {
  background-color: #ffffff;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.side-left {
  padding-bottom: 30px;
}
@media only screen and (min-width: 800px) {
  .side2 .pageinner .container {
    max-width: 1110px;
    display: table;
    padding-bottom: 30px;
  }
  .sides {
    display: table-row;
  }
  .side-left {
    display: table-cell;
    padding-right: 60px;
    vertical-align: top;
  }
  .side-right {
    width: 320px;
    display: table-cell;
    padding-top: 40px;
    vertical-align: top;
  }
}
#content {
  padding-bottom: 0px;
}
.h1 {
  font-size: 62.5px;
  line-height: 75px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 18.75px;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  .h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
h1 {
  font-size: 62.5px;
  line-height: 75px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 18.75px;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  h1 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
h2 {
  font-size: 62.5px;
  line-height: 75px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 18.75px;
  position: relative;
  margin-bottom: 0px;
  letter-spacing: 0;
}
@media only screen and (max-width: 799px) {
  h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: center;
    padding-top: 20px;
  }
}
em {
  font-style: italic;
  font-size: inherit;
}
.whiteholder strong em {
  font-style: normal;
}
.h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  padding-bottom: 12.5px;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
.h3 em {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  .h3 em {
    font-size: 20px;
    line-height: 20px;
  }
}
h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  padding-bottom: 12.5px;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 799px) {
  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 20px 40px;
  }
}
h3 em {
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  color: #00000080;
  display: block;
}
@media only screen and (max-width: 799px) {
  h3 em {
    font-size: 20px;
    line-height: 20px;
  }
}
h1 + h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0px 0px 20px;
}
@media only screen and (min-width: 800px) {
  .h4 {
    font-size: 37.5px;
    line-height: 45px;
  }
}
.h4 b {
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .h4 b {
    font-size: 37.5px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 799px) {
  .h4 b {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 799px) {
  .h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.h4 strong {
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  .h4 strong {
    font-size: 37.5px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 799px) {
  .h4 strong {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 800px) {
  h4 {
    font-size: 37.5px;
    line-height: 45px;
  }
}
h4 b {
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  h4 b {
    font-size: 37.5px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 799px) {
  h4 b {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 799px) {
  h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
h4 strong {
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  h4 strong {
    font-size: 37.5px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 799px) {
  h4 strong {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 799px) {
  .mobileh4 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 40px;
  }
}
.subtitle {
  text-decoration: underline;
  padding-bottom: 30px;
}
.rectangle {
  display: block;
  height: 1020px;
  background-color: var(--yellow);
}
@media only screen and (max-width: 799px) {
  .rectangle {
    height: 250px;
  }
}
.pageinner p {
  color: var(--text);
  padding-top: 0px;
  padding-bottom: 20px;
}
/* footer */
#footer {
  background-color: var(--blue);
  z-index: 9999;
}
#footer .container {
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 125px;
  min-height: 450px;
}
#footer .container * {
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  #footer .container {
    padding-top: 20px;
    padding-bottom: 210px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: inherit;
  }
}
.footerlogo {
  padding-top: 125px;
  background-image: url('/front/images/footerlogo.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 110px;
  position: absolute;
  width: 312.5px;
  left: 33.75px;
  color: #ffffff;
  text-decoration: none;
  font-size: 38.75px;
  line-height: 38.75px;
}
@media only screen and (max-width: 799px) {
  .footerlogo {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: 80px;
    left: 20px;
    width: auto;
    background-size: 50px;
    padding-top: 60px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 800px) {
  .pholder {
    padding-left: 300px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 799px) {
  .pholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    padding-bottom: 5px;
  }
}
.plinks {
  float: left;
  padding: 0px 0px 0 0;
  margin-top: 0px;
  margin-right: 0;
  margin-left: 121.25px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 800px) {
  .plinks {
    min-width: 223.75px;
  }
}
.plinks strong {
  font-weight: 300;
  font-size: 25px;
  line-height: 37.5px;
  display: block;
  padding-bottom: 50px;
}
@media only screen and (max-width: 799px) {
  .plinks strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 25px;
  }
}
.plinks p {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 799px) {
  .plinks p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  }
}
@media only screen and (max-width: 799px) {
  .plinks {
    width: 50% !important;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 30px;
  }
  .plinks .icons {
    text-align: left;
  }
}
@media only screen and (max-width: 799px) {
  .fcontentlink {
    text-align: left !important;
    margin-bottom: 5px !important;
  }
}
#footer .plinks a {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  line-height: 37.5px;
  text-decoration: none;
  padding-bottom: 12.5px;
}
@media only screen and (max-width: 799px) {
  #footer .plinks a {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    font-weight: 400;
    margin: 0 !important;
    padding-bottom: 10px;
  }
}
#footer .plinks a:hover {
  color: var(--yellow) !important;
}
.footerextra {
  border-top: 2.5px solid #ffffff;
  position: relative;
  clear: both;
  padding-top: 15px;
  padding-bottom: 27.5px;
  margin-top: 27.5px;
}
@media only screen and (max-width: 799px) {
  .footerextra {
    position: absolute;
    border-top: 0;
    width: 172px;
    margin-left: auto;
    margin-right: auto;
    bottom: 70px;
    right: 20px;
  }
  .footerextra .plinks {
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footerextra .plinks:nth-child(4) {
    opacity: 0.9;
    margin-top: 10px;
  }
  .footerextra .plinks a {
    padding-bottom: 3px !important;
  }
}
.footerextra .pholder {
  min-height: 0;
}
.footerextra .pholder u {
  font-size: inherit;
}
.footerextra .pholder a:hover u {
  color: var(--yellow) !important;
}
#disclaimer {
  clear: both;
  text-align: center;
  border-top: 2.5px solid #ffffff;
  position: relative;
}
#disclaimer a {
  text-decoration: none;
}
@media only screen and (min-width: 800px) {
  #disclaimer {
    padding-top: 70px;
    padding-bottom: 32.5px;
    padding-right: 312.5px;
  }
  #disclaimer .dcolumns {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #disclaimer .dleft {
    width: 32%;
  }
  #disclaimer .dright {
    width: 68%;
  }
}
#disclaimer .ditem {
  font-size: 17.5px;
  line-height: 37.5px;
  min-width: 225px;
  text-align: left;
}
@media only screen and (max-width: 799px) {
  #disclaimer .ditem {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 799px) {
  #disclaimer {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #disclaimer a.ditem {
    text-decoration: underline;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.button-arrow-2 {
  position: absolute;
  width: 77.5px;
  height: 77.5px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition-duration: 0.8s;
  transition-property: transform;
  bottom: 35px;
  left: 35px;
  background-image: url('/front/images/arrow.svg');
}
.button-arrow-2:hover {
  background-image: url('/front/images/arrow-hover.svg');
}
@media only screen and (max-width: 799px) {
  .button-arrow-2 {
    width: 42px;
    height: 42px;
    display: none;
  }
}
.bottom {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding-left: 6%;
  padding-right: 6%;
}
.bottom span {
  position: absolute;
  right: 0;
  text-align: right;
}
.bottom * {
  font-size: 20px;
  line-height: 50px;
}
@media only screen and (max-width: 799px) {
  .bottom * {
    font-size: 12px;
    line-height: 34px;
  }
}
.splide__arrow {
  background: transparent !important;
  opacity: 1 !important;
}
.splide__arrow svg {
  fill: #ffffff !important;
  width: 2em !important;
  height: 2em !important;
}
.splide__arrow:hover svg {
  fill: var(--green) !important;
}
.splide__arrow--prev {
  left: 3em !important;
}
.splide__arrow--next {
  right: 3em !important;
}
.splide__pagination {
  bottom: 1.5em !important;
}
.splide__pagination__page {
  opacity: 1 !important;
  transform: scale(1) !important;
  border: 2px solid #ffffff !important;
  background: none !important;
  width: 11px !important;
  height: 11px !important;
}
.splide__pagination__page.is-active {
  background: #ffffff !important;
}
.sliderhold {
  padding: 0 0%;
  position: relative;
  height: 36vw;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .sliderhold {
    height: 400px;
  }
}
.sliderhold .slideinner {
  position: absolute;
  width: 140%;
  overflow: hidden;
  left: -20%;
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .sliderhold .slideinner {
    left: -60%;
    width: 220%;
  }
}
.sliderholdmedia {
  padding: 0 0%;
  position: relative;
  height: 27vw;
  overflow: hidden;
}
@media only screen and (max-width: 799px) {
  .sliderholdmedia {
    height: 490px;
  }
}
.sliderholdmedia .slideinner {
  position: absolute;
  width: 110%;
  overflow: hidden;
  left: -5%;
  padding-bottom: 0;
}
@media only screen and (max-width: 799px) {
  .sliderholdmedia .slideinner {
    left: -60%;
    width: 220%;
  }
}
.slider {
  margin-bottom: 50px;
}
@media only screen and (max-width: 799px) {
  .slider {
    margin-bottom: 40px;
  }
}
.slider div.refitem {
  height: 458.75px;
  width: 830px;
  box-shadow: 0px 1.25px 50px #00A5514D;
  border-radius: 43.75px;
  padding: 42.5px 50px 42.5px 261.25px;
  background-color: #ffffff;
  margin: 37.5px 37.5px 62.5px;
  position: relative;
}
.slider div.refitem p {
  color: var(--text) !important;
  font-size: 37.5px;
  line-height: 52.5px;
  font-weight: 600;
  color: #656565 !important;
  overflow: hidden;
  max-height: 362.5px;
}
@media only screen and (max-width: 799px) {
  .slider div.refitem p {
    font-size: 19px;
    line-height: 30px;
    max-height: 240px;
  }
}
.slider div.refitem strong {
  color: var(--green) !important;
  position: absolute;
  left: 0;
  font-size: 218.75px;
  font-weight: 800;
  top: 97.5px;
  display: block;
  text-align: right;
  min-width: 237.5px;
}
@media only screen and (max-width: 799px) {
  .slider div.refitem strong {
    position: relative;
    top: 0;
    font-size: 108px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.slider div.refitem strong:before {
  content: '#';
  font-size: 100px;
}
@media only screen and (max-width: 799px) {
  .slider div.refitem strong:before {
    font-size: 55px;
  }
}
@media only screen and (max-width: 799px) {
  .slider div.refitem {
    margin: 20px 15px;
    width: 266px;
    height: 395px !important;
    padding: 45px 25px;
    box-shadow: 0px 1px 15px #00A5514D;
    border-radius: 35px;
  }
}
.slider .slideitem {
  height: 746.25px;
  width: 597.5px;
  margin: 37.5px 37.5px 62.5px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 799px) {
  .slider .slideitem {
    margin: 0 10px;
    width: 165px;
    height: 332px !important;
  }
}
/* Dots */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  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 8px;
  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: 30px;
  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: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #aaaaaa;
  content: '•';
  width: 20px;
  height: 20px;
  font-family: Arial;
  font-size: 52px;
  line-height: 20px;
  text-align: center;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
}

