* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body {
	position: relative;
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 26px;
	color: #444;
	background: #fff;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.clear {
	clear: both;
}
.mobile, .menu-mobiel-menu-container, .menu-mobiel-menu-en-container {
	display: none;
}

/* Typography */

a, a:link, a:visited {
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	color: inherit;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	outline: 0;
}
b, strong {
	font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
}
i, em {
	font-style: italic;
}
b i, strong i, b em, strong em, i b, i strong, em b, em strong {
}
p {
	margin: 0 0 14px 0;
}
h1, h2, h3, h4, h5, h6, small {
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	font-size: 28px;
	margin: 0 0 14px 0;
	line-height: 1.15em;
	text-transform: uppercase;
}
h2 {
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0;
	line-height: 1.15em;
	text-transform: uppercase;
}
h3 {
	font-family: "Open Sans SemiBold", Helvetica, Arial, sans-serif;
	font-size: 15px;
	display: block;
	margin: 0 0 3px 0;
	line-height: 1.15em;
	letter-spacing: .025em;
	text-transform: uppercase;
}
h4 {
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	line-height: 1.15em;
}
h5 {
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 1em;
}
small {
	font-size: 12px;
	line-height: 1.8em;
}
hr {
	border-bottom: 1px solid #c83a86;
	margin: 0 14px 14px 14px;
	padding: 7px 0;
}
ul, ol {
	margin: 0 0 14px 0;
}
ul ul, ol ol, ul ul ul, ol ol ol {
	margin: 0;
}
ul li, ul ul li, ul ul ul li {
	line-height: 24px;
}
ol li, ol ol li, ol ol ol li {
	line-height: 24px;
	margin-bottom: 7px;
}
sub, sup {
	font-size: 10px;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -5px;
}
sub {
	bottom: -3px;
}
img {
	display: block;
	border: 0;
	max-width: 100%;
	height: auto;
}
hr {
	display: block;
	height: 0;
	border: 0;
	border-style: none;
	clear: both;
}
pre {
	overflow: auto;
}
code, pre {
	font-family: monospace;
	font-size: inherit;
}

/* Formulieren */

form p {
	text-align: left;
}

input, label, select, button, a.button, textarea {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	text-transform: none;
	line-height: 1em;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
input, select, textarea {
	border: 1px solid #ddd;
	padding: 7px 14px;
}
input:focus, select:focus {
	outline: 0;
}
a.button, button, input[type="reset"], input[type="button"], input[type="submit"], input[type="checkbox"], input[type="radio"], select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 14px 0;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="url"], input[type="search"], input[type="number"], select {
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
}
label {
	display: block;
	padding: 0;
	width: 100%;
	text-align: left;
}
label span {
	display: block;
	clear: both;
}
textarea {
	display: block;
	float: left;
	vertical-align: top;
	overflow: auto;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	height: 100px;
	margin-bottom: 21px;
	background: #fff;
}
input[type="file"] {
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
::-webkit-search-decoration {
	display: none;
}
input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
}
a.button, button, input[type="reset"], input[type="button"], input[type="submit"] {
	overflow: visible;
	width: auto;
	border: 1px solid #333;
	outline: none;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	padding: 7px 14px;
	margin: 0 0 14px 0;
	color: #333;
	background: #fff;
	text-decoration: none;
	text-align: left;
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	letter-spacing: 0.025em;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}
a.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button.activated {
	text-decoration: none;
	background: #333;
	color: #e5e5e5;
}
a.button.alt {
	border: 1px solid #e5e5e5;
	background: #000;
	color: #e5e5e5;
}
a.button.alt:hover {
	background: #e5e5e5;
	color: #333;
}
a.button.nav {
	margin-top: 21px;
}
.wpcf7 a.button.nav {
	margin-top: 0;
}
.backbutton a.button.nav {
	margin-top: 0;
}
button[disabled], input[disabled], button[disabled]:hover, html input[disabled]:hover, option:disabled {
	cursor: default;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}
