@import url('https://fonts.googleapis.com/css?family=Barlow:400,600,700&display=swap');

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	background: #111;
	background: #ff6219;
	z-index: 90;
	top: 0; left: 0;

	-webkit-transition: height 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-moz-transition: height 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-ms-transition: height 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	-o-transition: height 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);
	transition: height 0.65s cubic-bezier(0.970, 0.020, 0.650, 1);

	-webkit-transition: height 1.6s cubic-bezier(0.25, 1, .47, 1);
	transition: height 1.6s cubic-bezier(0.25, 1, .47, 1);
	}

#preloader.hide {
	height: 0;
	}

#pointer {
	width: 46px;
	height: 46px;
	position: absolute;
	border: 2px solid rgba(255, 81, 0, 0.35);
	border-radius: 99px;
	z-index: 60;
	pointer-events: none;
	margin-top: -25px;
	margin-left: -25px;
	
	transition: border .4s ease, transform .4s ease;
	}

#pointer.click {
	border: 2px solid rgba(255, 81, 0, 0.45);
	transform: scale(0.65);
	}

#pointer.hide {
	border: 2px solid rgba(255, 81, 0, 0.0);
	transform: scale(0);
	}

.mty {
//	width: 130px !important;
//	height: 130px !important;
//	position: relative;
//	border: 1px dashed red;
//	border-radius: 99px;
	display: inline-block;
	}

.mty-wrapper {
	position: relative;
//	background: #f8f8f8;
//	border: 1px dashed green;
	border-radius: 99px;
	display: inline-block;
	}

.mty-holder {
//	display: none;
	position: absolute;
	transition: all 0.6s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

.mty-copy {
	display: none;
	background: green;
	margin-top: 60px;
	}

.mty .areaa {
	position: absolute;
//	background: #0cf;
	border: 1px solid #0cf;
//	border-radius: 99px;
	z-index: 0;
	top: 0; left: 50%;
	}

.mty.active .area {
//	border: 1px solid #1bde69;
	}

.mty .center-point {
	position: absolute;
//	border: 1px solid blue;
	top: 50%; left: 50%;
	}

.object {
	height: 500px;
	}

.object p {
	font-size: 48px;
	float: left;
	display: inline-block;
	}

.object .parallax {
	display: inline-block;
	}

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: "Barlow", sans-serif;
//	overflow-x: hidden;
	}

body {
//	overflow-x: hidden;
	}

#header {
	width: 90%;
	position: fixed;
	z-index: 9;
	top: 50px; left: 5%;
	}

#logo {
	width: 48px;
	display: inline-block;
	}

#nav {
	width: 22px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	z-index: 50;
	margin-top: -8px;
	top: 50%; right: 0px;
	}

.nav-open {
	width: 100%;
	position: absolute;
	}

.nav-open .line {
	width: 10px;
	height: 1px;
	position: relative;
	background: #222;
	float: right;
	display: block;
	right: 0;

	transition: width .6s ease, opacity .4s ease, transform .6s ease;
	}

.nav-open .line:nth-child(1) {
	float: left;
	}

.nav-open .line:nth-child(2) {
	width: 100%;
	margin-top: 7px;
	}

.nav-open .line:nth-child(3) {
//	display: none;
	margin-top: 7px;
	}

#side-texts .side {
	height: 14px;
	position: fixed;
	overflow: hidden;
	display: inline-block;
	z-index: 20;
	}

#side-top {
	margin-top: 11px;
	top: 55px;
	left: 30%;
	}

.side-line {
	width: 0;
	height: 1px;
	position: fixed;
	background: #222;
	z-index: 19;
	margin-left: -112px;
	top: 72px; left: 30%;
	
	transition: width 1.6s cubic-bezier(.25, 1, .47, 1);
	}

.side-line.show {
	width: 80px;
	}

#side-left {
	margin-top: -5.5px;
	margin-left: -5.5px;
	top: 50%; left: 0px;
	transform: rotate(-90deg);
	}

