@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700,300&amp;subset=latin,cyrillic,greek');

svg{
/*
margin:0;
padding:0;
border:0;
display:inline-block;
 */
 float: left;
 
}



body {
	font-size:1.2em;
	font-size:18px;
	line-height:180%;

/*
	//font-family:arial, verdana,"Montserrat","Open Sans", Helvetica, Arial, sans-serif;
	//font-family:"Montserrat","Open Sans", Helvetica, Arial, sans-serif;
	//font-family:"Open Sans", Helvetica, Arial, sans-serif;
	*/
	margin:0;

	}

*{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	}
section{	border-radius:0px;
}

html {
	overflow-y: scroll;
}
H1{
	font-size:1.3em;
	font-weight:bold;
	display:inline;
}
H2{
	font-size:1.3em;
	font-weight:bold;
	display:inline;
}

.big{
	font-size:1.3em;
	font-weight:bold;
}

 
 /*col classes hebben nooit margin (zijn containers) alleen op laagste nivo de margin benoemen bv 2e kolom, 2e subitem*/
 .cols{
 	width:100%;
 	max-width:1200px;
  	margin:0 auto;
 
 	display: flex;
 	flex-direction: row;
 	flex-wrap: wrap;	
 	 //flex-flow: row wrap;

box-sizing: border-box;
}
section{
box-sizing: border-box;
}

.des100{
	width: 100%;
}
.des90{
		padding:10px;

	width: 90%;
}
.des85{
		padding:10px;

	width: 85%;
}
.des75{
		padding:10px;

	width: 75%;
}
.des66{
	width: 66%;
}
.des60{
	width: 60%;
}
.des50{
	width: 50%;
}
.des40{
	width: 40%;
}
.des33{
	width: 33%;
}
.des25{
		padding:10px;
	width: 25%;
}
.des20{
		padding:10px;
	width: 20%;
}
.des15{
		padding:10px;
	width: 15%;
}
.p{
	padding:40px;
	padding-top:30px;
	padding-bottom:20px;
}

.pm{
	padding:40px;
	height:100%-80px;
	background-color:#eee;
}

.pi{
	padding:20px;
}


