@import "reset.css";
@import "menu.css";
@import "menu2.css";
@import "cols.css";

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

html {  -webkit-text-size-adjust: none;}
body{background-color:#fff;color:#000;font-family:Fira Sans, Arial;font-size:18px;}
body, html {height: 100%;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear{clear:both;}
a{color:#000;}
a:hover{color:#000;}
a.action{display:inline-block;background-color:#000;border:solid 1px #000;color:#fff;padding:5px 10px 5px 10px;text-decoration:none;border-radius:7px;box-sizing:border-box;}
a.action:after {content:"\f105";font-family: "Font Awesome 5 Free"; font-weight: 900;padding-left:7px;}
a.action:hover{background-color:#fff;color:#000;border:solid 1px #000;}
a.tel{text-decoration:none;display:block;}
b,strong{font-weight:bold;}

#superwrapper {min-height: 100%;height: auto !important;height: 100%;}
.wrapper {max-width: 1230px;width:95%;height: auto;margin: 0px auto;position:relative;}

.table{display:table;width:100%;}
.tr{display:table-row;}
.td{display:table-cell;box-sizing:border-box;padding:3px;}

.placeholder {color:#aaa;}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {color:#aaa;}
:-moz-placeholder {color:#aaa;opacity:1;}
::-moz-placeholder {color:#aaa;opacity:1;}
:-ms-input-placeholder, :-ms-textarea-placeholder {color:#aaa;}	
input[placeholder], textarea[placeholder] {color:#aaa;}

/*ENTER BUTTON
**************/
#enter{position:absolute;bottom:10px;width:100%;text-align:center}
#enter a{background-color:#fff;padding:10px;display:inline-block;text-decoration:none;border-radius:10px;font-size:20px;}

/*PAGE_TITEL
**************/
h1 {color:#000;font-size:50px;line-height:normal;font-weight:700;margin-bottom: 30px;}
h2 {color:#000;font-size:36px;line-height:normal;font-weight:700;margin-bottom: 20px;}
h3 {color:#000;font-size:24px;line-height:normal;font-weight:700;margin-bottom: 10px;}
h4 {color:#fff;font-size:20px;line-height:normal;font-weight:700;margin-bottom: 20px;text-transform: uppercase;}
h5 {color:#000;font-size:24px;line-height:normal;font-weight:700;margin-bottom: 5px;}
h6 {color:#000;font-size:16px;line-height:normal;font-weight:700;margin-bottom: 0px;}
#melding{text-align:center;background-color:#000;color:#fff;padding:10px;text-transform:uppercase;}
#hmTxt{display:none;}
a.mobHmls{display:none;}

 @keyframes pulse {
	 50% {
		 transform: scale(1.2);
	}
	 100% {
		 transform: scale(1);
	}
}

/*HEADER MOB
**************/
#navMobMenu{display:none;}
#navMob,#searchMob,#loginLnksmob,#languagesMob {background-color:#fff;display:none;}

/*HEADER
******************/
#home, #outro {position: relative;}
#top {width: 100%;background-color:#000;padding: 30px 0;}
#top2 {width: 100%;padding: 30px 0;}
#header {display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 9;}
#logo {flex: 0;display: flex;}
#logo img {width: 160px;}
#mobile {flex: 1;justify-content: flex-end;position: relative;z-index: 99;display: none;}
#open {cursor: pointer;}
#mobmenu {display: none;;background-color: #fff;position: absolute;width: 100%;top: 200px;z-index: 999;padding: 20px 0;}
#mobmenu ul li a {color:#000;display:block;margin-right:1px;padding: 10px 15px;text-decoration:none;font-weight: 700;font-size: 20px;}
#mobmenu ul li ul {list-style-type: none;margin: 0;}
#mobmenu ul li ul li a {display: flex;align-items: center;justify-content: space-between;flex-direction: row;color: #000;font-size: 15px;font-weight: 400;margin: 0;padding: 15px 20px;}
#mobmenu li.menu-expand a:after {content:"\f107";font-family: "Font Awesome 5 Free"; font-weight: 900;padding-left:7px;}
#mobmenu li.menu-expand ul li a:after {content:none;padding-left:0;}

.onlres {display: none;position: sticky;top: 0px;left: 0px;width: 100%;z-index: 999;}
.onlres a {display: block;padding: 15px 0;background-color: #008fc3;color: #fff;text-decoration: none;font-weight: 700;text-align: center;}
#intro {padding: 60px 0;color: #fff;font-size: 24px;font-weight: 500;line-height: 45px;position: relative;background: #000;}
#intro.page1 {background: url(../images/group_header.png) no-repeat bottom center #000;background-size: cover;}
#intro h1 {color: #fff !important;}
#secWrap1 {width: 55%;position: relative;z-index: 7;float: left;}
#introModel {float: right;width: 45%;margin-top: -50px;}
#introModel img {width: 100%;}
#outroModel {float: right;width: 35%;margin-left: 5%;}
#outroModel img {width: 100%;}
#secWrap2 {font-weight: 500;width: 60%;position: relative;z-index: 8;float: left;}
#secWrap3 {width: 100%;position: relative;z-index: 7;}
#secWrap4 {width: 100%;position: relative;z-index: 7;}
#secWrap4 a {color: #fff;}
#model {position: absolute;right: 50px;bottom: 0px;z-index: 3;}
#homepage {margin-bottom: 10%;}

#buttons {margin-top: 40px;position: relative;z-index: 4;display: inline-block;}
.btn {display: inline-block;margin-right: 20px;}
.btn:last-child {margin-right: 0;}
.btn a {display: block;color: #fff;text-decoration: none;padding: 15px 30px;border-radius: 20px;font-size: 20px;}
.blue {background-color: #0095c8;}
.blue:hover {background-color: #fff;color: #0095c8;}
.white {border: 1px solid #fff;}
.white:hover {background-color: #fff;color: #000;}
.black {background-color: #000;border: 1px solid #000;}
.black:hover {background-color: #fff;color: #000;}
.white2 {background-color: #fff;color: #000 !important;margin-top: 20px;font-size: 18px;padding: 10px 20px;}

#formules, #product-component-1616573020589, #stages {margin-top: 100px;}
.formules {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}
.stages {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}
.formule {box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);border-radius: 20px;background-color: #fff;border: 2px solid #fff;overflow: hidden;}
.formulepad {padding: 30px;}
.formule:hover {border: 2px solid #40bf21;}
.formule.current {border: 2px solid #40bf21;}
.info {margin: 30px 0;}
.inschrijven {display: block;background-color: #000;color: #fff;text-transform: uppercase;text-decoration: none;border-radius: 10px;text-align: center;padding: 10px;}
.inschrijven:hover {color: #fff;}

/*WARNING
****************/
#warning{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup.png) #fff;}
#Wmessage{background-color:#fff;width:400px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
#orderDay{border:none !important;font-size:30px;color:#ad6a43;width:250px;}
/*POPUP
************/
#popup{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:9998;background:url(../images/popup.png);display:none;}
#Wpopup{background-color:#fff;width:450px;margin:50px auto;padding:20px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
a.popupCl{display:block;text-align:right;margin-bottom:20px;text-decoration:none;}
#Wpopup h2 a{text-decoration:none;}

/*IMAGES FIT
******************/
img.cover{object-fit:cover;}
img.coverT{object-fit:cover;object-position:left top;}
img.coverB{object-fit:cover;object-position:left bottom;}
img.contain{object-fit:contain;}

/*MAIN CONTENT
*********************************/
#main {width:100%;padding: 30px 0 80px 0;line-height:30px;position: relative;clear: both;}

#fotoalbum {margin: 40px 0 100px 0;}
#gals a {display: block;}
#gals img {object-fit: cover;height: 350px;border-radius: 20px;width: 100%;box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.12);}

#group-header {position: absolute;bottom: 0px;left: 0px;width: 100%;}
#group-header2 {position: absolute;top: 0px;left: 0px;width: 100%;z-index: 1;}
.content {width: 100%;font-weight: 500;line-height: 34px;font-size: 20px;margin-bottom: 80px;}
.contentleft {float: left;width: 50%;}
.contentleft.page8 a {color: #F56753;}
.contentleft.page27 a {color: #F56753;}
.contentleft.page10 a {color: #63C34C;}
.contentleft.page10 img {border-radius: 20px;}
.contentleft.page11 a {color: #FFD72D;}
.contentleft.page12 a {color: #2E9EE3;}
.contentleft.page19 a {color: #60DBCF;}
.contentleft.page20 a {color: #B6D632;}
.contentleft.page21 a {color: #A70201;}
.contentleft.page22 a {color: #692280;}
.contentleft.page23 a {color: #E09492;}
.contentleft em {font-style: italic;background-color: #3fc020;color: #fff;padding: 10px 20px;display: inline-block;font-size: 16px;}
.contentright {float: right;width: 50%;padding-top: 100px;}

#modelpage8, #modelpage27 {background: url(../images/red.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage9 {background: url(../images/black.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage10 {background: url(../images/green.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage14 {background: url(../images/green.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage15 {background: url(../images/green.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage16 {background: url(../images/green.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage17, #modelpage26 {background: url(../images/green.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage11 {background: url(../images/yellow.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage12 {background: url(../images/blue.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage13 {background: url(../images/brown.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage19 {background: url(../images/Kine.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage20 {background: url(../images/KineBoog.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage21 {background: url(../images/Fit.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage22 {background: url(../images/Walk.png) no-repeat top right;background-size: contain;width: 100%;}
#modelpage23 {background: url(../images/Yoga.png) no-repeat top right;background-size: contain;width: 100%;}

#einde {font-weight: 500;line-height: 34px;font-size: 20px;margin-top: 100px;position: relative;overflow-x: clip;}
.end {width: 70%;}
#cloud {position: absolute;top: -50px;right: -50px;z-index: 2;width: 30%;}

.flex {display: flex;align-items: center;justify-content: center;flex-direction: row-reverse;}
.flex.page11 {display: flex;align-items: baseline;justify-content: center;}
.flex-reverse {display: flex;align-items: center;justify-content: center;margin: 100px 0;}
.text {flex: 1;}
.flex .image {flex: 1;margin-right: 50px;}
.flex-reverse .image {flex: 1;margin-left: 50px;}
.image img {border-radius: 20px;}

.logo {width: 280px;}
.model {width: 100%;}
.model2 {width: 150px;}

#andere {margin-top: 100px;}
.dienst {float: left;width: 18.4%;background-color: #000;padding: 20px;border-radius: 20px;margin-right: 2%;text-align: center;height: 300px;}
.dienst:last-child {margin-right: 0;}
.logo3 {width: 100px;}
.model3 {width: 100px;}

.menulogo {}
.lefty {}
.righty {}

.segmenten2 {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 40px;}
.segmenten {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-template-rows: 1fr 1fr 1fr 1fr;grid-gap: 40px;
	grid-template-areas:
	"inleiding inleiding core"
    "pro foot go"
    "slim kine flex"
    "fit walk yoga";
}
.inleiding { grid-area: inleiding; }
.inleiding a {display: block;height: 100%;}
.core { grid-area: core; }
.pro { grid-area: pro; }
.foot { grid-area: foot; }
.go { grid-area: go; }
.slim { grid-area: slim; }
.kine { grid-area: kine; }
.flex { grid-area: flex; }
.fit { grid-area: fit; }
.walk { grid-area: walk; }
.yoga { grid-area: yoga; }
.ni {object-fit: cover;height: 100%;width: 100%;border-radius: 20px;}

#video {margin-bottom: 80px;}
#video video {width: 100%;height: 100%;border-radius: 20px;display: block;object-fit: cover;}

#grid-4 {display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;}
#grid-4 div a {display: block;}
#grid-4 div a img {width: 100%;border-radius: 20px;box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);}

.kol1 {width: 30%;margin-right: 5%;float: left;}
.kol2 {width: 30%;margin-right: 5%;float: left;padding-top: 40px;}
.kol3 {width: 30%;float: left;}
.koll1, .koll2, .koll3 {width: 30%;margin-right: 5%;float: left;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.koll3 {margin-right: 0;}
.flip-card {background-color: #000;border-radius: 20px;perspective: 1000px;}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
	
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;left: 0;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	padding: 30px 0 0 0;
	border-radius: 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;
  color: black;
}

/* Style the back side */
.flip-card-back {
	border-radius: 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;
  color: white;
	font-weight: 500;
	padding: 0 20px;
  transform: rotateY(180deg);
}

#outro {background: url(../images/group_outro.png) no-repeat top center #e3e4e5;padding-bottom: 60px;line-height: 34px;overflow-x: clip;padding-top: 350px;}
#outro h2 {color: #0095c8;}
#bottom {position: relative;}
#outroImg {position: absolute;top: 30%;right: -50px;z-index: 2;width: 40%;}

/*CONTENT BLOCK
*******************/
#contenthome{}
#content{width:100%;}

#eapps-google-maps-1 {height: 100% !important;}
#eapps-google-maps-2 {display: none;height: 100% !important;}
	
/*MOZAIEK
***************/
#mozaiek {width: 100%;column-gap: 20px;box-sizing: border-box;}
#mozaiek .mozaiek {width: 100%;margin: 0 0 20px;break-inside: avoid;}
#mozaiek .mozaiek a {display: block;}

/*SOCIAL
********/
.social			{text-align:center;margin:30px 0px 30px 0px;}
.social li 		{list-style:none;list-style-position:inside;margin:0px;display:inline-block;}
.social li a 	{margin-right:10px;font-size:30px;}
.social li a:hover 	{color:#c00;}

/*FOOTER TOP
***********/
#footer {background: #000;padding: 150px 0 50px 0;line-height: 30px;color: #fff;position: relative;}
#footer.page4, #footer.page25 {padding: 0 0 50px 0;}
#footerImg {position: absolute;top: 0;right: 0px;z-index: 2;width: 100%;}
#footerImg2 {position: absolute;top: 0;right: 0px;z-index: 2;width: 100%;}
#footer.page1 {background: #000;}
#footer a {color:#fff;text-decoration:none;}
#fct {position: relative;z-index: 9;display: flex;align-items: center;justify-content: flex-start;}
#fct div:first-child {margin-right: 100px;}
#fct a.tel {display:inline-block;}
.navB {display:none;}
#footer2 {background-color:#ededed;border-top:1px solid #d8d8d8;padding:75px 0px;font-size:15px;}

/*FORMS
********/
#group-header {position: absolute;bottom: -508px;left: 0px;width: 100%;z-index: 2;}
#googlemaps {height: 2000px;position: relative;}
#mapsImg {position: absolute;bottom: 0;right: 0px;z-index: 2;width: 100%;}
#formulier {position: absolute;top: 200px;left: 0px;width: 100%;background-color: #fff;padding: 50px;box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.12);border-radius: 20px;color: #000;font-size: 18px;}
.icon {margin-bottom: 20px;height: 30px;}
.required {color: #FF0000;}
.field_heading {font-weight: bold;padding-top: 10px;}
.field {float: left;width: 49%;margin-right: 2%;}
.field:nth-child(even){margin-right: 0%;}
.field:nth-child(5){width: 100%;float: none;margin: 0;}
.field:nth-child(6){width: 100%;float: none;margin: 0;}
.field:nth-child(7){width: 100%;float: none;margin: 0;}
.field_title {margin-bottom:10px;color: #000;font-size: 18px;}
.field_input {margin-bottom:10px;}
.field_checkbox {float:left;width: 100%;margin-right: 5px;}
.checks {display: flex;align-items: center;float: left;width: 50%;}
.field_title2 {width:100%;margin-bottom:10px;}
.field_input2 {width:100%;margin-bottom:10px;}
input[type='checkbox'] {width:auto;}
input[type='radio'] {width:auto;}
.textarea{width:100%;}
.email,.textfield,.textarea,select {color:#7c7c7c;background-color:#f9f9fb;border:1px solid #dddddd;padding:15px;width:100%;box-sizing: border-box;border-radius: 20px;font-family:Fira Sans, Arial;font-weight: 400;font-size:18px; -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;}

.field_input select {-moz-appearance:none; -webkit-appearance:none;appearance:none;background: url(../images/arrow.png) right center no-repeat #fff;width: 100%;}
.email,.textfield,.textarea{outline: none;}
.textarea {height: 200px;}
.checkbox_label {cursor: pointer;}
.radio_label {cursor: pointer;}
.nixhier {display:none;}
.submit{background-color:#238fc2;color:#fff;border:none;text-decoration:none;display:inline-block;margin-top:15px;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:Fira Sans, Arial;border-radius: 20px;font-size: 20px;padding: 20px 40px;font-weight: 500;}
.gdpr {font-size:10px;}
.veld {margin: 0 1%;width: 48%;float: left;margin-bottom: 20px;}