#side-right {
	margin-top: 15.5px;
	margin-right: 15.5px;
	top: 50%; right: 0px;
	transform: rotate(90deg);
	}

#side-texts .side span {
	position: relative;
	font-weight: 600;
	font-size: 9px;
	color: #222;
	letter-spacing: 5.4px;
	text-transform: uppercase;
	opacity: 0;
	display: block;
	top: -20px;

	transition: all .8s cubic-bezier(.25, 1, .47, 1);
	}

#side-texts .side span.show {
	opacity: 1;
	top: 0;
	}

.holder {
	width: 1400px;
	position: relative;
	display: table;
	z-index: 2;
	margin: 0 auto;
	}

.holder.top {
	display: block;
	}

.small-holder {
	width: 1300px;
	position: relative;
	display: table;
	z-index: 2;
	margin: 0 auto;
	}

#cover {
//	display: table;
	margin: 250px auto 300px auto;
	}

#cover.info {
	margin: 250px auto 100px auto;
	}

#cover.short {
	margin: 230px auto 0 auto;
	}

.para-object {
	position: absolute;
	top: 0;
	}

.parallax .p-transition {
	transition: transform .7s cubic-bezier(0.22, 0.8, 0.6, 1.02);
	}

.weight {
	width: 150px;
	height: 200px;
	position: absolute;
	background: url(../img/gewicht.png);
	background-size: cover;
//	filter: drop-shadow(2px 20px 40px rgba(0, 0, 0, 0.2)) blur(6px);
	filter: blur(6px);
	filter: blur(6px) drop-shadow(-100px 180px 34px rgba(0, 0, 0, 0.07));
	transform: rotate(-25deg);
	margin-top: 80px;
	right: 16%;
	}

#cover h1 {
	width: 720px;
	font-size: 96px;
	color: #111;
	display: table;
	margin-bottom: 82px;
	}

#cover h1.line:after {
	width: 40px;
	height: 3px;
	background: #ff6219;
	display: block;
	content: "";
	margin-top: 30px;
	margin-bottom: -40px;
	}

#cover.short h1 {
	margin-bottom: 50px;
	}

#cover h1 strong {
	color: #ff6219;
	}

#cover h1 .line, .text-holder h2 .line {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: table;
//	border: 1px solid #0cf;
	}

#cover h1 .l-h, .text-holder h2 .l-h {
	position: relative;
	opacity: 0;
	bottom: -120px;

	transition: all 1.4s cubic-bezier(.25, 1, .47, 1);
	}

.text-holder h2 .l-h {
	bottom: -70px;
	}

#cover h1 .l-h.show, .text-holder h2 .l-h.show {
	opacity: 1;
	bottom: 0;
	}

#cover p {
	width: 620px;
	font-size: 19px;
	color: #111;
	line-height: 230%;
	opacity: 0;
	}

#cover p.show {
	opacity: 1;
	}

#cover p .line {
	overflow: hidden;
	display: table;
	}

#cover p .l-h {
	position: relative;
	opacity: 0;
	top: 20px;
	
	transform: rotate(10deg);
	
	transition: opacity 0.9s ease, top 0.9s cubic-bezier(0.23, 1, 0.32, 1);
	}

#cover p .l-h.show {
	opacity: 1;
	top: 0;
	}

.arrow-down {
	width: 52px;
	height: 52px;
	background: url(../img/arrow-down.svg);
	background-size: 37%;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #eee;
	border-radius: 99px;
	cursor: pointer;
	margin-top: 60px;
	}

#cover .media {
	margin-top: -50px;
	}

.media-holder {
	width: 700px;
	position: relative;
	display: table;
	}

.media-holder.right {
	float: right;
	}

.media-holder .bg {
	width: 0%;
	height: 600px;
	position: absolute;
	background: #eee;

	transition: width 1.2s ease;
	transition: width 1.2s cubic-bezier(0.77, 0, 0.175, 1);
	}

