* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	font-size: 13px;
	line-height: 22px;
	font-family:  Arial, sans-serif; 
	font-color: #333;
	min-width: 980px;
	background: #CCCCCC;
}

a { color: #36C; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 14px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; text-align: right;}
.contactleft { float: left; display: inline; margin-right: 20px; width: 50%; }

.shell  { width: 980px; margin: 0 auto; padding: 0; position: relative; display:block;}
#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -286px;display:block; }
.hide {
  display: none;
}
hr { 
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}
.show {
  display: block;
}
.twohundred {
	width: 180px;
}
.onehundredpercent {
	width: 99%;
}
.center {
	margin: auto;
	width:auto;
	text-align:center;
}
#language {
	position:absolute;
	top: 15px;
	right: 10px;
	z-index: 1030;
}
/*//////////// MODAL ////////////*/
h3 {
	color: #36C;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 52%;
  z-index: 1050;
  overflow: auto;
  width: 450px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #f5f5f5;

  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;

}
.iframe {
	width:450px;
	float: right;
	height: 248px;
}
.telqr {
	width:50%;
	float: left;
}
.qr {
	margin: 5 70px 5 0;
	padding: 10px;
	float: right;
	height:200px;
	width:200px;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
} 	

/*//////////// TOPNAV ////////////*/

.top-nav {
	height: 58px;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}
