@charset "UTF-8";

/*-------FONT-------*/
@font-face {
    font-family: 'ShapiroRegular';
    src: url('../fonts/Shapiro-Regular.woff2') format('woff2'),
        url('../fonts/Shapiro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kiona-Regular';
    src: url('../fonts/Kiona-Regular.woff2') format('woff2'),
        url('../fonts/Kiona-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ShapiroBold';
    src: url('../fonts/Shapiro-Bold.woff2') format('woff2'),
        url('../fonts/Shapiro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Expansiva';
    src: url('../fonts/Expansiva-Bold.woff2') format('woff2'),
        url('../fonts/Expansiva-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.shapiroregular {
font-family: 'ShapiroRegular';
}

.kionaregular {
font-family: 'Kiona-Regular';
}

.shapirobold {
font-family: 'ShapiroBold';
}

.montserratlight {
font-family: 'Montserrat', sans-serif;
font-weight:300;
}

.montserratregular {
font-family: 'Montserrat', sans-serif;
font-weight:400;
}

.montserratsemibold {
font-family: 'Montserrat', sans-serif;
font-weight:500;
}

.montserratbold {
font-family: 'Montserrat', sans-serif;
font-weight:600;
}

.ibm-plex-sans-300 {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.expansiva {
  font-family: 'Expansiva';
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a img {outline : none; border: 0}

.minus {padding:0 10px 0 -25px }
i.far {margin:10px 10px 0 -25px }
i.fas {margin:0 10px 0 -25px}
.noleft {margin-left:10px!important}

/* --------VALIDATOR--------- */
.invalid {position:relative; color:red; font-size:11px;}


/* --------LARGE SCREEN--------- */

/*------- BTN --------*/

a.btn img {
 width:100px;
}

a.btnregister img {
 width:150px;
}

/* Darker background on mouse-over */
a.btn:hover {
}

/* STARTVIDEO */
.video-wrapper {
    position: absolute;
    top:0px;    
    text-align: center;
    width:70%;    
    margin: 6% auto 100px 15%;    
}

.video-wrapper > video {
    width: 100%;    
    /*max-width:1200px;*/
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.5;
    cursor: pointer;
/*    background-image: linear-gradient(transparent, #000);*/
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 0.5;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/* Specs */
.hidden {
	display: none;    
}

.white {color:white}
.blue {color:#0072BC}
.black {color:black}
.darkblue {color:#4a5967}
.darkgrey {color:#4a5967}
.uppercase {text-transform: uppercase}
.tcenter {text-align: center}
.padauk {font-family: 'Source Code Pro', monospace;}
.padaukbold { font-family: 'Source Code Pro', monospace; font-weight:600;}
.blur {text-shadow: 0 0 10px #FFFFFF;}

.spacer5 {
    display:block;
    position:relative;
    width:100%;
    height:5px;
}

.spacer15 {
    display:block;
    position:relative;
    width:100%;
    height:15px;
}

.spacer25 {
    display:block;
    position:relative;
    width:100%;
    height:25px;
}

.spacer50 {
    display:block;
    position:relative;
    width:100%;
    height:50px;
}

.spacer100 {
    display:block;
    position:relative;
    width:100%;
    height:100px;
}

h1 {
    font-size:34px;
    line-height: 40px;
    letter-spacing: 1px;
}

h2 {
    font-size:20px;
    line-height: 26px;
    margin: 25px 0 15px 0;
}

h3 {
    font-size:16px;  
    line-height: 20px;
    margin: 30px 0 15px 0; 
}

p, table {
    font-size:13px;
    line-height: 21px;
    margin: 0 0 2% 0;    
}

tr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
        font-size:14px;
    line-height: 16px;
    color:white;
}

p {
    font-size:18px;
    line-height: 24px;
    margin: 0 0 15px 0;
    font-family: 'Kiona-Regular';
}

p a {
    font-family: 'Kiona-Regular';
}

p.text {
    font-size:14px;
    line-height: 22px;
    margin: 0 0 15px 15px;
    color:white;
}

p.textgoodtoknow {
    font-size:14px;
    line-height: 20px;
    margin: 0 0 15px 0;
    color:white;
}

p.intro {
    font-size:24px;
    line-height: 40px;
    margin: 0 0 2% 0;
}

a {
    text-decoration:none;    
    font-family: 'Kiona-Regular';    
}

a:hover {
    text-decoration:none;
    text-shadow: 0 0 10px #FFFFFF;
}


/* Body */
body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;    
	margin: 0 auto !important; 
	float: none !important; 
}

.nxtlogo {display:block; width:300px; text-align: center;margin:0 0 0 0;}
.nxtlogo img {width:100%; text-align: center;}

.nxtlogosmall {display:block; width:270px; text-align: center;margin:0 auto 0 auto;}
.nxtlogosmall img {width:100%; text-align: center;}

.nxttitle {display:block; width:400px; text-align: center;margin:0 auto 15px auto;}
.nxttitle img {width:100%; text-align: center;}

.nxtlogoxtrasmall {position:absolute; top:6.3% ; left:50%; display:block; width:240px; text-align: center;margin:0 50px 0 -120px; z-index:20}
.nxtlogoxtrasmall img {width:100%; text-align: center;}

.bggrid { 
  /*background: url(../images/ntt-background-main.jpg) no-repeat bottom center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color:#050505;    
}



.bgblue { 
  background: url(../assets/ntt-background-blue-v2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Container */
.container {
	width: 100%;
    /*max-width:1200px;*/
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color: #FFFFFF;
}


/* Uitschuivende menubalk */

.menu-toggle {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    top: 5%;
    right: 3%;
    z-index: 1001;
    color:white;
/*    background: rgb(187,222,243);
background: -moz-linear-gradient(110deg, rgba(187,222,243,0.8) 0%, rgba(0,114,188,0.8) 25%, rgba(148,215,184,0.8) 50%, rgba(187,222,243,0.8) 85%, rgba(255,255,255,0.8) 100%);
background: -webkit-linear-gradient(110deg, rgba(187,222,243,0.8) 0%, rgba(0,114,188,0.8) 25%, rgba(148,215,184,0.8) 50%, rgba(187,222,243,0.8) 85%, rgba(255,255,255,0.8) 100%);
background: linear-gradient(110deg, rgba(187,222,243,0.8) 0%, rgba(0,114,188,0.8) 25%, rgba(148,215,184,0.8) 50%, rgba(187,222,243,0.8) 85%, rgba(255,255,255,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbdef3",endColorstr="#ffffff",GradientType=1);*/
}

.menu {
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px; /* Verbergt het menu buiten het scherm */
    /*background-color: rgba(255,255,255,0.8);*/
    transition: right 0.3s ease;
    z-index: 1000;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 35vh; /* Extra ruimte bovenaan voor de hamburgerknop */
}

.menu ul li {
    margin: 20px 0;
}

.menu ul li a {
    color: white;
font-family: 'Kiona-Regular';
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0px;
    display: block;
    /*border-bottom: 2px solid white;*/
}

.menu ul li a.active {
    color: white;
font-family: 'Kiona-Regular';
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0px;
    display: block;
    border-bottom: 2px solid;
    border-image:  linear-gradient(90deg,rgba(217, 221, 222, 1) 0%, rgba(213, 218, 220, 1) 21%, rgba(181, 186, 190, 1) 40%, rgba(0, 6, 22, 1) 78%);
    border-image-slice: 1; /* Zorgt ervoor dat de gradient correct wordt toegepast */
}

.menu ul li a:hover {
    color: white;
    /*border-bottom: 2px solid;
    /*border-image:  linear-gradient(90deg,rgba(217, 221, 222, 1) 0%, rgba(213, 218, 220, 1) 34%, rgba(181, 186, 190, 1) 74%, rgba(85, 96, 99, 1) 100%);
    border-image-slice: 1; /* Zorgt ervoor dat de gradient correct wordt toegepast */
}


/* Navigation */
header {
    position:fixed;    
    z-index: 1;
	width: 100%;
	height: 37px;
	/*background-color: red;*/
	/*border-bottom: 0px solid black;*/
}

.fb {
  /*      background: url(../images/headerbackground.jpg) no-repeat right center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #0072BC;
}

.logo {
    position:relative;
    float:left;
	width: auto;
    height:auto;
	margin: 35px 0 0 5%;    
}

.logo img {
width:125px;    
}

nav {
    position:relative;
	float: right;
	width: auto;
	text-align: right;
    margin: 0 7% 0 0;	
    /*background-color: red;*/
}

header nav ul {
	list-style: none;
	float: right;
    margin: 0 0 0 0;
}
nav ul li {
	float: left;
font-family: 'Montserrat', sans-serif; font-weight:400;
	color: #fff;
	font-size: 14px;
	text-align: left;
	margin-right: 20px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
    padding:10px 10px 10px 30px;
    /*background-color: red;*/
      background-image: url("../images/knop-boogje-links.svg");
  background-repeat: no-repeat;
  background-position: left 0px center;   
}
ul li a {
	color: #fff;
	text-decoration: none;
font-family: 'Montserrat', sans-serif; font-weight:400;
}

ul li:hover a {
	color: #fff;
}

ul li a.active {
	color: #fff;
font-family: 'Montserrat', sans-serif; font-weight:600;
}

/* CONTENT Section */
.contentvideo {
    position:absolute;
    z-index: 0;
	width: 100%;
	height: auto;
	/*background-color: red;*/
	border-bottom: 0px solid #2C9AB7;
}

.contentregistration {
    position:absolute;
    z-index:15;
    top:100px;
    width:100%;
    height : 80vh;    
    padding-bottom:300px;
    text-align:center;
    /*background: yellow;*/
}

.contentregistration:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #regwrapper {
    display: inline-block;
    vertical-align: middle;
    width:70%;  
    padding: 50px 0 50px 0;  
  } 

/* BEGIN Form */


form { font-family: 'Kiona-Regular';
font-weight:300; font-size: 14px; line-height: 18px;color:white }
.title { font-family: 'Kiona-Regular';
font-weight:300;color:white; font-size: 14px; }
.multiple {float:left}
.contactopmaak {position:relative;float:left;width:100%; /*background-color:lightpink;*/}
.formkolom12lines {clear:left;position:relative;float:left;width:48%; height:55px;padding-top:3px;padding-right:2%;text-align:right; /*background-color: aliceblue*/}
.formkolom22lines {clear:right;position:relative;float:right;width:50%; height:57px;padding-top:1px;padding-left:0%;padding-bottom:3%; text-align:left; /*background-color: aliceblue*/}
.formkolom1 {clear:left;position:relative;float:left;width:48%; height:17px;padding: 3px 2% 5px 0;text-align:right; /*background-color: aliceblue*/}
.formkolom2 {clear:right;position:relative;float:right;width:48%; height:19px;padding: 1px 2% 5px 0; text-align:left; /*background-color: aliceblue*/}
.formkolom2clear {
    clear: both;
    position: relative;
    float: left;
    width: 50%;
    padding-left: 50%;
    padding-bottom:10px;
    text-align: left;
    /*background-color: aliceblue;*/
    margin: 30px 0 0 0;
}
.formspacer {margin: 10px 0 0 0}
.formspacerbig {margin: 10px 0 20px 0}
fieldset {border: 0px solid white}
#new_diet {display:block; float:left; }
#new_diet_p {display:block; float:left; }
.pleasefillin {display:block; position:relative; float:left; width: 50%; height:20px; margin: 30px 0 30px 0; /*background-color: green*/}
input[type=text] {width:70%; border:1px solid #282966; padding: 5px 10px 5px 10px; font-family: "IBM Plex Sans", sans-serif; font-weight:400;border-radius: 35px}
input[type=email] {width:70%; border:1px solid #282966; padding: 5px 10px 5px 10px; font-family: "IBM Plex Sans", sans-serif; font-weight:400; border-radius: 35px}
.submit {position: relative; float:left; padding:0 5% 0 50%}

input[type=submit] {
 font-family: 'Kiona-Regular';
background: #AEB3B9;
background: -webkit-linear-gradient(115deg,rgba(205, 205, 205, 1) 0%, rgba(70, 70, 70, 1) 50%, rgba(50,50, 50, 1) 85%, rgba(10, 10, 10, 1) 100%);
background: -moz-linear-gradient(115deg,rgba(205, 205, 205, 1) 0%, rgba(70, 70, 70, 1) 50%, rgba(50,50, 50, 1) 85%, rgba(10, 10, 10, 1) 100%);
background: linear-gradient(115deg,rgba(205, 205, 205, 1) 0%, rgba(70, 70, 70, 1) 50%, rgba(50,50, 50, 1) 85%, rgba(10, 10, 10, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#AEB3B9",
  endColorstr="#556063",
  GradientType=0
);
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 5px 15px 5px 15px; /* Some padding */
  font-size: 14px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;   
}

input[type=submit]:hover {
background-color: #709ACD;
}

	label.error {
    position: absolute;
   left:0;
  top: -20px;
    width:86%;    
    border: solid 1px red;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 0 5px;
    color:black;    
}

	label#aanspreking-error.error {
    position: absolute;
    left:50%;
    top: -20px;
    width:43%;     
    border: solid 1px red;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 0 5px;
}


/* END Form */

.contentreganswer {
    position:absolute;
    z-index:1;
    top:50%;
	width: 50%;
	height: 200px;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: -100px 0 0 0;
    padding: 0 0 0 25%;
}

.contentpractical {
    position:absolute;
    z-index:15;
    top:50%;
	width: 50%;
	height: 350px;
	border-bottom: 0px solid #2C9AB7;    
    margin: -175px 0 0 0;
    padding: 0 0 0 33%;
    background-color:rgba(0, 0, 0, 0.6);
}

.contentgoodtoknow {
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 550px;
    height: auto;
    border-bottom: 0px solid #2C9AB7;
}

.contentpracticalleft {
    position:relative;
    float:left;
    width:45%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contentpracticalright {
    position:relative;
    float:left;
    width:55%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contentpartners {
    position:absolute;
    z-index:1;
    top:50%;
	width: 90%;
	height: 600px;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: -300px 0 0 5%;
    padding: 0 0 0 0;
    text-align: center;
}

.contentpartners img {
    width:40%;
}

.contentpictures {
    position:relative;
    width: 100%;
	height: auto;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: 0 0 0 0;
    padding: 150px 0 0 0;
}

.contentcenter {
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
	width: 500px;
	height: 400px;
	/*background-color: red;*/
	border-bottom: 0px solid #2C9AB7;   
    margin: -200px 0 0 -250px;
}

.nxtcenter2 {
    position:absolute;
    z-index:10;
    top:50%;
    left:50%;
	width: 300px;
	height: 300px;
	border-bottom: 0px solid #2C9AB7;   
    margin: -170px 0 0 -170px;
}

.nxtbgimageright {
    position:fixed;
    z-index:5;
    top:0;
    right:0;
    width: auto;
	height: 100vh;
}

.nxtbgimageright img {
height:100%;
width:auto;
}

.content {
    position:relative;
    float:left;
	width: 100%;
	height: auto;
	 margin:175px 0 0 0;
    z-index:100;
}



/* Footer */
.footer {
    position:fixed;
    bottom:0;
    z-index: 10;
	width: 100%;
	height: 20px;
	/*background-color: red;*/
	/*border-bottom: 0px solid #2C9AB7;*/
}

.footer img {
width:100%;    
}

.footerback {
      background: url(../images/footerbackground.png) no-repeat right center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-position: left;
}

.footerform {
    position:relative;
    bottom:0;
    z-index: 1;
	width: 100%;
	height: 70px;
	/*background-color: green*/
	/*border-bottom: 0px solid #2C9AB7;*/
}

.footerform img {
width:100%;    
}

.footerlogo {
    position:fixed;
    right: 0;
    bottom: 0;
    margin: 0 3% 3% 0;
    width: 130px;
    height:auto;
    z-index:15;
}

.footerlogo img {
    width:100%;
}

.footerarrow {
    position:absolute;
    right: 0;
    bottom: 0;
    margin: 0 2% 2.5% 0;
    width: 150px;
    height:auto;
}

.footerarrow img {
    width:100%;
}

.footerstar {
    position:fixed;
    bottom:35px;
    left:35px;
    z-index: 10;
	width: 100px;
	height: 109px;
	/*background-color: red;*/
	/*border-bottom: 0px solid #2C9AB7;*/
}

.footerstar img {
    width:100%;
}


/* --------LAPTOP SCREEN--------- */

/* ----------- Non-Retina LAPTOP Screens ----------- */
@media screen and (max-width: 1200px) , screen and (max-height: 800px) {

.contentpartners {
    position:absolute;
    z-index:1;
    top:50%;
	width: 90%;
	height: 800px;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: -250px 0 0 5%;
    padding: 0 0 0 0;
    text-align: center;
}    

}






/* Mobile */
@media (max-width: 280px) {
    
header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 10px 0 0 0;
    /* background-color: red; */
    /* border-bottom: 0px solid black; */
}
    
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
    
    .contentgoodtoknow {
    position:absolute;
    z-index:1;
    top:15%;
	width: 80%;
	height: auto;
	border-bottom: 0px solid #2C9AB7;    
    margin: 0 0 0 10%;
    }    
    
h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 30px 5% 15px 5%;
}    
    
p.textgoodtoknow {
    font-size:14px;
    line-height: 22px;
    margin: 0 0 15px 0;
    color:white;
}    
    
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
    
.footerlogo {
    position:fixed;
    left: 0;
    bottom: 0;
    margin: 0 0 2% 2%;
    width: 150px;
    height:auto;
}
    

}

/* Small Tablets */
@media (min-width: 280px)and (max-width: 767px) {

h1 {
    font-size:28px;
    line-height: 34px;
    letter-spacing: 1px;
}    
    
h2 {
    font-size:13px;
    line-height: 20px;
    margin: 15px 0 5px 0;
}   
    
h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 30px 5% 15px 5%;
}      
    
p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 5% 0 5%;
}
    
    
header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: auto;
    min-height: 20px;
    padding: 10px 0 0 0;
    /* background-color: red; */
    /* border-bottom: 0px solid black; */
}

/*---UITSCHUIVENDE MENUBALK----*/
.menu {
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px; /* Verbergt het menu buiten het scherm */
    background-color: rgba(0,0,0,0.90);
    transition: right 0.3s ease;
    z-index: 1000;
}    
    
.nxtlogo {display:block; width:300px; text-align: center;margin:0 0 0 15px;}
.nxtlogo img {width:100%; text-align: center;}    
    
.nxttitle {display:block; width:300px; text-align: center;margin:0 auto;}
.nxttitle img {width:100%; text-align: center;}    
    
.nxtlogosmall {display:block; width:150px; text-align: center;margin:0 auto;}
.nxtlogosmall img {width:100%; text-align: center;}    
    
.fb {
  /*      background: url(../images/headerbackground.jpg) no-repeat right center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: #0072BC;
}
    
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 20%;
    width: 50%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 4px;
    font-size: 11px;
}
    
/* STARTVIDEO */
.video-wrapper {
    position: absolute;
    top:150px;    
    text-align: center;
    left:0;
    margin-left:0;
    width:100%;
}

.video-wrapper > video {
    width: 100%;
    max-width:1000px;
    vertical-align: middle;
}   
    
/* BEGIN Form */
    
.contentregistration {
    position:absolute;
    z-index:15;
    top:100px;
	width: 80%;
	height: auto;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: 0 0 0 0;
    padding: 0 10% 20% 10%;
}    
    
#regwrapper {
    display: inline-block;
    vertical-align: middle;
    width:100%;  
  }     

form {      font-family: 'Kiona-Regular';
font-weight:400; font-size: 13px; line-height: 18px;color:white } 
.formkolom12lines {clear:left;position:relative;float:left;width:100%; height:auto;padding-top:3px;padding-bottom:10px;padding-right:0%;text-align:left; /*background-color: aliceblue*/}
.formkolom22lines {clear:right;position:relative;float:left;width:100%; height:auto;padding-top:1px;padding-left:0%; text-align:left; /*background-color: aliceblue*/}
.formkolom1 {clear:left;position:relative;float:left;width:100%; height:17px;padding-top:3px;padding-right:0;text-align:left; /*background-color: aliceblue*/}
.formkolom2 {clear:right;position:relative;float:left;width:100%; height:19px;padding-top:1px;padding-left:0; text-align:left; /*background-color: aliceblue*/}
.formkolom2clear {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 0%;
    text-align: left;
    /*background-color: aliceblue;*/
    margin: 30px 0 0 0;
}
.formspacer {margin: 10px 0 0 0}
fieldset {border: 0px solid white}
#new_diet {display:inline-block; float:right; margin-right:5%;width:170px;}
.pleasefillin {display:block; position:relative; float:left; width: 50%; height:20px; margin: 30px 0 30px 0; /*background-color: green*/}
input[type=text] {width:90%}
input[type=email] {width:90%}
.submit {
    clear: both;
    position: relative;
    float: left;
    padding: 10% 10% 0 0;
}
    

    
	label#aanspreking-error.error {
    position: absolute;
    left:0;
    top: -20px;
    width:87%;     
    border: solid 1px red;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 0 5px;
}    
    
/* END Form */    
    
.spacer100 {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
}    
    
.content {
    position:relative;
    float:left;
	width: 100%;
	height: auto;
	margin: 25px 0 0 0;
    z-index:100;
}    

.contentreganswer {
    position:absolute;
    z-index:15;
    top:50%;
	width: 90%;
	height: 200px;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: -100px 0 0 0;
    padding: 0 0 20% 5%;
}    
    
    .contentgoodtoknow {
    position:absolute;
    z-index:15;
    top:15%;
	width: 100%;
	height: auto;
	border-bottom: 0px solid #2C9AB7;    
    margin: 0 0 0 0;
    }    
    
p.textgoodtoknow {
    font-size:14px;
    line-height: 22px;
    margin: 0 0 15px 0;
    color:white;
} 
    
.contentpractical {
    position:relative;
    float:left;
margin: 0 0 0 0;
    height:auto;
    width:90%;
    padding: 130px 0 150px 5%;
} 
    
.contentpracticalleft {
    position: relative;
    float: left;
    width: 90%;
    margin: 0 0 0 5%;
    padding: 0 0 0 0;
}   
    
.contentpracticalright {
    position: relative;
    float: left;
    width: 90%;
    margin: 3% 0 0 5%;
    padding: 0 0 0 0;
}     
    
.contentpartners {
    position:relative;
    float:left;
margin: 0 0 0 0;
    height:auto;
    padding: 200px 0 0 0;
    text-align:center;
    width:100%;
}

.contentpartners img {
    width:100%;
}
    
.contentpictures {
    position:relative;
    float:left;
margin: 0 0 0 0;
    height:auto;
    padding: 200px 0 0 0;
    text-align:center;
    width:100%;
}    
    
.contentcenter {
    position:absolute;
    z-index:15;
    top:30%;
    left:50%;
	width: 300px;
	height: 250px;
	/*background-color: red;*/
	border-bottom: 0px solid #2C9AB7;   
    margin: -50px 0 0 -150px;
} 
    
.nxtbgimageright {
    position:fixed;
    z-index:5;
    top:0;
    right:0;
    width: auto;
	height: 100vh;
}

.nxtbgimageright img {
height:100%;
width:auto;
opacity: 0.6;    
}    
    
footer {
    position:fixed;
    bottom:0;
    z-index: 1;
	width: 100%;
	height: 30px;
	background-color: white;
	/*border-bottom: 0px solid #2C9AB7;*/
}    
    
.footerlogo {
    position:fixed;
    left: 50%;
    bottom: 0;
    margin: 0 0 5% -60px;
    width: 120px;
    height:auto;
}
    
.footerstar {
    position:fixed;
    bottom:15px;
    left:5px;
    z-index: 10;
	width: 50px;
	height: 54px;
	/*background-color: red;*/
	/*border-bottom: 0px solid #2C9AB7;*/
}

.footerstar img {
    width:100%;
}    
    

}



/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.contentpartners {
    position:absolute;
    z-index:1;
    top:50%;
	width: 80%;
	height: 500px;
	/*background-color: yellow;*/
	border-bottom: 0px solid #2C9AB7;    
    margin: -200px 0 0 10%;
    padding: 0 0 0 0;
    text-align: center;
}
    
    .contentgoodtoknow {
    position:absolute;
    z-index:1;
    top:15%;
	width: 80%;
	height: auto;
	border-bottom: 0px solid #2C9AB7;    
    margin: 0 0 0 10%;
    }    
    
p.textgoodtoknow {
    font-size:14px;
    line-height: 22px;
    margin: 0 0 15px 0;
    color:white;
} 

.contentpartners img {
    width:60%;
}    
    
}
