@import url("http://fonts.googleapis.com/css?family=Open+Sans:100,400,600|Pacifico");
@import url("http://fonts.googleapis.com/css?family=Montserrat:400,700");
@import url('http://www.mediafont.com/storage/contents/11650/font.eot'); 
@import url('http://www.mediafont.com/storage/contents/11650/SketchRockwell-Bold.ttf'); /* non-IE */

@import url('http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');

@charset "utf-8";
/* CSS Document */

body{
	background-color:#fafafa;
	font-family:'Open Sans', sans-serif;
	padding:0;
	margin:0;
	overflow-x: hidden;
}
a{
	text-decoration:none;
}

img{ border: 0; }
a {outline : none;}
a img {outline : none;}
a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}
*:focus {
    outline: 0 !important;
}


.homeWrap{
	position: fixed;
	width: 100%;
	height: 300px;
	margin-top: 120px;
}

#cont{	
	position:fixed;
	left:0px;
	top:250px;
	outline:3px solid rgba(0,0,0,0.1);
	z-index:12;
	cursor:pointer;
}

#logomenu{
	float: left;
	font-family: "Raleway",sans-serif;
	font-size: 32px;
	color: #333 !important;
	letter-spacing: -1px;
	font-weight: 400;
	margin-left:62px;
	position:relative;
}


.inloglink{
	position: relative !important;
	padding-left: 41px !important;
	border-left: 1px solid #EEE !important;
	margin-top: -10px !important;
	height: 30px !important;
	margin-bottom: -10px !important;
	padding-top: 24px !important;
	margin-left: 11px !important;
	border-radius:0px !important;
}

/*
#slideshow{
	position:absolute;
	top:240px;
	bottom:0;
	left:50%;
	width:100%;
	margin-left:-50%;
	z-index:-1;
}
*/
#slideshow { 
    margin: -100px auto 0px;
    position: fixed; 
    width: 100%; 
    height: 887px; 
    padding: 0px;
	overflow-x:hidden;
	left: 0px;
}

#slideshow > table { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

#resp{
	background-image: url('../backhome.png');
	margin-top: 60px;
	float: right;
	margin-right: 40%;
	right: -700px;
	width: 950px;
	height: 887px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: right 0px top;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.centerWrap{
	width: auto;
	margin-left: 17%;
	z-index: 2;
	position: absolute;
}



@font-face { font-family: Sketch Rockwell; src: url('http://www.mediafont.com/storage/contents/11650/font.eot'); /* IE */ src: local('Sketch Rockwell'), url('http://www.mediafont.com/storage/contents/11650/SketchRockwell-Bold.ttf'); /* non-IE */ } 
#slogan{
	margin:0;
	font-family: "Raleway", sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size: 42px;
	letter-spacing:-1px;
	font-weight:600;
	display:block;
}
#slogan b{
	font-weight:300;
	color:#FFF;
}
#subSlogan{
	margin:20px 0 0px 0;
	font-family: "Open sans" sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size: 17px;
	display:block;
}
#knoppen{
	clear:left;
	height:50px;
	text-align: center;
	margin: 30px 0 0 0;
	z-index: 1;
}
.clear{
	display:block;
	width:100%;
	height:0px;
	clear:left;
	
}
#knoppenIn{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	float:left;
	width:100%;
	margin:auto;
}

input[type="button"]{
	font-family:arial, sans-serif;
}

