@charset "UTF-8";
/* CSS Document */

/*wrapper setup-----------------------------------------------------------------------------*/
/*basic setup------------------------------------------*/
html {
	height:100%;
    width:100%;
    
}
body {
    height:100%;
    width:100%;
    margin:0;
    padding: 0;
	background-color: #101010;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
   
    /*background-image: url(images/background.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#wrapper {
    position:relative;
	width:100%;
	overflow-y:scroll;
    min-height: 100%;
	margin:0 auto;
	/*height: 90%;*/
	margin-bottom: -30px; /* hoogte footer */
}

#content{
    width:100%;
    height:100%;
    z-index:10;
}

#footer{
    position:relative;
    font-size: 0.8em;
    clear: both;
    height:30px;
    margin-top:-30px;
    background: white;
    text-align: center;
    color: #535353;
    overflow-y:hidden;
}


.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-4-2 {width: 30%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
    content: "";
    clear: both;
    display: block;
}




/*footer elements------------------------------------------*/

.footertekst{
 width:95%;
 margin-left:2.5%;
}

#footer a{ 
    color: #535353;;
}

.footertext{
    line-height: 30px;
}

#spacer {
    width:100%;
	display: block !important;
	height: 30px; /* hoogte footer */
    vertical-align:bottom;
}

/*basic elements------------------------------------------*/
h1 {
    font-size:3.5vw;
    font-family: 'Raleway', sans-serif;
    line-height: 0.8em;
    text-align:center;
}


h2 {
    font-size:2.5vw;
    font-family: sans-serif;
    line-height: 1.4em;
    text-align:center;
}

h3 {
    font-size: 3vw;
    font-family: 'Raleway', sans-serif;
    text-align:center;
}

p{
    font-family: 'Raleway', sans-serif;
    font-size: 1vw;
    text-align:center;
    color: white;
}

.center{
    text-align:center;
}

.btn {
    background-color: #ffffff;
    border: none;
    color: #366be3; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin:auto;
    width:100%;
}



/*share elements------------------------------------------*/
#share-buttons{
    text-align:center;
    margin-bottom:100px;
}

#share-buttons img {
    width: 4.4%;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    margin:auto;
}

.social {
    text-decoration: none;
}

/*page elements------------------------------------------*/
.feelimage{
    text-align:center;
}

.resize{
    width:auto;
    max-height:100%;
    display: block;
}

#video{
    width:600px;
}

.language{
    margin-right: 10px;
    float:right;
    line-height: 30px;
}
    

.dark-hidden{
    display:none;
}

.dark-shown{
    z-index:2;
    left:0px;
    position:fixed;
    display:block;
    background:rgba(10, 0, 0, 0.4);
    width:100%;
    height:100%;
    top:0%;
}

.presentation{
    position:absolute;
    height:100%;
 
    margin:auto;
    left:50%;
    margin-left:-33.333333%;
}


.about{
    position:absolute;
    height:100%;
 
    margin:auto;
    left:50%;
    margin-left:-33.333333%;
}

.home{
    position:absolute;
    height:100%;
    margin:auto;
}

.api-head{
    text-align:center;
    padding:5px;
    top:15%;
    position:absolute;
    color: white;
    font-size: 2vw;
    font-family: 'Open Sans', sans-serif;
}

.api{
    text-align:center;
    padding:5px;
    top:30%;
    position:absolute;
    right:29%;
    color: white;
    font-size: 2vw;
    font-family: 'Open Sans', sans-serif;
}

.api2{
    text-align:center;
    top:29%;
    position:absolute;
    left: 56%;
    color: white;
    font-size: 2vw;
    font-family: 'Open Sans', sans-serif;
}

.border {
    border: 2px solid;
    border-color:white;
    background-color:#101010;
    border-radius: 5px;
    padding:20px;
}

#slides{
    position:absolute;
    height:100%;
    top:0%;
    width:100%;
    color:black;
    overflow:scroll;
    text-align:center;
    overflow:hidden;
}