.youtubelinks{
	padding:20px;
	width: 35%;
box-sizing: border-box;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.youtuberechts{
	padding:20px;
	width: 65%;
	font-size:1.2em;
box-sizing: border-box;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


.youtube50{
	padding:20px;
	width: 50%;
	font-size:1.2em;
box-sizing: border-box;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

.youtube100{
	padding:20px;
	width: 100%;
}

.logo{
	font-size:2.5em;
}	
.bv{
	font-size:0.75em;
}	
.wordzzp{
	font-size:2.5em;
		line-height:1.5;
}	

img{
	width:100%;
	display:block;
}
img.auto{
	width:auto;
	display:inline;
}
.pos1{
	order:1;
}
.pos2{
	order:2;
}
.menu{
	color:#000;
	text-decoration:none;
}
.menu:hover{
	color:#039;
}
.menuw{
	color:#fff;
	text-decoration:none;
}
.menuw:hover{
	color:#039;
	color:#999;
}
.menuw:visited{
	color:#FFF;
}
.menuw:active{
	color:#FFF;
}

@media (max-width: 768px) { 
	body {
		font-size:0.9em;
		font-size:15px;
	}


	.tab100{
		width: 100%;
	}
	.tab50{
		width: 50%;
	}
	.tab25{
		width: 25%;
	}

	.p{
		padding:20px;
	}
	.pi{
		padding:20px;
	}
	.logo{
		font-size:2.5em;
	}	
	.bv{
		font-size:0.75em;
	}	
	.pos1{
		order:2;
	}
	.pos2{
		order:1;
	}
}



@media (max-width: 480px) {
	.mob100{
		width: 100%;
	}
	.mob50{
		width: 50%;
	}
	.mob25{
		width: 25%;
	}
	.p{
		padding:10px;
	}
	.pi{
		padding:10px;
	}
	.logo{
	/*
		//font-size:1.45em;
		//font-size:2em;
		*/
	}	
	.wordzzp{
		font-size:1.85em;
	}	

	.youtubelinks{
		padding:10px;
		/*width: 35%;*/
		width: 100%;
	}
	.youtuberechts{
		padding:10px;
		/*width: 65%;*/
		width: 100%;
		font-size:1em;
	}
	.youtube50{
		padding:10px;
		width: 100%;
		font-size:1em;
	}
	.youtube100{
		padding:10px;
	}
}







@font-face {
  font-family: 'FontAwesome';
  src: url('/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/font-awesome-4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/font-awesome-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/font-awesome-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/font-awesome-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/font-awesome-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  /*display: inline-block;*/
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-fw {
  width: 1.28571429em;
  width: 4em;
  text-align: center;
}
.fa-magnet:before {
  content: "\f076";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-check:before {
  content: "\f00c";
}
.fa-envelope:before {
	content: "\f0e0";
}


.buttonorange{
	width:100%;
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-size:1.3em;
	border-radius:6px;
	border-radius:0;
	background-color:#F37832;
	padding-right:15px;
	padding-left:15px;
}
.buttonorange:hover{
	background-color:#FF6600;
	background-color:#F90;
}
.buttongreen{
	width:100%;
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-size:1.3em;
	border-radius:6px;
	border-radius:0;
	background-color:#093;
}
.buttongreen:hover{
	background-color:#0c3;
}
.buttonblue{
	width:100%;
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-size:1.3em;
	border-radius:6px;
	border-radius:0;
	background-color:#039;

}
.buttonblue:hover{
	background-color:#36F;
}

.buttonbluelight{
	width:100%;
	color:#fff;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-size:1.3em;
	border-radius:6px;
	border-radius:0;
	background-color:#09f;

}
.buttonbluelight:hover{
	background-color:#36F;
}


.buttonwhite{
	width:100%;
	color:#000;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
	border:1px solid black;
	font-size:1.3em;
	border-radius:6px;
	background-color:#fff;
	padding-right:15px;
	padding-left:15px;
}
.buttonwhite:hover{
	background-color:#FF6600;
	background-color:#DDD;
}


/*

.Aorange{
	width:100%;
	color:#fff;
	padding:12px !important;
	font-weight:bold;
	text-decoration:none;
	border:0;
	font-size:1.3em;
	border-radius:6px;
	background-color:#F37832;
	display:block;
	text-align:center;
	box-sizing: border-box;
}
.Aorange:hover{
	background-color:#FF6600;
	background-color:#F90;
}


*/



label{
  font-size:0.8em;
}



input[type=text],input[type=email],input[type=datetime-local] {
	font-size:1.0em;
	padding:8px;
	width:100%;
	box-sizing: border-box;
}



.videocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /*padding-bottom: 56.6%;*/
    background-color:#FFF;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#FFF;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#FFF;
}




a.btn-arr {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #ffab18;
    background-color: #F37832;
    color: #ffffff;
    text-decoration: none;
    background-image: url(/images/arr-right.png);
    background-repeat: no-repeat;
    background-position: center;
        box-sizing: border-box;
       /* border:40px solid red;*/

    }

a.btn-arr:hover {
	background-color:#F90;
    }
    

    
select{
	font-size:1.0em;
	padding:8px;
	width:100%;
	box-sizing: border-box;



}
textarea{
	font-size:1.0em;
	padding:8px;
	width:100%;
	box-sizing: border-box;
}
.responsivefontsize{
	font-size:2em;
	font-weight:bold;
}
@media (max-width: 1250px){
	.responsivefontsize{
		font-size:6vw;
	}

}
	.showmobile{
		display:none;
	}	

@media (max-width: 600px) { /* 480 600 liggend smartphone*/

	.hidemobile{
		display:none;
	}	
	.showmobile{
		display:table-cell;
		display:inline-block;
	}	
}
.small{
  font-size:0.8em;
  color:#666;
}
td{
	padding-right:15px;
	/*
	padding-left:7px;
	padding-right:7px;
	*/
}
table {
    /*border-collapse: collapse;*/
}
td, th {
    /*border: 1px solid #CCC;*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
     html {
        -webkit-text-size-adjust: none;
     }
}

.youtube-orange{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-weight: 600;
	 font-size: 24px;
	 color:orange;
	 color:#f90;
	 

}
.youtube-orange:hover{
	color:#fc3;
}
.youtube-orange1{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-weight: 600;
	 font-size: 24px;
	 color:orange;
	 color:#f90;
	 

}


/*-apple-system, "Open Sans Condensed","HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", */
.youtube-black{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-weight: 600;
	 font-size: 24px;
	 color:black;
	 

}

.youtube-black:hover{
	color:#777;
}

.youtube-black1{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-weight: 600;
	 font-size: 24px;
	 color:black;
	 

}

.youtube-orange-big{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-size: 32px;
	 color:orange;
	 line-height:120%;
}
.youtube-black-big{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-size: 32px;
	 color:black;
	 line-height:120%;
}

.youtube-small{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	 font-size: 18px;
	 color:#666;
	 line-height:150%;
	 font-weight: lighter;
}

.youtube-abonneer{

 	color:#FFF;
 	background-color:#F00;
 	text-decoration:none;
 	padding:8px;
 	padding:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
 	font-size:1.3em;
	font-size: 32px;
	font-size: 24px;
 	 font-weight: 600;
	border:0;
}
.youtube-abonneer:hover{
 	background-color:#900;
 	}