#inloggen{
	float: left;
	width: auto;
	height: 18px;
	padding: 11px 30px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.1s ease 0s;
	border: 2px solid #FFF;
}
#inloggen:hover{
	background-color: #2da1cf;
}
#inloggen:active{
	color:#eee;
	background-color:#248CB5;
}
#proberen{
	float:left;
	width:auto;
	height:20px;
	padding:12px 30px;
	border-radius:5px;
	font-weight:bold;
	cursor:pointer;
	margin-left:15px;
	font-size:14px;
	color:#30B3E7;
	background-color:#FFF;
	transition: all 0.3s;	
}
#proberen:hover{
	color: #2da1cf;
}
#proberen:active{
	background-color: #eee;
}
.aanmelden{
	float:left;
	clear:left;
	width:100%;
	height:auto;
	padding:8px 15px 8px 15px;
	border-radius:3px;
	border: 0px;
	color:#30b3e7;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
	margin-right:0px;
	font-family: 'Open Sans', sans-serif;
	opacity:0.9;
	position:relative;
	background-color:#30b3e7;
	transition:all 0.2s;
}
.aanmelden:hover{
	opacity:1.0;
}
.aanmelden:active{
	top:3px !important;
}
input[type="submit"]:disabled{
	cursor:default !important;
}
#check{
	float:left;
	clear:left;
	height:14px; width:14px;
	background-position:top left;
	background-repeat: no-repeat;
	background-image:url(checkProef.png);
	margin: 5px 10px 0 0;
	cursor:pointer;
	transition:all 0.5s;
	border: 1px solid #AAA;
	border-radius: 2px;
}
.checkClicked{
	background-position:top -14px left !important;
	background-color:#FFF;
}
.inputWrap{
	position:relative;
}
.goed{
	background-image:url(check.png);
	background-position:top left; background-repeat:no-repeat;
	width:16px; height: 16px;
	position:absolute; right:-30px; top:12px;
	display:none;
}
.fout1, .fout2, .fout3, .fout4{
	background-image:url(fout.png);
	background-position:top left; background-repeat:no-repeat;
	width:20px; height: 20px;
	position:absolute; left:-50px; top:12px;
	display:none;
	opacity:0.0;
}
.inputWrap{
	float:left;
	clear:left;
	width:100%;
}
#menuWrap{
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
	width:100%;
	z-index:9999;
	padding:10px 0px;
	margin:0;
	background-color: rgba(255, 255, 255, 0.96);
	min-height: 39px;
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.02), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}


#menuWrapInner{
	min-width: 800px;
	width:65%;
	margin:auto;
}
a.menulink{
	float:right;
	width:auto;
	padding:5px 10px;
	border-radius:20px;
	color:#CCC;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:9px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	transition: all 0.5s;
}
a.menulink:hover{
	color:#AAA;
}
a.menulink:active{
	color:#333;
}

#accounticon{
	height: 20px;
	width: 20px;
	opacity: 0.2;
	position: absolute;
	top: 20px;
	left: 15px;
}




#menu{
	float:right;
	margin:9px 0 0 0;
	padding:0;
}
#menu li{
	float:left;
	width:auto;
	padding:5px 10px;
	color:#CCC;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	text-align:center;
	font-size:13px;
	cursor:pointer;
	display:inline;
	transition: all 0.3s;
}
#menu li:hover{
	color:#AAA;
}
#menu li:active{
	color:#333;
}
.active{
	color:#333 !important;
	cursor: default !important;
}

#bovn{
	background-color:#3fbbdf !important;
}
#bovn:hover{
	background-color:#64CFEE !important;
}

#homeFrame{
	float:left;
	clear:left;
	width:100%;
	background: linear-gradient(135deg, #32C6EF 0%, #30B3E7 44%, #2EA4DB 100%) repeat scroll 0% 0% transparent;
	height:550px;
}



#overFrame{
	float:left;
	clear:left;
	width:100%;
	min-height:700px;
	background-color:#FFF;
	padding:80px 0;
	z-index: 10;
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.1);
}
#overWrap{
	width:65%;
	min-width:800px;
	margin:auto;
	min-height:200px;
	padding-bottom:10px;
}
.voordeelLinks, .voordeelRechts{
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	min-width: 760px;
	min-height: 300px;
	padding: 100px 20px 70px;
	border-top: 1px solid #DDD;
	box-shadow: 0px 12px 22px -25px #000;
}
.voordeelLinks h2, .voordeelRechts h2{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#333;
	font-size:23px;
	width: 55%;
	margin:0 0 30px 0;
	display:block;
}
.voordeelLinks p, .voordeelRechts p{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#666;
	font-size:16px;
	line-height:180%;
	width: 55%;
	margin:0 0 0px 0;
	clear:both;
	display:block;
}
.voordeelLinks a, .voordeelLinks a:visited, .voordeelRechts a, .voordeelRechts a:visited{
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#30B3E7 !important;
	text-decoration:none;
	font-size:16px;
}
.voordeelLinks h2, .voordeelLinks p{
	float:left;
}
.voordeelRechts h2, .voordeelRechts p{
	float:right;
}
#probeerFrame{
	float:left;
	clear:left;
	width:100%;
	min-height:700px;
	background-color:#EEE;
	z-index: 9;
	position: relative;
	background-image: url('/aanmeldenbg.png');
	background-position: left 200px bottom 0px;
	background-attachment: fixed;
}
#pfade{
	position:absolute;
	z-index:-10;
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 25%, rgba(238,238,238,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(25%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,0)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 25%,rgba(238,238,238,0) 100%);width: 100%;
	top: 0px;
	bottom: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=0 );




}