select[multiple] {
	vertical-align: top;
}
::-webkit-input-placeholder {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
::-moz-placeholder {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
:-ms-input-placeholder {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
:-moz-placeholder {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Contactform 7 */

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 26px 14px 0;
}
div.wpcf7-validation-errors {
	border: none;
	color: #c21807;
}
div.wpcf7-mail-sent-ok {
	border: none;
	color: #0b6623;
}
div.wpcf7-response-output {
	margin: 26px 0;
	padding: 0;
	border: none;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 1px solid #c21807;
}
span.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-submit {
	margin-top: 21px;
	float: right;
	margin-right: 1px;
}
div.wpcf7 .ajax-loader {
	margin: 13px 0 0 7px;
}

/* Site */

#sitewrapper {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	will-change: transform;
}
.container {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

/* Toggle */

#toggle {
	display: block;
	float: right;
	background: none;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 32px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 2;
}
#toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 80%;
	background: #444;
	opacity: 1;
	left: 20%;
	border-radius: 1px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#toggle span.activated {
	background: #f8f8f8;
}
#toggle span:nth-child(1) {
	top: 12px;
}
#toggle span:nth-child(2), #toggle span:nth-child(3) {
	top: 18px;
}
#toggle span:nth-child(4) {
	top: 24px;
}
#toggle.toggled span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#toggle.toggled span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#toggle.toggled span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#toggle.toggled span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 32px 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	will-change: transform;
	background: none;
	z-index: 2;
}
#homelink {
	float: left;
	width: 80%;
}
#page-title {
	float: left;
	color: #444;
}
#page-title.activated {
	color: #f8f8f8;
}

/* Navigatie */

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	text-decoration: none;
}

/* Side menu */

.menu-hoofdmenu-container {
	margin-bottom: 36px;
}
nav#side {
	position: fixed;
	display: block;
	width: 350px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	top: 0;
	bottom: 0;
	right: -350px;
	background: #f6f6f6;
	overflow: hidden;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	will-change: transform;
}
nav#side ul li a {
	display: block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	line-height: 28px;
	text-decoration: none;
	opacity: 0.6;
}
nav#side ul li a, nav#side ul li a:link, nav#side ul li a:visited, nav#side ul li a:focus {
	color: #444;
}
nav#side ul li.nohover > a:hover, nav#side ul li.nohover > a:active {
	color: #fff;
	opacity: 0.6;
	cursor: default;
}
nav#side ul li a:hover, nav#side ul li a:active, nav#side ul li.current-menu-item a, nav#side ul li.current_page_parent > a, nav#side ul li.nohover.current-menu-item > a, nav#side ul li.nohover.current-menu-parent > a {
	color: #444;
	opacity: 1;
}
nav#side ul ul {
	padding-bottom: 14px;
}
nav#side ul ul li {
	position: relative;
}
nav#side ul ul li a {
	font-family: "Open Sans Regular", Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin-left: 14px;
	padding: 3px 130px 0 21px;
	background: transparent url('../img/bullit.svg');
	background-repeat: no-repeat;
	background-position: left 9px;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	-o-background-size: 12px 12px;
	background-size: 12px 12px;
}
nav#side .no-hover > a {
	cursor: default !important;
	padding: 3px 130px 3px 0px;
	color: #fff !important;
}
#scroll {
	position: absolute;
	height: 100%;
	width: 500px;
	padding: 38px;
	overflow-y: scroll;
}
#scrollcontent {
	width: 100%;
}
#scrollcontent h2 {
	color: #444;
}

/* Social menu */

nav#social-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav#social-menu li {
	float: right;
	position: relative;
	margin: 0;
}
nav#social-menu li a {
	display: block;
	width: 35px;
	height: 35px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	white-space: nowrap;
	outline: none;
	background: url('../img/social.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 315px 70px;
	-moz-background-size: 315px 70px;
	-o-background-size: 315px 70px;
	background-size: 315px 70px;
	margin: 0 0 14px 14px;
}
nav#social-menu li.googleplus a {
	background-position: -35px 0;
}
nav#social-menu li.twitter a {
	background-position: -70px 0;
}
nav#social-menu li.facebook a {
	background-position: -105px 0;
}
nav#social-menu li.instagram a {
	background-position: -140px 0;
}
nav#social-menu li.linkedin a {
	background-position: -175px 0;
}
nav#social-menu li.pinterest a {
	background-position: -210px 0;
}
nav#social-menu li.youtube a {
	background-position: -245px 0;
}
nav#social-menu li.vimeo a {
	background-position: -280px 0;
}
nav#social-menu li a:hover {
	background-position-y: -35px;
}