.about-text{
    position:absolute;
    height:100%;
    top:0%;
    width:100%;
    color:black;
    overflow:scroll;
    text-align:center;
    overflow:hidden;
}

.nextbutton{
    position:fixed;
    height:100px;
    width:50px;
    background:url("../images/arrow.png");
    right:20px;
    top:50%;
    margin-top:-50px;
}

.backbutton{
    position:fixed;
    height:100px;
    width:50px;
    background:url("../images/arrow2.png");
    left:20px;
    top:50%;
    margin-top:-50px;
    z-index:30;
}



/* Initial menu *-------------------------------------------------------------------*/
.menu {
  background: #fff;
  left: -285px;  /* start off behind the scenes */
  height: 100%;
  position: fixed;
  width: 285px;
}

/* Basic styling *-------------------------------------------------------------------*/

.menu ul {
  border-top: 1px solid #c1c1c6;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border-bottom: 1px solid #c1c1c6;
  font-family: 'Open Sans', sans-serif;
  line-height: 45px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-top: 3px;
}

.sub{  
   background: rgba(0, 118, 255,0.36); /* For browsers that do not support gradients */
   background: -webkit-linear-gradient(left, white , rgba(0, 118, 255, 0.36)); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(right, white , rgba(0, 118, 255, 0.36)); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(right,  white , rgba(0, 118, 255, 0.36)); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to right, white , rgba(0, 118, 255, 0.36)); /* Standard syntax */
}
.sub1{
   background: rgba(255, 85, 85, 0.36); 
   background: -webkit-linear-gradient(left, white ,rgba(255, 85, 85, 0.36)); /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(right,white ,rgb(255, 85, 85, 0.36)); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(right, white ,rgb(255, 85, 85, 0.36)); /* For Firefox 3.6 to 15 */
   background: linear-gradient(to right, white ,rgb(255, 85, 85, 0.36)); /* Standard syntax */
}
.sub a {
    margin-left:20px;
}

.sub1 a {
    margin-left:20px;
}

.menu a {
  color: #5f5f5f;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

#menu-pul{
    position:absolute;
    width:200px;
    height:100%;
    z-index: 20;
}

.icon-close {
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
}

 .menutext{
    display: inline-block;
}

.icon-menu {
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  text-decoration: none;
  text-transform: uppercase;
   width:80px;
}

.icon-menu i {
  margin-right: 5px;
}

.switch-knop{
    position:absolute;
    bottom:0px;
    margin-bottom:30px;
    width:245px;
    border-bottom: 1px solid #c1c1c6;
   
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    background-color:#ff5555;
    color:white;
    text-align:center;
}

.switch-knop2{
    position:absolute;
    bottom:0px;
    margin-bottom:75px;
    width:245px;
    border-bottom: 1px solid #c1c1c6;
   
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    background-color:#0076ff;
    color:white;
    text-align:center;
}

.right-box
{
    box-shadow: inset -10px 0 15px -10px rgba(0,0,0,0.6);
}

/*wrapper2 setup-----------------------------------------------------------------------------*/

.wrapper2 {
    position:relative;
	width:100%;
	overflow-y:scroll;
    min-height: 100%;
	margin:0 auto;
	/*height: 90%;*/
	margin-bottom: -30px; /* hoogte footer */
}

.thank_you{
    margin-top:400px;
    padding: 0 20px 0 ;
}
.thank_you2{
    margin-top:20px;
    text-align:center;
    padding: 0 20px 0 20px
}
.storelink{
    text-align:center;
    margin-top:200px;
}

.content{
    margin-top:-40px
}

.share{
    font-size:20.7px;
    margin-top:40px;
    margin-bottom:0px;
}
/*media quaries-----------------------------------------------------------------------------*/

@media (min-height:120px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

}  

@media (min-height:1200px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
}  


@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */

    
}  


@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ 
}


@media (min-width:600px ) and (orientation:portrait) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
  
}

@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
  
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}

@media (min-width:1281px) { /* hi-res laptops and desktops */

}