#bottomFrame{
	float:left;
	clear:left;
	width:100%;
	min-height:200px;
	background-color:#777;
	z-index: 9;
	position: relative;
}
div#bottomFrame:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 41px;
    background: url('../foot.png') repeat-x scroll center top / 1514px 41px transparent;
    top: -30px;
}
#pWrap{
	width:600px;
	margin:auto;
	height:500px;
}

#pWrap h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	font-size: 120%;
	margin: 0px 0 30px 0;
}
input[type=text]{
	float:left;
	width:300px;
	border-radius:3px;
	border:0px;
	height: 20px;
	margin: 0 0 10px 0;
	padding:5px; 
	border-radius:3px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EEE;
	color:#777;
}
input[type=text]:hover{
	background-color:#E5E5E5;
}
input[type=text]:focus{
	color:#555;
	background-color:#E5E5E5;
}
#formWrap{
	margin:auto;
	margin-top:100px;
	width:300px;
	text-align:center;
}
#formWrap form{
	width:100%;
	float:left;
	clear:both;
	padding: 30px 0 30px 0;
	text-align:left;
	margin-bottom:0px;
}

#formWrap h1{
	margin:0px 0px 20px 0px;
	font-size: 30px;
	font-weight:bold;
	font-family: "Montserrat", sans-serif;
	color:#555;
	width:auto;
	clear:left;
	display:block;
	text-align:center;
}
#formWrap p{
	margin:0px 0px 20px 0px;
	color:#777;
	font-size:15px;
	line-height:150%;
	text-align:center;
}

input[type=text].input{
	padding: 4%;
	margin: 0px 0px 10px;
	width: 92%;
	background-color: #FFF;
	color: #333;
	border: 2px solid #DDD;	
	transition:all 0.2s;
}
input[type=text].input:hover{
	background-color:#FFF;
	border: 2px solid #DDD;	
}
input[type=text].input:active, input[type=text].input:focus{
	background-color: #FFF;
	color:#333;
	border: 2px solid #30B3E7; 	
}

input::-moz-placeholder {
	color: #666 !important;
}



::-webkit-input-placeholder { color:#9ed1df !important; }
::-moz-placeholder { color:#FFF !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#FFF !important; } /* ie */









input:focus::-moz-placeholder {
	
}


#formWrap input[type=submit]{
	margin:0;
	padding:10px 0px;
	width:100%;
	background-color:#30B3E7;
	border:2px solid #30B3E7;
	color:#FFF;
}


label{
	float:left;
	font-size:90%;
	color:#FFF;
}
.label{
	clear:left;
	width:120px;
	line-height:26px;
	height:26px;
}
input[type=checkbox]{
	border-radius:3px;
}
input[type=submit]{
	margin-left:30px;
}

.av{
	clear:left;
	width:auto;
	line-height:26px;
	height:26px;
	color:#999;
	font-size:80%;
	margin: 10px 0px 16px 0px;
}
.av a{
	color:#999;
	text-decoration:underline;
}


/*Contact*/

#contgeg{
	width:100%;
	float:left;
	clear:left;
	font-size:80%;
	padding-bottom:20px;
	border-bottom:1px solid #EEE;
	margin-bottom:30px;
}

.det{
	float:left;
	width:190px;
	padding-left:40px;
}
h6{
	font-weight:400;
	font-size:20px;
	color:#52b6ea;
	margin-bottom:30px;
}

#sluit{
	float:right; 
	background-image:url(../app/imgs/demo/close.png); 
	background-repeat:no-repeat;
	width:23px; 
	height:20px;
	cursor:pointer;
	opacity:0.6;
	margin:-10px -10px 0 0;
	position: relative;
	top: -8px;
}
#sluit:hover{
	opacity:1.0;
}