/* WPML */

.wpml-ls-menu-item {
	margin-top: 21px;
}

/* Arrows */

.fp-controlArrow.fp-next {
	right: 0;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #444;
}
.fp-controlArrow.fp-prev {
	left: 0;
	border-width: 12px 12px 12px 0;
	border-color: transparent #444 transparent transparent;
}
.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -24px;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
	display: none !important;
}

/* Main */

#main {
	margin-top: 150px;
}

.fp-section.fp-table, .fp-slide.fp-table {
	overflow: hidden;
}
.fp-tableCell {
	position: relative;
}
.fp-scroller {
	transition-duration: 0.5s !important;
}

/* Sections */

.section {
	position: relative;
	text-align: center;
}
.mobile .section {
	text-align: left;
}
.featured {
	position: absolute;
	display: block;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	opacity: 0;
}
.featured.activated {
	opacity: 1;
}
.bigword {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 290px;
	z-index: 0;
	white-space: nowrap;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.bigword.activated {
	opacity: 1;
}
.text {
	display: block;
	width: 30%;
	text-align: justify;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}
#section-3 .text, #section-5 .text, #section-6 .text, #section-11 .text {
	text-align: left;
}
.text.activated {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.column, .column-1, .column-2 {
	text-align: justify;
	width: 50%;
	float: left;
}
.column {
	padding: 42px 0;
	width: 80%;
	float: none;
}
.column-1 {
	padding: 42px 21px 42px 0;
}
.column-2 {
	padding: 42px 0 42px 21px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.light {
	color: #333;
}
.mobile .light {
	background: #fff;
}
.dark {
	color: #e5e5e5;
}
.mobile .dark {
	background: #000;
}
.light .bigword {
	color: #f8f8f8;
}
.dark .bigword {
	color: #222;
}

/* Section 2 */

#color-split {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	overflow: hidden;
}
#color-split .bigword {
	color: #f8f8f8;
	margin-left: -100%;
}
table {
	display: table;
	border-spacing: 14px;
	border-collapse: separate;
	table-layout: fixed;
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
}
table.activated {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
table td {
	width: 50%;
}
table td:nth-child(2) {
	color: #333;
}
table tr {
	padding: 21px;
}
table h2 {
	margin-bottom: 21px;
}

/* Section 3 */

#depressed {
	height: 90%;
	width: 60%;
	bottom: 0;
	right: 2%;
	-webkit-transform: translate(5%,0);
	-ms-transform: translate(5%,0);
	transform: translate(5%,0);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}
#depressed.activated {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* Section 4 */

#sprinter {
	width: 80%;
	height: 80%;
	top: 50%;
	-webkit-transform: translate(-20%, -50%);
	-ms-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}
#sprinter.activated {
	-webkit-transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%);
}

/* Section 5 */

#boek {
	height: 80%;
	width: 50%;
	-webkit-transform: translate(-10%, 0);
	-ms-transform: translate(-10%, 0);
	transform: translate(-10%, 0);
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}
#boek.activated {
	-webkit-transform: translate(-20%, 0);
	-ms-transform: translate(-20%, 0);
	transform: translate(-20%, 0);
}

/* Section 6 */

#section-6 {
	padding-top: 0 !important;
}
#tango {
	height: 90%;
	width: 50%;
	-webkit-transform: translateX(0);
	-ms-transform: translatex(0);
	transform: translatex(0);
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#tango.activated {
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	transform: translateX(-20%);
}

/* Section 7 */

#caring {
	height: 85%;
	width: 50%;
	-webkit-transform: translateX(-20%);
	-ms-transform: translatex(-20%);
	transform: translatex(-20%);
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#caring.activated {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Section 8 */

#fredrike {
	height: 80%;
	width: 50%;
	-webkit-transform: translateX(-20%);
	-ms-transform: translatex(-20%);
	transform: translatex(-20%);
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#fredrike.activated {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#pieter {
	height: 80%;
	width: 50%;
	-webkit-transform: translate(20%);
	-ms-transform: translate(20%);
	transform: translate(20%);
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#pieter.activated {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