.top-nav ul {
	list-style: none;
	list-style-position: outside;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 58px;
	font-weight: 700; 
}
.top-nav ul li { float: left; padding: 0 0 0 0; border-right: 1px solid #ffffff;  }
.top-nav ul li.last { border-right: 0;  }
.top-nav ul li.active  { border-right: 0;  }
.top-nav ul li a { color: #FFFFFF; float: left; padding: 0 34px; text-shadow: #333333 0px 1px 0px; }
.top-nav ul li a:hover { color: #ffffff; background: url(../images/topbgactive.jpg);}
.top-nav ul li.active a { color: #ffffff; background: url(../images/topbgactive.jpg);border-right: 1px solid #ffffff; }
.top-nav ul li.active span {}
.top-nav span.top-nav-shadow { background: url(../images/top-nav-shadow.png) no-repeat 0 0; width: 959px; height: 7px; position: absolute; top: 58px; left: 50%; margin-left: -480px; }
.top-nav a.nav-btn { display: none; } 
.top-nav a.nav-home { display: none; } 


/*//////////// HEADER ////////////*/

#header { background: #333; }

.header-inner { position: relative;  background: url(../images/header-cnt.png) no-repeat center 0;  }
.header-cnt #logo { width: 480px; height: 251px; font-size: 0; line-height: 0; background: url(../images/logo.png) no-repeat 0 0; }
.header-cnt #logo a {  no-repeat 0 0; display: block;  }
.header-cnt { width: 480px; padding: 0px 0; }

/*//////////// image slider ////////////*/

.slider-holder {
	float: right;
	width: 450px;
	height: 248px;
	background: url(../images/slider.png) no-repeat 0 0;
	position: absolute;
	top: 7px;
	right: 0px;
	padding: 20px;
	z-index: 100;
}
.slider-holder .flexslider { width: 450px; height: 248px; position: relative;  }
.slider-holder .flexslider ul.slides { list-style: none; list-style-position: outside; position: relative; }
.slider-holder .flexslider ul.slides li { width: 450px; height: 248px; float: left; }
.slider-holder .flexslider ul.slides li img { width: 450px; height: 248px;}

/*//////////// MAIN ////////////*/

.main {
	background: #FFF;
	display: block;	

}
.main span.shadow-top { background: url(../images/main-shadow.png) repeat-x 0 0;  top: 0; left: 0;  width: 100%;  height: 46px; display: block;  }
.main .container { 
	margin: -30px 0 0 4px;
	width: 470px;
}
.main .testimonial { padding-left: 0; padding-right: 0; float:left; background: #fff;  }

.main .content {
	padding: 20px 0 40px 0px ;
	margin:0 0 0 4px;

}
.main .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
.main .content ul li { padding-left: 8px; background: url(../images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
.main .content ul li a { text-decoration: underline; }
.main .content ul li a:hover { text-decoration: none; }
.main .content img.alignleft { margin-right: 22px; }


.main .content h1 {
	color: #36C;
	
}

.main .content h2 {
	color: #36C;
	font-size:14px;
}
.main .shadow {
	background: url(../images/contentshadow.jpg) no-repeat center;
	width: auto;
	margin: auto;
	height: 19px;
	
}
.main .centera {
	margin:auto;
	text-align: center;
	width: 75%;
}
.main .centera h2 {
	color: #666;
	font-size:18px;
	margin-top:7px;
}
.centera a {
	text-decoration: none;
	color: #333;
	line-height: 20px;
}
.main .centera .eerstemaal {
	width: 138px;
	height: 95px;
	display:block;
	background:url(../images/eerstemaal1.gif);
	float: left;
	padding-left: 95px;
	padding-right: 5px;
	text-align:left;
	background-repeat:no-repeat;

}
.main .centera .eerstemaal:hover {
	background:url(../images/eerstemaal2.gif);
	background-repeat:no-repeat;
}
.main .centera .oefeningen {
	width: 138px;
	height: 95px;
	display:block;
	background:url(../images/oef1.gif);
	float: left;
	padding-left: 95px;
	padding-right: 5px;
	text-align:left;
	background-repeat:no-repeat;
}
.main .centera .oefeningen:hover {
	background:url(../images/oef2.gif);
	background-repeat:no-repeat;
}
.main .centera .contact {
	width: 138px;
	height: 95px;
	display:block;
	background:url(../images/contact1.gif);
	background-repeat:no-repeat;
	float: left;
	padding-left: 95px;
	padding-right: 5px;
	text-align:left;
}
.main .centera .contact:hover {
	background:url(../images/contact2.gif);
	background-repeat:no-repeat;
}
.main .centera .afspraak {
	width: 138px;
	height: 95px;
	display:block;
	background:url(../images/afspraak1.gif);
	background-repeat:no-repeat;
	float: left;
	padding-left: 95px;
	padding-right: 5px;
	text-align:left;
}
.main .centera .afspraak:hover {
	background:url(../images/afspraak2.gif);
	background-repeat:no-repeat;
}
/*//////////// FOOTER ////////////*/


#footer span.shadow-bottom { background: url(../images/main-shadow-bottom.png) repeat-x 0 0;  top: -46px; left: 0; position: absolute; width: 100%; height: 46px; z-index: 20; display: block;  }

#footer { border-top: 1px solid #333; position: relative;
	height: 20px;
	padding: 10px 0 18px 0; 
	}
.footer-nav { float: left; font-size: 11px; line-height: 11px;  }
.footer-nav ul { list-style: none; list-style-position: outside; }
.footer-nav ul li { float: left; padding: 0 5px;}
.footer-nav ul li.first { padding-left: 0;  }
.footer-nav ul a { color: #36C; }

.footer-copy { float: right; font-size: 11px; line-height: 11px;  }




/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { min-width: 768px; }
	.shell { max-width: 768px; }

	.top-nav {
		height: 40px;
		font-weight:100;
	}
	.top-nav ul {
		font-size: 13px;
		line-height: 40px; 
	}
	
	.top-nav ul li a { color: #FFFFFF; float: left; padding: 0 20px; text-shadow: #333333 0px 1px 0px; }

#language {
	position:absolute;
	top:7px;
	margin-right: 3px;
	padding: 1px;
}

.iframe {
	width:382px;
	float: right;
	height: 220px;
}
.qr {
	float: right;	
	height: 100px;
	width:100px;
}
 
/*//////////// HEADER ////////////*/
	
	.header-inner { position: relative;  background: url(../images/header-cnt.png) no-repeat center 0;  }
	.header-cnt #logo { width: 353px; height: 162px; font-size: 0; line-height: 0; background: url(../images/logo-tablet.png)  bottom no-repeat ; }
	.header-cnt #logo a {  no-repeat 0 0; display: block;  }
	.header-cnt { width: 383px; padding: 45px 0 0 0; }
	.top-nav span.top-nav-shadow { background: url(../images/top-nav-shadow-tablet.png) no-repeat 0 0; height: 7px; position: absolute; top: 40px; left: 50%; margin-left: -480px; width:760px; }


/*//////////// image slider ////////////*/

	.slider-holder { width: 382px !important; height: 260px !important; background: url(../images/slider-tablet.png) no-repeat 0 0; padding: 30px 35px 0; top: 0px; right: 0;  }
	.slider-holder .flexslider { width: 382px; height: 220px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }

/*//////////// MAIN ////////////*/
	
	.main .container { 
		margin: -40px 0 0 0px;
		font-size:10px;
	}
	.main .testimonial { padding-left: 0; padding-right: 0; float:left; background: #fff;  }
	.main .content {
		padding: 40px 0 30px 0 ;
	
	}
	.main .content ul { list-style: none; list-style-position: outside; padding-top: 8px;  }
	.main .content ul li { padding-left: 8px; background: url(../images/bullet.png) no-repeat 0 9px; padding-bottom: 5px;  }
	.main .content ul li a { text-decoration: underline; }
	.main .content ul li a:hover { text-decoration: none; }
	.main .content img.alignleft { margin-right: 22px; }

	.main .shadow {
		background: url(../images/contentshadowtablet.jpg) no-repeat center;
		
	}
	
	.main .centera {
		width: 524px;
	}
.btn {

  font-size: 11px;
  line-height: 12px;
  *line-height: 20px;
  


}
		

/*//////////// FOOTER ////////////*/

	#footer { border-top: 1px solid #333; position: relative;
		height: 20px;
		padding: 10px 0 5px 0; 
		}
}


	
@media only screen and ( max-width: 767px) { 




	body { min-width: 320px;}
	.shell { max-width: 100%; }
	.main { padding-top: 220px !important; margin-top: 0; }

	.top-nav { position: relative; z-index: 1001; background: #FFF; height: 48px; margin: 7px; border: 1px solid #333; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
	.top-nav span.top-nav-shadow { display: none; }
	.top-nav ul { display: none;  font-size: 14px; position: absolute; width: 100%; top: 46px; left: -1px; line-height: 24px; padding: 0px 0px 0px 0px; background: #fff; border: 1px solid #333; border-top: 0; 
		border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; }
	.top-nav ul li.active a { display: block; float: none; background: none;color:#36C;  }
	.top-nav ul li.active span { display: block; float: none; background: none; color:#36C; }
	.top-nav ul li { display: block; float: none;  padding: 15px 20px 15px 20px; }
	.top-nav ul li a { display: block; float: none; padding: 0 0 0 0; color: #333; text-shadow:none; }
	.top-nav ul li span { float: none; }
	.top-nav ul li a:hover { display: block; float: none; background: none; color: #333;text-shadow:none; }
	.top-nav ul li.last a { float: none; display: block;  padding-right: 0; } 
	.top-nav ul li.last {  padding-bottom: 10px }
	.top-nav a.nav-btn { width: 100%;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  height: 48px; display: block; color: #36C; font-size: 14px; line-height: 48px; font-weight: 700; padding-left: 20px;  }  
	.top-nav a.nav-btn:hover { text-decoration: none; }
	.top-nav a.nav-btn span { background: url(../images/nav-arr@2x.png) no-repeat center 20px; width: 40px; height: 48px; display: block; position: absolute; top: 0px; right: 0; z-index: 2000;}
	.top-nav a.nav-btn span.active { background: url(../images/nav-arr-active.png) no-repeat center 20px; }
	.top-nav ul li.first  { display: none; }
	.top-nav a.nav-home { display: inherit;} 
	
	.header-inner { width: 100%; padding: 0 10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
	.header-cnt { width: 100%; height: 90px; padding-top: 10px;  }
	.header-cnt #logo { width: 300px; height: 95px; font-size: 0; line-height: 0; background: url(../images/logo-mobile.png) no-repeat 0 0; margin:auto;} 
	
	.slider-holder { width: 280px !important; height: 163px  !important; background: url(../images/slider-mobile.png) no-repeat 0 0; padding: 20px; top: 110px; left: 50%; margin-left: -160px;}
	.slider-holder .flexslider { width: 280px; height: 163px; }
	.slider-holder .flexslider ul.slides li { width: 100%; height: 100%; }
	.slider-holder .flexslider ul.slides li img { width: 100%; height: 100%; }
	.container { padding: 20px 10px 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.iframe {
	width:280px;
	float: right;
	height: 163px;
}
.qr {
	float: right;	
	height: 100px;
	width:100px;
}




#language {
	position:absolute;
	top: 70px;
	margin-right: 15px;
	padding: 1px;
	z-index: 1;
}

	.main .container { 
		font-size:10px;
		width:320px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom:10px;
		margin-top: -60px;
	}
	.main .content { width: 90%; float: none; display: block; padding: 0 0 40px 0; margin:auto; }
	.main .content img.alignleft { margin-right: 8px; float: none; display: block; margin: 0 auto 30px auto;  }
	.main .content p { font-size: 11px; line-height: 18px; }
	.main .content ul li { font-size: 11px; padding-bottom: 0; line-height: 18px;  }
	.main .content ul li { background-position: 0 7px !important; display: block; }

	.main .shadow {
		background: url(../images/contentshadowmobile.jpg) no-repeat center;
		width: auto;
		margin: auto;
		height: 19px;
		z-index: -1;
		
	}
	.main .centera {
		margin:auto;
		width: 264px;
		text-align: center;
	}


/*//////////// FOOTER ////////////*/

#footer { border-top: 1px solid #333; position: relative;
	height: 20px;
	padding: 10px 0 10px 0; 
	
	}
.footer-nav { float: left; font-size: 9px; line-height: 9px;  }
	
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 
	.slider-holder { background: url(../images/slider-mobile@2x.png) no-repeat 0 0;   -webkit-background-size: 320px 202px; -moz-background-size: 320px 202px; background-size: 320px 202px; }
	.main section, 	
	.main .cols .col, 
	.main .sidebar ul li { margin: 0 0 0 0; background: url(../images/mobile-section-shadow@2x.png) no-repeat center bottom;  -webkit-background-size: 299px 14px; -moz-background-size: 299px 14px; background-size: 299px 14px; }
}


@media (max-width: 480px) {
  .modal {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: 50%;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

}