.contactForm{
	position: fixed;
	left: 50%;
	margin-left: -250px;
	width: 470px;
	height: auto;
	z-index: 999;
	box-shadow: 0px 0px 30px -3px #000;
	padding: 30px;
	top: -200px;
	background-color: #FFF;
}

.contactForm h1{
	float:left;
	clear:both;
	color:#666;
	font-size:130%;
	margin:0 0 15px 0;
}

.contactForm span{
	float:left;
	clear:both;
	color:#555;
	margin:0 0 10px 0;
	line-height:30px;
	width:100px;
	font-size:14px;
}

.contactForm input[type=text]{
	float:left;
	width:355px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding:6px;
}

.contactForm textarea{
	float:left;
	clear:left;
	width:458px;
	border:0px;
	border-radius:3px;
	padding:5px;
	resize: vertical;
	height:100px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:90%;
	background-color:#EEE;
}

textarea:hover{ background-color: #E5E5E5;}
textarea:focus{ background-color: #E5E5E5;}

#vraagVerzonden{
	position:fixed; 
	top:0px;
	left:50%;
	margin-left:-230px;
	text-align:center;
	height:auto; 
	width:460px;
	background-color:#FFF; 
	padding:10px; 
	text-align:center; 
	font-size:80%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #ccc;
	color:#555;
	z-index:99999;
}
#vraagError{
	position:fixed; 
	top:-3px;
	left:50%;
	margin-left:-245px;
	text-align:center;
	height:auto; 
	width:460px;
	background-color:#FFF; 
	padding:10px 10px 10px 10px; 
	text-align:center; 
	font-size:80%;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#E44E45;
	color:#FFF;
	border:3px solid #FFF;
	font-weight:bold;
	z-index:99999;
}

.voorladen{
	position:absolute;
	left:-2000px;
	top:-2000px;
}

/* Abonnementen */

#wrap{
	width:780px;
	height:auto;
	margin:220px auto 0 auto;
	padding:0;
}
.rij{
	float:left;
	clear:left;
	width:100%;
}
.uitleg{
	float:left;
	clear:left;
	width:100%;
	height:auto;
	background-color:#FFF;
	margin-top:-1px;
	margin-bottom: 0px;
	margin-left:-10px;
	border:1px solid #CCC;
	padding:6px 7px 6px 6px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow: 0 5px 5px -5px #CCC;
	border-top-color:#FFF;
	cursor:pointer;
	position:relative;
	z-index:5;
}
.uitleg p{
	margin-left:5px;
	font-size:80%;
	margin-top:3px;
	color:#555;
	line-height:200%;
}

.top{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-color: #DDD !important;
}
.bottom{
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-color: #CCC !important;
	box-shadow: 0 5px 5px -5px #CCC;
	position:relative;
	z-index:3;
}
.selected .bottom{
	border-bottom-color: #FFF !important;
	box-shadow: none; !important;
}

#footertab{
	width:60%;
	margin:50px auto;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#footertab th{
	font-size:14px;
	color:#DDD;
	font-family:'raleway', arial;
	text-align:left;
	padding:0px 0px 20px;
}
#footertab td a{
	font-size:13px;
	color:#DDD;
	font-family:arial;
	text-align:left;
	padding:5px 0px;
	display:block;
	transition:all 0.1s;
}
#footertab td a:hover{
	color:#EEE;
}
#footeraanm{
	padding: 10px 0px !important;
	background-color: #DDD !important;
	color: #777 !important;
	border-radius: 3px !important;
	width: 100% !important;
	display: block !important;
	max-width: 200px !important;
	text-align: center !important;
	font-size: 15px !important;
	font-family: "Open Sans",sans-serif !important;
	transition:all 0.3s;
}
#footeraanm:hover{
	background-color: #EEE !important;
}

#footerbottom{
	width:100%;
	height:auto;
	background-color:#444;
	display:block;
}
#footertext{
	width:60%;
	padding:20px 0px;
	color:#CCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
}
#footertext a{
	font-size:12px;
	color:#BBB;
	font-family:arial;
	text-align:left;
}