/* Section 10 */

#eva_trainers {
	height: 80%;
	width: 50%;
	left: 18%;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#fredrike_trainers {
	height: 80%;
	width: 50%;
	left: 18%;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#pieter_trainers {
	height: 80%;
	width: 50%;
	left: 18%;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: -1;
}
#section-10 .text {
	position: relative;
	height: 35vh;
}
#section-10 .text.right div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-10%)
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	opacity: 0;
}
#section-10 .text.right div.activated {
	opacity: 1;
	-webkit-transform: translateY(-50%)
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#section-10 .text.left div {
	position: absolute;
	top: 50%;
	opacity: 1;
	-webkit-transform: translateY(-50%)
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#section-10 .button {
	display: block;
    clear: both;
    float: left;
    margin: 0 0 14px 0;
}

/* Section 11 */

#superentropy_boek {
	height: 90%;
	width: 50%;
	-webkit-transform: translate(-10%, 0);
	-ms-transform: translate(-10%, 0);
	transform: translate(-10%, 0);
	right: 0;
	bottom: 5%;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	z-index: 1;
}
#superentropy_boek.activated {
	-webkit-transform: translate(-20%, 0);
	-ms-transform: translate(-20%, 0);
	transform: translate(-20%, 0);
}

/* Blog */

.single {
	overflow-y: scroll;
}
.single #header {
	display: none;
}
.single #main {
	position: relative;
	margin: 0;
	padding: 32px;
	width: 80%;
	margin: 0 auto 42px auto;
}

/* Modal */

.modal-wrapper {
	background: #fff !important;
	height: 100vh !important;
}
.modal {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 42px;
	border: none;
	background: #fff;
}
#modal-content {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 42px;
}
.close-modal {
	float: right;
	font-size: 32px;
	padding: 14px;
	cursor: pointer;
}

/* Video */

.videoWrapper {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper:before {
	content: "";
	clear: both;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Wordpress */

img.alignright, img.alignleft, img.aligncenter, img.alignnone {
	border: 1px solid #666;
}
img.alignright {
	float: right;
	margin: 0 0 3em 3em
}
img.alignleft {
	float: left;
	margin: 0 3em 3em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
img.alignnone {

}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.admin-bar #header, .admin-bar nav#side {
	top: 32px;
}

/* Footer */

#footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	will-change: transform;
	background: none;
	color: #444;
}
#copyright {
	letter-spacing: .025em;
	float: left;
	opacity: .6;
	line-height: 30px;
}

/* Footer menu */

nav#footer-menu ul {
	float: right;
}
nav#footer-menu ul:after {
	content: '';
	display: block;
	clear: both;
}
nav#footer-menu ul li {
	position: relative;
	float: left;
}
nav#footer-menu ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 9px;
	background: #444;
	opacity: 0.6;
}
nav#footer-menu ul li:first-child:after {
	content: "";
	display: none;
}
nav#footer-menu ul li a {
	display: block;
	position: relative;
	float: left;
	padding: 0 14px;
	font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
	line-height: 1.8em;
	text-decoration: none;
	letter-spacing: .025em;
	background: none;
	color: #444;
	opacity: 0.6;
}

nav#footer-menu ul li a:hover, nav#footer-menu ul li a:active {
	opacity: 1;
}

/* Media Queries */