.media-holder.right .bg {
	right: 0;
	}

.media-holder.show .bg {
	width: 100%;
	}

.media-holder .image {
	width: 500px;
	position: relative;
	background: #aaa;
	float: right;
	overflow: hidden;
	margin-top: 80px;
	margin-right: -80px;

//	transform: scale(0);
	transition: transform 1.2s ease;
	}

.media-holder .image.show {
//	transform: scale(1);
	}

.media-holder.right .image {
	float: left;
	margin-left: -80px;
	}

.media-holder .image img {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	display: table;

	transform: scale(2.2); /* 1.8 */
	transition: all 1.2s ease;
	}

.media-holder .image.show img {
	transform: scale(1);
	}

.media {
	width: 0;
	height: 600px;
	position: relative;
	background: #eee;

	transition: width 1.4s cubic-bezier(.25, 1, .47, 1);
	}

.media.show {
	width: 800px;
	}

.media.right {
	float: right;
	}

.right-cover {
	width: 600px;
	position: absolute;
	background: #f9f9f9;
	top: 0; right: 0;
	}

.s-text {
	position: absolute;
	overflow: hidden;
    opacity: 0;
	display: inline-block;

	transition: opacity .6s ease;
	}

.s-text.show {
	opacity: 1;
	}

.media.right .s-text {
	top: -42px; left: 60px;
	}

.s-text span {
	font-weight: 700;
	font-size: 86px;
	color: #ff6219;
	letter-spacing: 10px;
	}

.media.right .s-text.left {
	transform-origin: left;
	transform: rotate(-90deg);
	top: 320px; left: 0;
	}

.s-text.num-cut {
	width: 160px;
	}

.s-text.num-cut span {
	margin-left: -22px;
	}

.block {
	width: 100%;
	position: relative;
	display: table;
//	padding: 160px 0;
	padding: 120px 0;
	}

.block.spacing {
//	padding: 160px 0 20px 0;
	padding: 180px 0 80px 0;
	}

.block.dots:after {
	width: 120px;
	height: 300px;
	background: url(../img/dots.svg);
	background-size: 5px;
	position: absolute;
	content: "";
	bottom: 0; left: 0;
	}

.foto {
	max-width: 600px;
	float: left;
	margin-top: 60px;
	}

.right-cover .foto {
	position: relative;
	top: 120px;
	left: -200px;
	}

.right-cover .foto:before {
	width: 120px;
	height: 120px;
	background: #ff6219;
	position: absolute;
	content: "";
	z-index: -1;
	top: -10px; right: -10px;
	}

.intro {
	width: 500px;
	float: left;
	margin-top: -40px;
	margin-left: 150px;
	}

#cover.small p {
	width: 520px;
	}

.circle {
	width: 400px;
	height: 400px;
	position: absolute;
	border-radius: 999px;
	border: 60px solid #ff6219;
	z-index: -1;
//	top: 100px; 
//	left: -480px;
	top: 200px; right: -500px;
	}

.circle.left {
	right: auto;
	left: -500px;
	}

.ervaring {
	width: 400px;
	background: #fff;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
	float: left;
	padding: 30px 40px 40px 40px;
//	margin-top: 80px;
//	margin-left: -90px;
//	margin-bottom: 180px;
	margin: 40px 0 180px -90px;
	}

.ervaring img {
	width: 50px;
	height: 50px;
	}

.ervaring h3 {
	margin: 12px 0;
	}

.ervaring span {
	font-size: 17px;
	line-height: 190%;
	}

.foto, .ervaring, .kaart img, .photo, .sp-card {
//	border-radius: 14px;
	}

.side-bg {
	border-radius: 14px 0 0 14px;
	}

.kaart {
	width: 500px;
	height: 590px;
	position: relative;
//	background: url(../img/nederland.svg);
	background-size: cover;
	float: right;
	margin-top: -76px;
//	margin-bottom: 100px;
	}

