:root {
  --black: #111111;
  --orange: #EE7520;
  --yellow: #FEF035;
  --green: #6F9F69;
  --blue: #391B51;
  --notyellow: #C4871F;
  --blackgreen: #53655B;
  --text: #2B1016;
  --notgreen: #866B3E;
  --gray: #efefef;
  --pink: #ede5d8;
  --red: #53190C;
}
/* header image */
.cookiebar {
  background-color: rgba(17, 17, 17, 0.9);
  background-repeat: no-repeat;
  position: fixed;
  z-index: 99999;
  width: 100%;
  opacity: 1;
  top: 0px;
  display: none;
  padding: 46px 26px 26px;
  text-align: center;
}
.cookiebar p {
  font-weight: 600;
  padding-bottom: 20px;
}
.cookiebar p a {
  font-weight: 600;
}
@media only screen and (max-width: 799px) {
  .cookiebar p {
    display: block;
  }
}
@media only screen and (max-width: 799px) {
  .cookiebar {
    top: 100px;
  }
}
.cookiebar .btn {
  cursor: pointer;
}
.btn-orange {
  border: 2px solid var(--orange);
  color: var(orange);
  font-size: 20px;
  display: inline-block;
  padding: 9px 15px;
  font-weight: bold;
  cursor: pointer;
}
.btn-orange:hover {
  background-color: #ffffff;
  color: var(--orange);
}
@media only screen and (max-width: 799px) {
  .search-holder .container {
    height: 120px;
    /* 270 */
    margin-bottom: 30px;
  }
}
.search {
  width: 100%;
  border-radius: calc(10 * calc(100vw/1440));
  box-shadow: 0px 6px 21px #00000029;
  background-color: #ffffff;
  position: absolute;
  bottom: calc(50 * calc(100vw/1440));
  padding: calc(26 * calc(100vw/1440)) calc(30 * calc(100vw/1440));
}
@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: calc(36 * calc(100vw/1440));
  line-height: calc(42 * calc(100vw/1440));
  display: block;
  padding-bottom: calc(16 * calc(100vw/1440));
}
@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: calc(30 * calc(100vw/1440));
  line-height: calc(35 * calc(100vw/1440));
  font-weight: 300;
  padding: calc(20 * calc(100vw/1440));
  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: calc(32 * calc(100vw/1440));
  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: calc(32 * calc(100vw/1440));
  height: calc(32 * calc(100vw/1440));
  background-image: url('/front/images/arrow-down.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: calc(22 * calc(100vw/1440));
  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: calc(950 * calc(100vw/1440)) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.caseheadholder {
  padding-top: calc(240 * calc(100vw/1440)) !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;
  }
}
.privacyok {
  text-decoration: none !important;
  display: block;
  margin: 0 auto;
}
.bgwhite {
  background-color: #ffffff;
}
.bgblue {
  background-image: linear-gradient(90deg, #1C518D, #0e366a);
}
.overlayWrapper {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  z-index: 100;
  position: fixed;
}
.overlay {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px calc(1 * calc(100vw/1440)) calc(40 * calc(100vw/1440)) #6639B7;
  border-radius: calc(35 * calc(100vw/1440));
  opacity: 1;
  padding: calc(164 * calc(100vw/1440)) calc(124 * calc(100vw/1440)) calc(124 * calc(100vw/1440));
  z-index: 999999;
  width: calc(900 * calc(100vw/1440));
  margin-top: calc(-400 * calc(100vw/1440));
  left: 50%;
  margin-left: calc(-450 * calc(100vw/1440));
  background-image: url('/front/images/heart.png');
  background-position: center calc(83 * calc(100vw/1440));
  background-repeat: no-repeat;
  background-size: calc(83 * calc(100vw/1440));
}
@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;
}
@media only screen and (min-width: 800px) {
  .schade .header-text,
  .page-template-schade .header-text {
    top: calc(228 * calc(100vw/1440));
  }
}
@media only screen and (min-width: 800px) {
  .content .header-text {
    top: calc(228 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .content .header-text {
    min-height: 10px;
  }
}
@media only screen and (min-width: 800px) {
  .page-template-blogs .h2 {
    text-align: left;
    padding-bottom: calc(90 * calc(100vw/1440));
  }
  .page-template-blogs .gray {
    padding-top: calc(100 * calc(100vw/1440)) !important;
  }
  .blogcol {
    display: flex;
    justify-content: space-between;
  }
  .blogright,
  .blogleft {
    width: calc(620 * calc(100vw/1440));
  }
  .blogoverview {
    padding-bottom: calc(100 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .blogoverview h1 {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .blogleft .h2 {
    padding-bottom: 0;
  }
  .blogoverview .strong {
    text-align: center;
  }
  .blogright .blogitem {
    width: 100% !important;
    margin: 50px 0;
  }
  .blogright .blogitemimage {
    height: 358px !important;
    width: 100% !important;
    border-radius: 36px !important;
    margin-bottom: 20px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .blogright .h3 {
    font-family: "NexaHeavy", Helvetica !important;
    font-size: 24px !important;
    font-weight: 900;
  }
  .page-template-blogs .gray {
    padding-top: 60px !important;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .blogleft .blogitem .h2 {
    margin-top: calc(30 * calc(100vw/1440));
    padding-bottom: calc(20 * calc(100vw/1440));
  }
}
.blogleft .blogitem .blogitemimage {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
  border-radius: calc(60 * calc(100vw/1440));
  margin-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (min-width: 800px) {
  .blogleft .blogitem .blogitemimage {
    height: calc(610 * calc(100vw/1440));
  }
}
@media only screen and (max-width: 799px) {
  .blogleft .blogitem .blogitemimage {
    min-height: 358px;
    border-radius: 36px;
    margin-bottom: 20px;
  }
}
.blogleft .blogitem .blogitemimage .button-arrow-2 {
  bottom: calc(40 * calc(100vw/1440));
  right: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogleft .blogitem .blogitemimage .button-arrow-2 {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 800px) {
  .blogright,
  .blogoverviewholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    margin: 0;
  }
}
.blogright .blogitem,
.blogoverviewholder .blogitem {
  width: calc(620 * calc(100vw/1440));
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .blogright .blogitem .h3,
  .blogoverviewholder .blogitem .h3 {
    position: absolute;
    left: calc(330 * calc(100vw/1440));
    top: 0;
  }
}
@media only screen and (max-width: 799px) {
  .blogright .blogitem .h3,
  .blogoverviewholder .blogitem .h3 {
    font-weight: 300;
    font-family: 'Comfortaa', cursive;
    text-align: left;
    font-size: 18px;
    line-heihgt: 36px;
  }
  .blogright .blogitem .strong,
  .blogoverviewholder .blogitem .strong {
    display: none;
  }
}
.blogright .blogitem .blogitemimage,
.blogoverviewholder .blogitem .blogitemimage {
  background-size: cover;
  display: block;
  background-position: center center;
  width: calc(290 * calc(100vw/1440));
  height: calc(290 * calc(100vw/1440));
  background-repeat: no-repeat;
  position: relative;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
  border-radius: calc(60 * calc(100vw/1440));
  margin-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogright .blogitem .blogitemimage,
  .blogoverviewholder .blogitem .blogitemimage {
    min-height: 240px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
}
.blogright .blogitem .blogitemimage .button-arrow-2,
.blogoverviewholder .blogitem .blogitemimage .button-arrow-2 {
  bottom: calc(40 * calc(100vw/1440));
  right: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogright .blogitem .blogitemimage .button-arrow-2,
  .blogoverviewholder .blogitem .blogitemimage .button-arrow-2 {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 799px) {
  .page-template-blogs .white {
    margin-top: -80px !important;
    min-height: 200px !important;
  }
  .page-template-blogs .blogmobileinner {
    min-height: 490px;
  }
  .blogoverviewholder {
    margin: 30px 0 30px;
    position: absolute;
    width: 106%;
    overflow: auto;
    height: 380px;
    display: block;
    left: -3%;
  }
  .blogoverviewholder .blogitem {
    width: 240px !important;
    position: absolute;
  }
  .blogoverviewholder .blogitem .h3 {
    font-weight: 700;
  }
  .blogoverviewholder .blogitem .blogitemimage {
    width: 240px;
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .blogoverviewholder .blogitem:nth-child(1) {
    left: 20px;
  }
  .blogoverviewholder .blogitem:nth-child(2) {
    left: 290px;
  }
  .blogoverviewholder .blogitem:nth-child(3) {
    left: 560px;
  }
  .blogoverviewholder .blogitem:nth-child(4) {
    left: 830px;
  }
  .blogoverviewholder .blogitem:nth-child(4):after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -20px;
  }
}
@media only screen and (max-width: 799px) {
  .blogmobileinner {
    height: 440px;
  }
}
.blogholder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  margin: calc(50 * calc(100vw/1440)) 0 calc(80 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogholder {
    margin: 30px 0;
    position: absolute;
    width: 106%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 350px;
    display: block;
    left: -3%;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    -moz-scrollbars: none;
    scrollbar-width: none;
    /* Firefox */
  }
  .blogholder::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.blogholder .blogitem {
  width: 31.5%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
}
@media only screen and (max-width: 799px) {
  .blogholder .blogitem {
    display: none;
    width: 240px !important;
    position: absolute;
  }
  .blogholder .blogitem .h3 {
    font-weight: 300;
    font-family: 'Comfortaa', cursive;
    text-align: left;
    font-size: 18px;
    line-heihgt: 36px;
  }
  .blogholder .blogitem:nth-child(1) {
    left: 20px;
    display: block !important;
  }
  .blogholder .blogitem:nth-child(2) {
    left: 290px;
    display: block !important;
  }
  .blogholder .blogitem:nth-child(3) {
    left: 560px;
    display: block !important;
  }
  .blogholder .blogitem:nth-child(3):after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -20px;
  }
  .blogholder .blogitem .strong {
    display: none;
  }
}
.blogholder .blogitem .blogitemimage {
  background-size: cover;
  display: block;
  background-position: center center;
  min-height: calc(400 * calc(100vw/1440));
  background-repeat: no-repeat;
  position: relative;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  cursor: pointer;
  border-radius: calc(70 * calc(100vw/1440));
  margin-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogholder .blogitem .blogitemimage {
    min-height: 240px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
}
.blogholder .blogitem .blogitemimage .button-arrow-2 {
  bottom: calc(40 * calc(100vw/1440));
  right: calc(40 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .blogholder .blogitem .blogitemimage .button-arrow-2 {
    bottom: 30px;
    right: 30px;
  }
}
.back {
  display: block;
  margin-top: 150px;
  padding-left: 15%;
  width: 50%;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .back {
    width: 60%;
    margin: 90px auto 0;
    padding-left: 60px;
    text-align: left;
  }
}
.back .button-arrow-2 {
  left: 0 !important;
  top: 2px !important;
  buttom: auto;
  right: auto;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: rotate(-90deg) !important;
}
.back:hover .button-arrow-2 {
  transform: rotate(-180deg) !important;
}
.blogimage {
  border-radius: calc(60 * calc(100vw/1440));
  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: calc(44 * calc(100vw/1440));
    line-height: calc(50 * calc(100vw/1440));
  }
}
.blogback {
  display: block;
  margin-top: 100px;
  padding-left: 15%;
  width: 50%;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 799px) {
  .blogback {
    width: 70%;
    margin: 20px auto 0;
    padding-left: 60px;
    text-align: left;
  }
}
.blogback .button-arrow-2 {
  left: 0 !important;
  top: -13px !important;
  buttom: auto;
  right: auto;
  margin-left: 0 !important;
  margin-top: 0 !important;
  transform: rotate(-135deg) !important;
}
.blogback:hover .button-arrow-2 {
  transform: rotate(-225deg) !important;
}
.contact-opened #contact {
  opacity: 1;
  left: 0;
}
.thankyou {
  position: fixed;
  top: 0px;
  background-color: #ffffff;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  display: none;
}
.thankyou .h2 {
  text-align: center !important;
  color: var(--black);
  line-height: 50px;
  padding-top: 130px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 799px) {
  .thankyou .h2 {
    line-height: 39px;
  }
}
.thankyou .h2 span {
  color: var(--orange);
  display: block;
  font-size: inherit;
  font-weight: inherit;
}
@media only screen and (min-width: 800px) {
  .thankyou .h2 span {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 799px) {
  .thankyou {
    padding: 0px 0;
  }
}
.thankyou .container {
  max-width: 600px;
  text-align: center;
}
.thankyou p {
  line-height: 25px;
  color: #707070;
}
@media only screen and (min-width: 800px) {
  .thankyou p {
    padding-left: 105px;
    padding-right: 105px;
    font-size: 20px;
    line-height: 24px;
  }
}
.thankyou .btn {
  min-width: 0;
}
#contact {
  position: fixed;
  top: 0px;
  background-color: #ffffff;
  left: -99999px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media only screen and (max-width: 799px) {
  #contact {
    opacity: 0;
    padding: 0px 0 0;
    left: -9999px;
    bottom: 0;
  }
}
#contact .container {
  max-width: 860px;
}
.svgmenu {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
  right: 30px;
  top: 90px;
}
@media only screen and (max-width: 799px) {
  .svgmenu {
    right: -20px;
    top: 50px;
  }
}
.svgmenu img:nth-child(1) {
  opacity: 1;
  position: relative;
  top: 0;
}
.svgmenu img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.svgmenu:hover img:nth-child(1) {
  opacity: 0;
  position: absolute;
}
.svgmenu:hover img:nth-child(2) {
  opacity: 1;
  position: relative;
}
#contact .svgmenu {
  border-radius: 50%;
  z-index: 9999;
}
#contact .svgmenu:hover {
  background-color: var(--yellow);
  border-radius: 50%;
}
.tabs {
  padding: 74px;
}
@media only screen and (max-width: 799px) {
  .tabs {
    padding: 55px 0;
  }
}
.tabs .tab {
  position: relative;
  top: 800px;
  opacity: 0;
  width: 100%;
  background-color: #ffffff;
  transition: top 1s ease;
  border-radius: calc(80 * calc(100vw/1440)) calc(80 * calc(100vw/1440)) 0px 0px;
}
.tabs .tab .headertab {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px !important;
  color: var(--black);
}
@media only screen and (max-width: 799px) {
  .tabs .tab .headertab {
    padding-top: 20px;
    padding-bottom: 15px !important;
    font-weight: 900 !important;
  }
}
.tabs .tab .bodytab {
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .tabs .tab .bodytab {
    padding: 0 0px;
    min-height: 600px;
  }
}
.btn {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: #ffffff;
  display: block;
  padding: 18px 15px;
  font-weight: 600;
  cursor: pointer;
}
.btn:hover {
  background-color: #ffffff;
  color: var(--orange);
  border: 2px solid var(--orange);
}
.tabactive {
  top: 0 !important;
  opacity: 1 !important;
}
.tabtypes {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.tabtype {
  border-radius: calc(80 * calc(100vw/1440));
  border: 3px solid #391B51;
  width: calc(290 * calc(100vw/1440));
  height: calc(290 * calc(100vw/1440));
  text-align: center;
  display: block;
  text-decoration: none;
  padding-top: calc(200 * calc(100vw/1440));
  font-size: calc(27 * calc(100vw/1440));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 43%;
  background-position: center 34%;
  cursor: poiner;
}
@media only screen and (max-width: 799px) {
  .tabtype {
    width: 160px;
    height: 150px;
    border: 2px solid #391B51;
    border-radius: 30px;
    margin-bottom: 20px;
    padding-top: 100px;
    font-size: 16px;
  }
}
.tabtype:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}
.form {
  margin: 0px auto;
  max-width: calc(980 * calc(100vw/1440));
  display: block;
  padding-top: calc(10 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .form {
    max-width: 320px;
  }
}
.form .err {
  border: 1px solid red !important;
}
.form input[type='text'],
.form textarea {
  width: 100% !important;
  margin-bottom: 42px;
  color: #707070;
  box-shadow: inset 0px 0px 6px #00000029;
  padding: 24px;
  -webkit-appearance: none;
}
.form input[type='text']::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #707070;
  opacity: 1;
}
.form input[type='text']::-moz-placeholder,
.form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070;
  opacity: 1;
}
.form input[type='text']:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #707070;
  opacity: 1;
}
.form input[type='text']:-moz-placeholder,
.form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #707070;
  opacity: 1;
}
.form .button {
  margin: 0 auto;
  position: relative;
}
#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: 1px solid var(--yellow) !important;
  padding: 4px;
  border-radius: 3px;
}
#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;
}
.checks {
  margin-top: calc(15 * calc(100vw/1440));
  margin-bottom: calc(45 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .checks {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.checks li {
  position: relative;
  margin-bottom: calc(18 * calc(100vw/1440));
  padding-left: calc(65 * calc(100vw/1440));
  cursor: pointer;
  border: 1px solid transparent;
  color: #ffffff;
  text-align: left;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(24 * calc(100vw/1440));
}
.checks li a {
  color: #ffffff;
  font-size: calc(20 * calc(100vw/1440));
  line-height: calc(24 * calc(100vw/1440));
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 799px) {
  .checks li a {
    font-size: 19px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 799px) {
  .checks li {
    margin-bottom: 18px;
    padding-left: 60px;
    padding-right: 25px;
    font-size: 19px;
    line-height: 23px;
  }
}
.checks li:before {
  content: '';
  position: absolute;
  height: calc(20 * calc(100vw/1440));
  font-weight: bold;
  text-align: center;
  width: calc(20 * calc(100vw/1440));
  display: block;
  left: calc(15 * calc(100vw/1440));
  margin-top: calc(3 * calc(100vw/1440));
  border: 1px solid var(--yellow);
  border-radius: calc(8 * calc(100vw/1440));
  padding-bottom: 0;
  padding-top: 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .checks li:before {
    height: 21px;
    width: 21px;
    margin-top: 7px;
    border-radius: 8px;
    left: 13px;
  }
}
.checks li.checked:before {
  background-color: var(--yellow);
}
#cfooter {
  background-color: var(--yellow);
  border-radius: calc(100 * calc(100vw/1440));
  padding: calc(40 * calc(100vw/1440));
  margin-top: calc(30 * calc(100vw/1440));
}
@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;
}
.privacy-opened #privacy {
  opacity: 1;
  left: 0;
  position: relative;
  display: block;
  padding-top: 30px;
}
.privacy-opened #footer,
.privacy-opened .bottom {
  display: block;
}
.privacy-opened > div {
  display: none;
}
.privacy-opened .cookiebar {
  display: none !important;
}
#privacy {
  position: fixed;
  top: 0px;
  left: -99999px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media only screen and (max-width: 799px) {
  #privacy {
    opacity: 0;
    padding: 0px 0 0;
    left: -9999px;
    bottom: 0;
  }
}
#privacy strong {
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  #privacy .logo {
    width: 188px;
    padding-top: 120px;
    padding-bottom: 50px;
  }
}
.home .cards {
  position: relative;
  width: calc(1060 * calc(100vw/1440));
  top: 0;
  margin: 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 799px) {
  .home .cards {
    width: 100%;
  }
}
.home .cards .cardsempty {
  height: calc(330 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .home .cards .cardsempty {
    height: 190px;
  }
}
.home .cards .eclipseholder {
  position: absolute;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -moz-scrollbars: none;
  scrollbar-width: none;
  /* Firefox */
}
.home .cards .eclipseholder::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media only screen and (max-width: 799px) {
  .home .cards .eclipseholder {
    overflow: auto;
    width: 100%;
    height: 348px;
  }
}
.home .group-13 {
  position: absolute;
  top: 0;
  left: calc(660 * calc(100vw/1440));
  background-color: var(--eletsel-green);
}
@media only screen and (max-width: 799px) {
  .home .group-13 {
    left: 396px;
  }
}
.myellipse {
  position: absolute;
  width: calc(400 * calc(100vw/1440));
  height: calc(580 * calc(100vw/1440));
  border-radius: calc(200 * calc(100vw/1440));
  opacity: 1;
  transition: top 0.7s ease 0s;
}
@media only screen and (min-width: 800px) {
  .myellipse {
    top: 200px !important;
  }
}
@media only screen and (max-width: 799px) {
  .myellipse {
    width: 240px;
    height: 348px;
    border-radius: 120px;
    margin-left: 30px;
  }
}
.myellipse:hover {
  z-index: 1000;
}
.eclipseholder .hovere {
  z-index: 999;
}
.myellipse.animated {
  opacity: 1;
  top: 0 !important;
}
.home .rectangle-6 {
  position: absolute;
  top: 0;
  left: calc(330 * calc(100vw/1440));
  background-color: var(--eletsel-pink);
  transition-delay: 0.6s;
}
@media only screen and (max-width: 799px) {
  .home .rectangle-6 {
    left: 198px;
  }
}
.home .rectangle-7 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--eletsel-purple);
  transition-delay: 1s;
}
.eclipsedesc {
  width: 80%;
  position: absolute;
  top: calc(350 * calc(100vw/1440));
  text-align: center;
  left: 50%;
  margin-left: -40%;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 799px) {
  .eclipsedesc {
    top: 210px;
  }
}
.eclipsehead {
  font-weight: 700;
  color: #ffffff;
  font-size: calc(70 * calc(100vw/1440));
  letter-spacing: 0;
  line-height: calc(70 * calc(100vw/1440));
  display: block;
}
@media only screen and (max-width: 799px) {
  .eclipsehead {
    font-size: 42px;
    line-height: 42px;
  }
}
.geholpen {
  font-size: calc(26 * calc(100vw/1440));
  letter-spacing: 0;
  line-height: calc(38 * calc(100vw/1440));
  color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .geholpen {
    font-size: 15px;
    line-height: 22px;
  }
}
.ellipseicon {
  position: absolute;
  width: calc(168 * calc(100vw/1440));
  height: calc(168 * calc(100vw/1440));
  top: calc(111 * calc(100vw/1440));
  left: 50%;
  margin-left: calc(-84 * calc(100vw/1440));
  border-radius: calc(84 * calc(100vw/1440));
  background-color: #ffffff;
}
@media only screen and (max-width: 799px) {
  .ellipseicon {
    width: 100px;
    height: 100px;
    top: 66px;
    margin-left: -50px;
    border-radius: 50px;
  }
}
.ellipseicon img {
  width: calc(100 * calc(100vw/1440));
  height: calc(100 * calc(100vw/1440));
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: calc(-50 * calc(100vw/1440));
  margin-top: calc(-50 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .ellipseicon img {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.gray {
  background-color: #F1F2F2;
  padding-top: calc(440 * calc(100vw/1440)) !important;
}
@media only screen and (max-width: 799px) {
  .gray {
    padding-top: 300px !important;
  }
}
.white {
  background-color: #FFFFFF;
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 799px) {
  .white {
    top: -40px;
    padding-bottom: 25px !important;
  }
}
.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;
}
.roundinner {
  border-radius: calc(80 * calc(100vw/1440)) calc(80 * calc(100vw/1440)) 0px 0px;
  min-height: 400px;
  position: relative;
  padding-top: calc(100 * calc(100vw/1440));
  padding-bottom: calc(160 * calc(100vw/1440));
  margin-top: calc(-68 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .roundinner {
    border-radius: 48px 48px 0 0;
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative !important;
    top: 0 !important;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 799px) {
  .faq-holder {
    margin-left: 40px;
  }
}
.faq {
  margin-bottom: calc(30 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .faq {
    margin-bottom: 30px;
  }
}
.faq div.q {
  padding: calc(9 * calc(100vw/1440)) 0 calc(9 * calc(100vw/1440));
  position: relative;
  text-align: left;
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(34 * calc(100vw/1440));
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 799px) {
  .faq div.q {
    padding: 5px 0;
    font-size: 19px;
    line-height: 22px;
  }
}
.faq div.q:after {
  content: '+';
  color: #ffffff;
  text-align: center;
  background-color: var(--eletsel-purple);
  width: calc(50 * calc(100vw/1440));
  height: calc(50 * calc(100vw/1440));
  line-height: calc(50 * calc(100vw/1440));
  font-size: calc(40 * calc(100vw/1440));
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: 0;
  margin-top: calc(0 * calc(100vw/1440));
  transform: rotate(0deg);
  transition-duration: 1s;
  transition-property: transform;
}
@media only screen and (max-width: 799px) {
  .faq div.q:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    left: -15%;
  }
}
.faq div.a {
  display: none;
  text-align: left;
}
.faqopen div.q:after {
  transform: rotate(405deg) !important;
}
.faqopen div.a {
  display: block;
}
@media only screen and (min-width: 800px) {
  .nefaq-holder {
    margin-bottom: 0px;
    position: relative;
  }
  .nefaq-holder:before {
    content: '';
    background-size: 3px;
    height: 92%;
    position: absolute;
    color: #6F9F69;
    text-align: center;
    width: calc(3 * calc(100vw/1440));
    margin-left: calc(-61 * calc(100vw/1440));
    top: calc(50 * calc(100vw/1440));
  }
}
.nefaq-holder .nefaq:nth-child(1) div.q:after {
  content: '1';
}
.nefaq-holder .nefaq:nth-child(2) div.q:after {
  content: '2';
}
.nefaq-holder .nefaq:nth-child(3) div.q:after {
  content: '3';
}
.nefaq-holder .nefaq:nth-child(4) div.q:after {
  content: '4';
}
.nefaq-holder .nefaq:nth-child(5) div.q:after {
  content: '5';
}
.nefaq {
  margin-bottom: calc(50 * calc(100vw/1440));
  padding-bottom: calc(30 * calc(100vw/1440));
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .nefaq {
    top: 700px;
    opacity: 0;
  }
}
@media only screen and (max-width: 799px) {
  .nefaq {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 800px) {
  .nefaq:first-child {
    opacity: 1;
    position: relative;
    top: 0 !important;
  }
}
.nefaq div.q {
  padding: calc(9 * calc(100vw/1440)) 0 calc(9 * calc(100vw/1440));
  position: relative;
  text-align: left;
  font-size: calc(28 * calc(100vw/1440));
  line-height: calc(34 * calc(100vw/1440));
  font-weight: 700;
}
@media only screen and (max-width: 799px) {
  .nefaq div.q {
    padding: 55px 0 20px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}
.nefaq div.q:after {
  color: #ffffff;
  text-align: center;
  background-color: var(--green);
  border: 1px solid #ffffff;
  width: calc(50 * calc(100vw/1440));
  height: calc(50 * calc(100vw/1440));
  line-height: calc(53 * calc(100vw/1440));
  font-size: calc(26 * calc(100vw/1440));
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: -10%;
  top: 0;
  margin-top: calc(0 * calc(100vw/1440));
  transform: rotate(0deg);
  transition-duration: 1s;
  transition-property: transform;
}
@media only screen and (max-width: 799px) {
  .nefaq div.q:after {
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    left: 50%;
    margin-left: -20px;
    top: 0px;
    background-color: #ffffff !important;
    color: #6F9F69 !important;
    border: 1px solid #6F9F69 !important;
  }
}
@media only screen and (max-width: 799px) {
  .nefaq div.a {
    text-align: center;
  }
}
.neactive div.q:after {
  background-color: #ffffff;
  color: #6F9F69;
  border: 1px solid #6F9F69;
}
.move {
  top: 0;
  opacity: 1;
}
.pilots {
  position: relative;
  width: calc(1060 * calc(100vw/1440));
  top: 0;
  margin: 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 799px) {
  .pilots {
    width: 100%;
  }
}
.pilots .cardsempty {
  height: calc(620 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .pilots .cardsempty {
    height: 380px;
  }
}
.pilots .eclipseholder {
  position: absolute;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  -moz-scrollbars: none;
  scrollbar-width: none;
  /* Firefox */
}
.pilots .eclipseholder::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder {
    overflow: auto;
    width: 100%;
    height: 348px;
  }
}
.pilots .eclipseholder .myellipse {
  border: 2px solid #ffffff;
  background-color: #391B51 !important;
  text-align: center;
}
.pilots .eclipseholder .starholder {
  display: block;
  padding: calc(80 * calc(100vw/1440)) 0 calc(30 * calc(100vw/1440));
  width: calc(225 * calc(100vw/1440));
  margin: 0 auto;
  height: calc(170 * calc(100vw/1440));
  position: relative;
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .starholder {
    height: 80px;
    width: 146px;
  }
}
.pilots .eclipseholder .starholder .star {
  border-radius: 50%;
  background-color: #ffffff;
  line-height: calc(43 * calc(100vw/1440));
  font-size: calc(30 * calc(100vw/1440));
  width: calc(45 * calc(100vw/1440));
  text-align: center;
  font-weight: 900;
  display: block;
  text-decoration: none;
  margin-left: -8px;
  border: 3px solid var(--blue);
  color: var(--blue) !important;
  position: absolute;
  top: calc(75 * calc(100vw/1440));
}
.pilots .eclipseholder .starholder .star:nth-child(1) {
  right: 7%;
}
.pilots .eclipseholder .starholder .star:nth-child(2) {
  right: 24%;
}
.pilots .eclipseholder .starholder .star:nth-child(3) {
  right: 41%;
}
.pilots .eclipseholder .starholder .star:nth-child(4) {
  right: 58%;
}
.pilots .eclipseholder .starholder .star:nth-child(5) {
  right: 75%;
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .starholder .star {
    width: 32px;
    line-height: 28px;
    font-size: 22px;
    top: 30px;
  }
}
.pilots .eclipseholder .stardesc {
  text-align: center;
  color: #ffffff;
  max-width: 82%;
  clear: both;
  margin: 0 auto;
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .stardesc {
    max-width: 88%;
    font-size: 15px;
    line-height: 18px;
  }
}
.pilots .eclipseholder .eclipsedesc {
  top: calc(460 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .eclipsedesc {
    top: auto;
    bottom: 25px;
  }
}
.pilots .eclipseholder .eclipsehead {
  font-size: calc(22 * calc(100vw/1440));
  line-height: calc(28 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .eclipsehead {
    font-size: 14px;
    line-height: 16px;
  }
}
.pilots .eclipseholder .geholpen {
  font-size: calc(20 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .pilots .eclipseholder .geholpen {
    font-size: 14px;
    line-height: 16px;
  }
}
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: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
}
.overlap-group,
.cookie {
  display: none;
}
* {
  -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;
  clear: both;
}
.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: var(--black);
  color: #ffffff;
  position: relative;
}
#bgholder {
  z-index: -1;
  position: relative;
  border-top: 1px solid transparent;
}
#bgholder .container {
  max-width: 1440px;
}
@media only screen and (max-width: 799px) {
  #bgholder .container {
    max-width: 100% !important;
  }
}
.headimage {
  background-repeat: no-repeat;
  background: var(--black) url('/front/images/hometop.png') 0% 0% no-repeat padding-box;
  background-size: 1440px;
  background-position: top center;
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (max-width: 799px) {
  .headimage {
    background: var(--black) url('/front/images/mobiletop.png') 0% 0% no-repeat padding-box;
    height: 250px;
    top: 100px;
    background-size: contain;
    background-position: center center;
  }
}
@media only screen and (min-width: 800px) {
  .headimage:after {
    content: '';
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 461px;
    position: absolute;
    left: 0;
    background-image: url('/front/images/Transparent.png');
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
  }
}
@media only screen and (min-width: 800px) {
  .headimage .leftmask {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /* background-image: radial-gradient(transparent 0%, #111111 100%); */
    /* background-image:radial-gradient(ellipse farthest-corner at 50% 50%, transparent 0%, #111111 100%); */
    background: #111111;
    background: radial-gradient(circle, rgba(17, 17, 17, 0.13) 0%, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0) 20%, #111111 100%);
    z-index: 100;
  }
}
strong {
  font-weight: bold;
  color: var(--orange);
}
a {
  color: var(--orange);
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}
.biglink {
  font-size: calc(22 * calc(100vw/1440));
  line-height: calc(32 * calc(100vw/1440));
}
@media only screen and (max-width: 799px) {
  .biglink {
    font-size: 14px;
    line-heihgt: 26px;
    text-align: center;
  }
}
img {
  display: block;
  width: 100%;
}
.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 799px) {
  .container {
    margin: 0 auto 0px;
    max-width: 319px !important;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style-type: none;
}
.container p,
.rcontainer p {
  padding-bottom: 30px;
}
@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 {
  z-index: 1000;
  position: relative;
  padding-top: 71px;
}
@media only screen and (max-width: 799px) {
  .head {
    padding-top: 20px;
  }
  .head .logo {
    padding-bottom: 300px;
    width: 120px;
  }
}
@media only screen and (min-width: 800px) {
  .head p {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 799px) {
  .centermobile {
    text-align: center;
  }
}
.logo {
  position: relative;
  width: 224px;
  margin-bottom: 30px;
  left: -5px;
}
.logo a {
  display: block;
}
@media only screen and (max-width: 799px) {
  .logo {
    left: 0;
    margin: 0 auto;
  }
}
.icons a {
  display: inline-block;
  width: calc(40 * calc(100vw/1440));
  height: calc(40 * calc(100vw/1440));
  margin-left: calc(20 * calc(100vw/1440));
  margin-top: calc(20 * calc(100vw/1440));
  margin-bottom: calc(15 * calc(100vw/1440));
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@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;
  }
}
.phone {
  background-image: url('/front/images/phone.png');
}
.phone:hover {
  color: var(--text) !important;
}
.email {
  background-image: url('/front/images/mail.png');
}
.location {
  background-image: url('/front/images/location.png');
}
.location:hover {
  color: var(--text) !important;
}
.linkedin {
  background-image: url('/front/images/linkedin.svg');
}
.instagram {
  background-image: url('/front/images/insta.svg');
}
.smallicons a {
  background-size: 14px;
  background-repeat: no-repeat;
  padding-left: calc(28 * calc(100vw/1440));
  background-position: left top;
  font-size: calc(15 * calc(100vw/1440)) !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: calc(100 * calc(100vw/1440)) calc(50 * calc(100vw/1440)) calc(100 * calc(100vw/1440)) !important;
  border-radius: calc(165 * calc(100vw/1440));
  left: 0;
  text-align: center;
  font-family: "NexaHeavy", Helvetica;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}
@media only screen and (min-width: 800px) {
  blockquote p {
    position: absolute !important;
    margin-top: calc(50 * calc(100vw/1440));
    width: 100%;
  }
}
@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: calc(430 * calc(100vw/1440));
  }
}
.btn-holder {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .btn-holder {
    width: 455px;
    float: right;
  }
}
.btn-holder a {
  display: inline-block !important;
}
@media only screen and (min-width: 800px) {
  .btn-holder a {
    margin-top: 60px;
  }
}
img.schedule {
  position: absolute;
}
.schedule {
  width: 212px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .schedule {
    float: right;
  }
}
@media only screen and (max-width: 799px) {
  .schedule {
    margin: 50px auto 0px;
  }
}
.schedule .stit {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.schedule .scontent {
  position: relative;
  opacity: 0.75;
  font-size: 15px;
  line-height: 37px;
}
@media only screen and (max-width: 799px) {
  .schedule .scontent {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
}
.schedule .scontent span {
  position: absolute;
  right: 0;
  font-size: inherit;
  line-height: inherit;
}
.btn-plan {
  background-image: url('/front/images/plan.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 253px;
  height: 72px;
}
.btn-plan:hover {
  background-image: url('/front/images/plan-hover.png');
}
@media only screen and (max-width: 799px) {
  .btn-plan:hover {
    background-image: url('/front/images/plan-hover-mobile.png');
  }
}
@media only screen and (max-width: 799px) {
  .btn-plan {
    width: 100%;
    background-image: url('/front/images/plan-mobile.png');
  }
}
/* content */
@media only screen and (min-width: 800px) {
  .pagetext {
    width: 80%;
    margin: 0 auto;
  }
}
.center {
  text-align: center;
}
.bgwhite {
  background-color: #ffffff;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.side-left {
  padding-bottom: 30px;
}
@media only screen and (min-width: 800px) {
  .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: 64px;
  line-height: 64px;
  font-weight: 800;
}
h1 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}
.h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 800;
}
@media only screen and (max-width: 799px) {
  .h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 800;
}
@media only screen and (max-width: 799px) {
  h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
.h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
}
@media only screen and (min-width: 800px) {
  .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .grid .grid1 {
    width: 50%;
  }
}
.tgrid {
  margin: 60px 0 120px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background-color: #1b1b1b;
}
@media only screen and (min-width: 800px) {
  .tgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
    width: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .tgrid {
    margin: 60px auto;
    width: 261px;
  }
}
.tgrid b {
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.tgrid p {
  font-size: 15px;
  opacity: 0.75;
  text-wrap: balance;
}
@media only screen and (min-width: 800px) {
  .tgrid .tgrid1 {
    width: 25.5%;
    padding: 35px 20px 0px 40px;
  }
}
@media only screen and (max-width: 799px) {
  .tgrid .tgrid1 {
    padding: 35px 27px 0 35px;
  }
}
.tgrid .bgt {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/front/images/foto.png');
}
@media only screen and (min-width: 800px) {
  .tgrid .bgt {
    min-height: 165px;
    width: 23.5%;
  }
}
@media only screen and (max-width: 799px) {
  .tgrid .bgt {
    height: 165px;
  }
}
.pageinner p {
  color: var(--text);
  padding-top: 0px;
  padding-bottom: 20px;
}
.h1text {
  background-image: url('/front/images/h1.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 577px;
  height: 142px;
  background-position: center left;
  margin: 5px 0 20px;
}
.h2text {
  background-image: url('/front/images/h2.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 384px;
  height: 64px;
  background-position: center left;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 799px) {
  .h2text {
    width: 240px;
    height: 40px;
    margin: 9px 0 20px;
  }
}
.beforeh2 {
  color: var(--orange);
  padding-bottom: 10px;
}
@media only screen and (max-width: 799px) {
  .beforeh2 {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 800px) {
  .modelimg {
    width: 455px;
    float: right;
  }
}
@media only screen and (max-width: 799px) {
  .modelimg {
    margin: 80px auto 70px;
  }
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 30px;
}
li {
  display: block;
  padding-left: 20px;
}
@media only screen and (max-width: 799px) {
  li {
    padding-bottom: 20px;
    padding-left: 25px;
  }
}
li:before {
  content: counter(item) "  ";
  counter-increment: item;
  color: var(--orange);
  font-weight: bold;
  padding-right: 3px;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 799px) {
  li:before {
    position: absolute;
    left: 0;
  }
}
.op75 {
  opacity: 0.75;
}
/* footer */
#footer {
  border-top: 3px solid var(--orange);
  padding-top: 70px;
  margin-top: 50px;
}
@media only screen and (min-width: 800px) {
  #footer .container {
    max-width: 745px;
  }
  #footer .container .grid1 {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 799px) {
  #footer .container {
    text-align: center;
  }
}
#footer .container a {
  display: block;
  font-size: 15px;
  margin-bottom: 11px;
}
#footer .container a span {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.75;
}
.icons {
  padding-left: 37px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 799px) {
  .icons {
    min-width: 130px;
    display: inline-block !important;
    margin-left: 30px;
    margin-right: 30px;
    text-align: left;
  }
}
.facebook {
  background-image: url('/front/images/facebook.png');
}
.locatie {
  background-image: url('/front/images/locatie.png');
}
@media only screen and (max-width: 799px) {
  .locatie {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 30px;
  }
}
.instagram {
  background-image: url('/front/images/insta.png');
}
.phone {
  background-image: url('/front/images/phone.png');
}
.bottom {
  position: relative;
  top: 0;
  padding: 75px 0 35px;
}
.bottom .container {
  text-align: center;
  opacity: 0.75;
  max-width: 100% !important;
}
.bottom * {
  font-size: 15px;
  color: #ffffff;
}