@media only screen and (max-width: 1023px) {

	.mobile, .menu-mobiel-menu-container, .menu-mobiel-menu-en-container {
		display: block;
	}
	.desktop, .menu-hoofdmenu-container, .menu-hoofdmenu-en-container {
		display: none;
	}
	#scroll {
		padding: 19px 38px;
	}
	#homelink {
		padding: 0 21px;
	}
	#toggle {
		margin: 0 21px 0 0;
	}
	.admin-bar #header, .admin-bar nav#side {
		top: 32px;
	}
	#header {
		position: fixed;
		background: #fff;
		padding: 14px 0;
	}
	#side-menu-content {
		display: none;
	}
	#pagewrapper {
		margin: 0;
	}
	#pagewrapper:after {
		content: "";
		height: 0;
	}
	#footer {
		height: auto;
		padding-bottom: 14px;
	}
	.container {
		width: 100%;
	}
	#page-title.activated {
		color: #444 !important;
	}
	#toggle span {
		background: #444 !important;
	}
	.section {
		padding-top: 0 !important;
	}
	#page-1 {
		padding-top: 90px !important;
	}
	.featured {
		display: none;
		position: relative;
		opacity: 1;
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.bigword {
		position: absolute;
		overflow: hidden;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 290px;
		z-index: 0;
		white-space: nowrap;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
	}
	.text, .column, .column-1, .column-2, #section-6 .column-1, #section-6 .column-2 {
		display: block;
		width: 100%;
		text-align: left;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		padding: 42px 21px;
		float: none;
	}
	.fp-tableCell {
		padding: 0;
	}
	.left, .right, .center {
		float: none;
		text-align: left;
		margin: auto;
	}
	.middle {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.light {
		color: #333;
	}
	.dark {
		color: #e5e5e5;
	}
	.light .bigword {
		color: #f8f8f8;
	}
	.bigword {
		opacity: 1;
	}
	a.button.nav {
		display: none;
	}
	table {
		opacity: 1;
		margin-top: -70px;
		margin-bottom: 49px;
	}
	table td {
		display: block;
		clear:both;
		width: 100%;
	}
	table td:nth-child(2) {
		display:none;
	}
	.column.light table td:nth-child(2) {
		display:block;
		color: #333;
		background: #fff;
	}
	.column.light table td:first-child {
		display:none;
	}
}
@media only screen and (max-width: 782px) {

	.admin-bar #header, .admin-bar nav#side {
		top: 46px;
	}
	.admin-bar #sitewrapper {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed;
	}
	#toggle {
		right: 14px;
	}
	#scroll {
		padding: 20px 40px;
	}
	nav#footer-menu ul {
		float: left;
	}
	nav#footer-menu ul li {
		clear: both;
	}
	nav#footer-menu ul li a {
		float: none;
		padding: 0 0 7px 0;
	}
	nav#footer-menu ul li:after {
		content: "";
		display: none;
	}
	#copyright {
		clear: both;
		padding: 21px 28px;
	}
}
@media only screen and (max-width: 480px) {
	.single #main {
		width: 100%;
	}
}
@media only screen and (min-width: 991px) {

	#side-menu-content {
		display: block;
	}
	.container {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1199px) {

	.fields {
		display: block;
		position: relative;
		float: left;
		width: calc(100% - 250px);
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 80%;
	}

}
@media only screen and (max-width: 480px) {
	input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], select, input.small, input.large, input.fill {
		width: 100%;
	}
	#toggle {
		right: 0;
	}
}

/* Fonts */

@font-face {
	font-family: 'Open Sans Regular';
	src: url("../fonts/opensans/Regular/OpenSans-Regular.eot?v=1.1.0");
	src: url("../fonts/opensans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/opensans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/opensans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Regular Italic';
	src: url("../fonts/opensans/Italic/OpenSans-Italic.eot?v=1.1.0");
	src: url("../fonts/opensans/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/opensans/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../fonts/opensans/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans SemiBold';
	src: url("../fonts/opensans/SemiBold/OpenSans-SemiBold.eot?v=1.1.0");
	src: url("../fonts/opensans/SemiBold/OpenSans-SemiBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/SemiBold/OpenSans-SemiBold.woff?v=1.1.0") format("woff"), url("../fonts/opensans/SemiBold/OpenSans-SemiBold.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/SemiBold/OpenSans-SemiBold.svg?v=1.1.0#SemiBold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans SemiBold Italic';
	src: url("../fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.eot?v=1.1.0");
	src: url("../fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/SemiBoldItalic/OpenSans-SemiBoldItalic.svg?v=1.1.0#SemiBoldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url("../fonts/opensans/Bold/OpenSans-Bold.eot?v=1.1.0");
	src: url("../fonts/opensans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/opensans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold Italic';
	src: url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
	src: url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/opensans/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
	font-weight: normal;
	font-style: normal;
}