.kaart img {
	width: 640px;
	position: absolute;
	border: 4px solid #fff;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.09);
	top: 74px; left: -50px;
	}

.locatie {
	width: 12px;
	height: 12px;
	position: absolute;
	background: #ff6219;
	border: 2px solid #fff;
	border-radius: 99px;
	left: 165px; bottom: 160px;
	}

.locatie:after {
	width: 180%;
	height: 180%;
	position: absolute;
	background: #ff6219;
	border: 1px solid #ff6219;
	box-sizing: border-box;
	border-radius: 199px;
	content: " ";
	margin: -40% -40%;

	-webkit-animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-moz-animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-o-animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 1.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	}

@-webkit-keyframes pulse-ring {
	0% {
		-webkit-transform: scale(0.33);
		}
	80%, 100% {
		opacity: 0;
		}
	}
/*
.code {
	position: absolute;
	font-weight: 700;
	font-size: 226px;
//	color: #ff6219;
//	color: #fff1eb;
	color: #f7f7f7;
	letter-spacing: 25px;
	left: -160px;

	transform: rotate(90deg);
	}*/

.side-bg {
	width: 600px;
	height: 600px;
	position: absolute;
	background: #f9f8f8;
	top: 100px; right: 0;
	}

.photo {
	width: 620px;
	height: 540px;
	position: relative;
	background: #eee url(../img/photo.jpg);
	background-size: cover;
	border-radius: 0 7px 0 7px;
	float: left;
	}

.photo.two {
	height: 700px;
	background: #eee url(../img/photo2.jpg);
	background-size: cover;
	}

.photo:before {
	width: 120px;
	height: 120px;
	background: #ff6219;
	position: absolute;
	content: "";
	z-index: -1;
	top: -10px; left: -10px;
	}

.photo:after {
	width: 120px;
	height: 120px;
	background: #ff6219;
	position: absolute;
	content: "";
	z-index: -1;
	bottom: -10px; right: -10px;
	}

.full {
	width: 80%;
	margin: 0 auto;
	}

.left-holder {
	width: 550px;
	position: absolute;
	display: inline-block;
	float: left;
	margin-top: 280px;
	left: 22%;

	transform: translate(-50%, -50%);
	}

.left-holder, .left-holder * {
	transition: all 1s ease;
	}

.left-holder h2 {
	font-size: 64px;
	letter-spacing: -1px;
	text-align: left;
	margin-bottom: 36px;
	}

.left-holder p {
	font-size: 19px;
	line-height: 190%;
	}

.specialized {
	width: 550px;
	position: relative;
//	background: red;
	display: inline-block;
	float: right;
//	margin-top: 80px;
//	margin-left: -550px;
//	left: 50%;
	}

.specialized:before {
	width: 350px;
	height: 350px;
	position: absolute;
	border: 2px dashed #eee;
	border-radius: 999px;
	content: "";
	margin-top: -175px;
	margin-left: -175px;
	top: 50%; left: 50%;
	}

.specialized:after {
	width: 750px;
	height: 750px;
	position: absolute;
	border: 2px dashed #eee;
	border-radius: 999px;
	content: "";
	margin-top: -375px;
	margin-left: -375px;
	top: 50%; left: 50%;
	}

.sp-card {
	width: 240px;
	height: 260px;
	position: relative;
	background: #fff;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	float: left;
	z-index: 2;
	cursor: pointer;
	margin-bottom: 50px;

	transition: background .5s ease;
	}

.sp-card:nth-child(even) {
	position: relative;
	float: right;
	top: 30px;
	}

.sp-card:hover, .sp-card.selected {
	background: #ff611b;
	}

.sp-icon {
	width: 68px;
	height: 68px;
	position: relative;
	background-color: #fff2ec;
	border-radius: 99px;
	margin-left: -34px;
	top: 50px; left: 50%;
	}

.sp-icon.revalidatie {
	background-image: url(../img/revalidatie.svg);
	}

.sp-icon.spieropbouw {
	background-image: url(../img/spieropbouw.svg);
	}

.sp-icon.lifestyle {
	background-image: url(../img/lifestyle.svg);
	}

.sp-icon.sportperformance {
	background-image: url(../img/sportperformance.svg);
	}

.sp-card h3 {
	font-size: 19px;
	font-weight: 600;
	color: #ff6219;
	text-align: center;
	margin: 70px 30px;

	transition: color .5s ease;
	}

.sp-card:hover h3, .sp-card.selected h3 {
	color: #fff;
	}

/*
.benefits {
	width: 540px;
	float: right;
	margin-top: 20px;
	}

.benefit {
	width: 100%;
	background: #fff;
	box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.04);
	border: 1px solid #eee;
	float: left;
	border-radius: 14px;
	margin-bottom: 34px;
	}

.b-icon {
	width: 76px;;
	height: 76px;
	background: #fbfbfb;
	border-radius: 14px 0 0 14px;
	float: left;
	}

.benefit p {
	font-size: 18px;
	float: left;
	margin-top: 25px;
	margin-left: 12px;
	}*/

.big-photo {
	width: 100%;
	width: 50%;
	height: 820px;
	position: relative;
	background: #fafafa url(../img/gym.jpg);
	background-size: cover;
	float: left;
//	border-radius: 24px;
	}

.info-card {
	width: 50%;
	height: 820px;
	position: absolute;
	background: #fff;
//	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
//	border-radius: 24px;
	box-sizing: border-box;
//	float: right;
	padding: 80px 240px 0px 160px;
	top: 120px; left: 50%;
	}

.info-card .sub-title {
	font-size: 24px;
	margin-bottom: 10px;
	}

.info-card h2 {
	font-size: 54px;
	line-height: 120%;
	text-align: left;
	margin-bottom: 20px;
	}

.info-card p {
	font-size: 21px;
	line-height: 170%;
	margin-bottom: 34px;
	}

.benefits {
	margin-top: 50px;
	}

.benefits.styled {
	margin-top: 30px;
	}

.benefits li {
	font-size: 20px;
	list-style: none;
	margin-bottom: 28px;
	}

.benefits li:before {
	width: 18px;
	height: 15px;
	background: url(../img/check.svg);
	background-size: cover;
	display: inline-block;
	content: "";
	margin-right: 16px;
	}

.benefits.styled li {
	background: #fff9f6;
	font-size: 19px;
	color: #ff6219;
	line-height: 160%;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 22px;
	}

.benefits.styled li:before {
	height: 70px;
	background-size: 18px 15px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	margin-left: 8px; 
	}

.detail {
	width: 540px;
	position: absolute;
	background: #ffdbca;
	background: #fff5f0;
	border-radius: 14px;
	box-sizing: border-box;
	padding: 20px 40px;
	bottom: -400px;
	left: 680px;
	}

.detail p {
	font-size: 19px;
	color: #ef4900;
	line-height: 180%;
	}

#faq {
	margin-top: 400px;
	}

#faq h2 {
	font-size: 62px;
	}

#questions {
	width: 600px;
	position: relative;
//	background: #0cf;
	margin: 80px auto 0 auto;
	}

.question {
	background: #fff;
//	border-bottom: 1px solid #eee;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	border-radius: 14px;
	cursor: pointer;
	padding: 26px 26px;
	margin-bottom: 46px;
	}

.question h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	display: inline-block;
	}

.question .arrow {
	width: 30px;
	height: 30px;
	position: relative;
//	background: #eee;
	float: right;
	margin-top: -3px;
	}

.question .arrow:before, .question .arrow:after {
	width: 12px;
	height: 2px;
	position: absolute;
	background: #222;
	content: "";
	margin-top: -1px;
	margin-left: -6px;
	top: 50%; left: 50%;
	}

.question .arrow:after {
	width: 2px;
	height: 12px;
	margin-top: -6px;
	margin-left: -1px;
	}