* {
  margin: 0;
  padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

html, body {
	overflow-y: hidden; 
	overflow-x: hidden;
}

html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper{
	position: fixed;
}

.cols{
position: relative;
display: flex;
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 box-shadow: -2px 0px 5px grey;
}
.col{
	float:left;
}

#cols.shifting {
  transition: left .3s ease-in-out;
}

.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/*  NAVBAR */


.nav-bar{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
	cursor: pointer;
	/*position: absolute;*/
	width: 100vw;
	display: contents;
	
}

.nav-bar-inner{
	/* background: #af160e;*/
	 color: #fff;
	 height:44px;  /*40px*/
	font-size: 17px;

	width: 100vw;
	margin-top: auto;
	margin-bottom: auto;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid black;
}

.nav-text {
	color: black;
}

.inner-black{
/* background: #af160e;*/
}

.nav-back, .nav-view{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 30px;
	line-height: 28px;
	width: 15%;
}

.menu{
	background: url("images/iconfinder_menu-alt_134216_black2.png") no-repeat scroll 8px 0px rgba(0, 0, 0, 0);
	height: 32px;
	cursor: pointer;
	 background-position-y: center;
	border:none;
}


.search{
	background: url("images/iconfinder_-_Magnifier-Search-Zoom-_3844432_black2.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	 cursor: pointer;
	 background-position-y: center;
	 background-position-x: right;
	border:none;
	 margin-right: 5px;
}

.back{
	background: url("images/iconfinder_left_arrow_back_previous_navigation_3994376_black2.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	 cursor: pointer;
	 background-position-y: center;
	 background-position-x: left;
	border:none;
}

.close{
	background: url("images/iconfinder_circle-cross_2265892.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 50px;
	width: 50px;
	cursor: pointer;
	background-position-y: center;
	background-position-x: center;
	background-size: 66%;
	border: none;
	position: absolute;
    top: -6px;
    right: 0px;
}

.forward{
	background: url("images/iconfinder_right_arrow_forward_next_navigation_3994376_black2.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	 cursor: pointer;
	 background-position-y: center;
	 background-position-x: right;
	border:none;
}

.groupadmin{
	background: url("images/icongroupadmin.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 150px;
	width: 120px;
	cursor: pointer;
	background-position-y: top;
	background-position-x: center;
	background-size: 36%;
	background-position-y: 10px;
	box-shadow: 4px 4px 5px grey;
	border: none;
}


.list{
	background: url("images/iconfinder_list_black2.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	 cursor: pointer;
	 background-position-y: center;
	 background-position-x: right;
	border:none;
	margin-right: 5px;
}

.block{
	background: url("images/iconfinder_block_black2.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
	height: 32px;
	 cursor: pointer;
	 background-position-y: center;
	 background-position-x: right;
	border:none;
	margin-right: 5px;
}


.emtpy{
	height: 32px;
}



/* CONTENT */

.content{
	width: 100vw;
	height: 96vh;
	position: relative;
	overflow-y: scroll;
	
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	/*–webkit-overflow-scrolling: touch;*/
	scrollbar-width: none;  /* Firefox */

	font-family: "Lucida Sans", Sans-serif, Arial, Tahoma, Verdana, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	/*background-color: rgba(233, 235, 238, 1.0)*/
}


.noopacity{
	background-color: rgba(233, 235, 238, 0.0)
}

.content::-webkit-scrollbar { 
	display: none;  /* Safari and Chrome */
}


/**/


#tabs {
	display: flex;
	width: 100vw;
}



.container {
	/*padding-right: 15px;*/
	/*padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
	display: flow-root;
	width: 71vw;
}

 


/* MENU */

.menulist{
	background-color: #fff;
	width: 400px;
	height: 100vh;
	top: 0px;
	position: absolute;
	color: #000;
 	z-index: -1;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 25px;
}

.menuitem{
	cursor: pointer;
	float: left;
	padding-left: 10px;
}
.menuitem:hover{
	color: red;
}
.menu-line{
	width: 100%;
	height: 1px;
	border-top: 1px solid #c3c3c3;
}

.menu-home, .menu-about, .menu-contact, .menu-settings, .menu-logout, .menu-login, .menu-installapp{
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}

.menu-home{
	background-image: url("images/icon-menu-home.png");
}
.menu-about{
	background-image: url("images/icon-menu-about.png");
}
.menu-contact{
	background-image: url("images/icon-menu-contact.png");
}
.menu-settings{
	background-image: url("images/icon-menu-settings.png");
}
.menu-logout{
	background-image: url("images/icon-menu-logout.png");
}
.menu-login{
	background-image: url("images/icon-menu-login.png");
}

.menu-installapp{
	background-image: url("images/icon-menu-installapp.png");
}

/* HOME */

.home{
	/*width: 80vw;*/
	position: relative;
	overflow-y: scroll;
	color: #505050;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}


#books{
	display: grid;
	grid-gap: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	grid-template-columns: repeat(2, 1fr);
}

.booktab{
	margin: 10px 15px;
	float: left;
}

.book{
	height: 150px;
	width: 120px;
	margin: 18px auto 0px auto;
	box-shadow: 4px 4px 5px grey;
}

.form{
	/*max-width: 450px;*/
	top: 40px;
	padding: 4%;
	line-height: 24px;
}



.groupadmin{
	color: #302e2b;
	text-align: center;
	padding: 58px 20px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	background-color: rgb(220, 220, 215);
	width: 120px;
	margin: 18px auto 0px auto;
}

.book:hover, .groupadmin:hover{
	box-shadow: 4px 4px 5px black;
}



.install{
display: block;
    width: 92%;
    border: 1px solid red;
    margin: 30px auto;
    height: auto;
    background-color: #fff;
    padding: 5%;
    font-size: 15px;
    line-height: 24px;
}

.buttonhome{	
	font-family: inherit;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 0px;
	cursor: pointer;
}


.popup{
	background-color: rgba(255, 255, 255, 0.98)
}




#popupscreen, #popupscreen1, #popupscreen2{
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
}

#popupscreen{
	visibility: hidden;
}

#popupscreen1{
	visibility: hidden;
}


#popupscreen2{
	visibility: hidden;
	background-color: rgba(233, 235, 238, 1.0);
	height: 100%;
	overflow-y: auto;
}

#popup, #popup1  {
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 24px;
	z-index: 15;
	position: absolute;
	top: 9vh;
	/*transform: translate(-50%, -50%);*/
	width: 50%;
	visibility: hidden;
	border: 1px solid black;
	background-color: #fff;
	overflow-y: scroll;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
}

#popup1{
	overflow-x: hidden;
    overflow-y: scroll;}

#popupImage{
	width: 100vw;
	max-width: 1024px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* CHAPTERS*/

#chapters{
	display: grid;
	grid-gap: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
}

.chaptersList{
	grid-template-columns: repeat(1, 1fr)!important;
}


/* BOOK */

.booklist-header, .item-header{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	height: 50px;
	font-size: 16px;
	font-weight: bold;	
    color: black;
}

.item-header{
	background-color: #05ABC4;
	color: #fff;
	height: 40px;

}

.excersizelist-header{
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
    font-size: 14px;
    margin: 5px auto;
    color: black; 
    position: absolute;
    padding-top: 3px;
    width: 100vw;
}

.input-large {
	width: 97%;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	touch-action: manipulation;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 24px;
	/*outline: none;*/
	border: 1px solid #c3c3c3;
	padding-left: 2%;
	color: #505050;
}



/* EXCERSIZE */

.iframe{
	width: 100vw;
	height: 94vh;
	border: 0px;
}

.video {
	background-color: #000;
}
.audio {
	/*background-color: #000;*/
    height: 100vh;
    text-align: center; 
    position: relative;
}

.audio audio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


		.searchbox{
			height: 35px;
			width: 100%;
			font-size: 14px;
			border-width: 0 0 1px 0;
			border-style: solid;
			margin-top: 5px;
			margin-left: 1px;
			padding-left: 5px;
		}
		
		#list ul {
			margin: 0px;
			padding: 0px;
		}
		
		.index_sectie, .index_hoofdstuk, .index_paragraaf {
			padding: 18px 4px 0px 4px;
			font-size: 13px;
			line-height: 15px;
			width: 80%;
			float: left;
			clear: both;
		}
		.index_page {
			float: right;
			padding: 13px 12px 0px 4px;
		}
		.index_sectie{
			text-transform: uppercase;
			font-weight: bold;
		}
	
		.index_hoofdstuk{
			padding-left: 20px;
		}
		.index_paragraaf{
			padding-left: 45px;
			font-style: italic;
		}
		
		.index_sectie:hover, .index_hoofdstuk:hover, .index_link:hover{
			background-color: #12b0c9;
			color: #fff;
			cursor: pointer;
		}
		
		#indextab{
			display: none;
		}
		#popupIndex{
			display: none;
			position: absolute;
			z-index: 10;
			background-color: #fff;
			border: 1px solid red;
			width: 50%;
			min-width: 300px;
		
		}
		
		
		
		

body {
	background-color: #f5f5f5!important;
	color: #565656;
	background-image: none!important;
	/*margin: 20px;*/
	padding: 0;
	background: #EEE;
	/*font: 10px/13px 'Lucida Sans',sans-serif;*/
	/*line-height: 1.42857;*/
}

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}

div#header {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
}





.box {
float: left;
	position: relative;
	padding-bottom: 150px;
	height: auto;
	margin: 15px;
	width: 197px;
	height: 179px;
}


.box:hover{
	box-shadow: 4px 4px 5px black;
}

.boxList {
    padding-bottom: unset;
    width: 85vw;
    height: 70px;
    margin: 4px;
}

.boxInner {
	position: absolute;
	left: 0px;
	right: 0px;
	/* top: 57%; */
	bottom: 0px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	overflow: hidden;
	height: 30%;
}

.boxInnerList {
    left: 75px;
    height: 100%;
}


.titleBox {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
	padding-left: 15px;
}

.titleBoxList {
	text-align: left;
}

.boxInner img {
    width: 100%;
}



.chapterIcon_List {
	background-size: contain !important;
	/* background-size: 15%; */
}



/* EXCERSIZES */

#excersizes{
	top: 50px;
	position: relative;	display: grid;
	grid-gap: 1rem;
	max-width: 1200px;
	margin: 0 auto;
	grid-template-columns: repeat(1, 1fr);
}

.excersizesList{
	grid-template-columns: repeat(1, 1fr)!important;
}



.sec {
	float: left;
	width: 160px;
	height: 200px;
	margin: 0px 15px 97px 15px;
	cursor: pointer;
	background-color: #40B3BA;
	position: relative;
}

.secList {
	background-position-x: unset !important;
	width: 80vw;
	height: 80px;
	margin: 4px !important;
}


.sec:hover {
	box-shadow: 4px 4px 5px black;
}

img.pic {
	margin-left: 46px;
}

img.picList {
    margin-left: 4px;
}

.overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	top: 36%;
	left: 0;
	height: 64%;
	width: 100%;
	text-align: center;
	padding-top: 9px;
	color: white;
}

.overlayList {
    top: 0px;
    left: 70px;
    height: 80px;
    width: calc(100% - 70px);
    text-align: left;
    padding-left: 15px;
    font-weight: bold;
}


.overlay a {
	color: white;
	text-decoration: none;
}

span.overlayonder {
	margin: 53px 0 0 0px;
	text-align: center;
	position: relative;
	float: left;
	color: rgb(255, 255, 255);
	padding: 0px 6px;
	font-size: 13px;
	width: 100%;
	height: 41%;
}

span.overlayonderList {
    margin: unset;
    text-align: left;
    position: absolute;
    width: calc(100% - 70px);
    left: 70px;
    top: 32px;
    padding: 0px 0px 0px 15px;
}
.overlayonder a {
  color: white;
}




/*  VOORLEZER    */



@font-face {
  font-family: 'MyWebFont';
  src: url('fonts/OpenDyslexic-Regular.otf'); 
}


.dislexy{
    font-family: 'MyWebFont';
    font-size: 14px;
    line-height: 1.42857;
}

#container {
	font:100%/1 "Palatino Linotype","Book Antiqua",Palatino,serif;
	overflow: hidden;
    width: 100vw;
    height: 95vh;
    position: relative;
    /*min-width: 886px;*/
    /*min-height: 426px;*/
    background-color: #fff;
    margin: auto;}

#textbar {
overflow: hidden;
    width: 100vw;
    height: 96%;
    /* left: 180px; */
    /* position: absolute; */
    background: -moz-linear-gradient(left,rgba(130,130,130,.2) 0,rgba(133,133,133,0) 10%,rgba(151,151,151,0) 85%,rgba(155,155,155,.2) 100%);
    /* background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(130,130,130,.2)),color-stop(10%,rgba(133,133,133,0)),color-stop(85%,rgba(151,151,151,0)),color-stop(100%,rgba(155,155,155,.2))); */
    /* background: -webkit-linear-gradient(left,rgba(130,130,130,.2) 0,rgba(133,133,133,0) 10%,rgba(151,151,151,0) 85%,rgba(155,155,155,.2) 100%); */
    background: -o-linear-gradient(left,rgba(130,130,130,.2) 0,rgba(133,133,133,0) 10%,rgba(151,151,151,0) 85%,rgba(155,155,155,.2) 100%);
    background: -ms-linear-gradient(left,rgba(130,130,130,.2) 0,rgba(133,133,133,0) 10%,rgba(151,151,151,0) 85%,rgba(155,155,155,.2) 100%);
    /*background: linear-gradient(to right,rgba(130,130,130,.2) 0,rgba(133,133,133,0) 10%,rgba(151,151,151,0) 85%,rgba(155,155,155,.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33828282', endColorstr='#339b9b9b', GradientType=1);*/
    }



#toolbar {
position: absolute;
    width: 100vw;
    height: 50px;
    bottom: 12px;
    border-top: 1px solid black;
    /* left: 10px; */
    background-color: #fff;
z-index: 20;
}


#mobilecursorfield {
	z-index:998;
	position:absolute;
	top:426px;
	left:0;
	width:160px;
	height:85px;
}

#arrowup {
	position:absolute;
	width:80px;
	height:85px;
	top:0;
	left:0;
	background-image:url(css-images/up.png);
	background-repeat:no-repeat;
}

#arrowdown {
	position:absolute;
	width:80px;
	height:85px;
	top:0;
	left:80px;
	background-image:url(css-images/down.png);
	background-repeat:no-repeat;
}

#timefield {
	position:absolute;
	cursor:default;
	overflow:auto;
	width:50px;
	height:20px;
	top:12px;
	left:68px;
	font-size:13px;
	color:#678;
	text-align:right;
}

#resultsfield {
	position:absolute;
	cursor:default;
	overflow:hidden;
	width:70px;
	height:28px;
	top:355px;
	left:52px;
	font-size:11px;
	line-height:13px;
	color:#678;
}

#titlefield {
	position:absolute;
	overflow:hidden;
    width: 83vw;
	height:auto;
	top:15px;
	left:35px;
}

#textfield {
position: absolute;
    overflow: auto;
    width: 83vw;
    height: 76vh;
    top: 46px;
    left: 35px;
    z-index: 12;
}
.txtline{
	line-height: 28px;
	    font-size: 14px;
}
	
#scrollboundbox {
	position:absolute;
	width:100vw;
	height:430px;
	top:50px;
	left:8px;
	z-index:10;
}

#parnumfield {
	position:absolute;
	overflow:hidden;
	cursor:default;
	text-align:right;
	width:55px;
	height:380px;
	top:46px;
	left:0px;
	z-index:11;
}


h1 {
	font-size:19px;
	line-height:20px;
	color:#05ABC4;
	font-weight:700;
}

p {
	margin:0;
}

k1,k2,k3 {
	color:#05ABC4;
	font-weight:700;
}

span.tab {
	position:absolute;
}

.faded {
	color:#CCC!important;
}

.hili {
	color:#FFF!important;
	background-color:#06F!important;
}


/* VOORLEER BTNS  */

.btn,.sli, .button {
position: relative;
    cursor: hand;
    cursor: pointer;
    background-repeat: no-repeat;
    float: left;
}
.deact{
    opacity:.25;
    cursor:auto
}
.invis{
    display:none
}
.w11{
    width:11px
}
.w12{
    width:12px
}
.w22{
    width:22px
}
.w23{
    width:23px
}
.w28{
    width:28px
}
.w32{
    width:32px
}
.w33{
    width:33px
}
.w39{
    width:39px
}
.w112{
    width:112px
}
.h12{
    height:12px
}
.h15{
    height:15px
}
.h18{
    height:18px
}
.h22{
    height:22px
}
.h23{
    height:23px
}
.h28{
    height:28px
}
.h32{
    height:32px
}
.h39{
    height:39px
}
.h42{
    height:42px
}
#sliderBox{
    position:absolute;
    top:29px;
    left:62px;
    width:84px;
    height:13px;
    background-image:url(images/voorlezer/sliderpad.png);
    opacity:1;
    background-position:center;
    background-size:100%;
    background-repeat:no-repeat
}
#btnPlay{
    top:5px;
    left:20px;
    background-image:url(images/voorlezer/play.png)
}
#btnStop{
    top:5px;
    left:115px;
    background-image:url(images/voorlezer/stop.png)
}
#btnPause{
    top:5px;
    left:20px;
    background-image:url(images/voorlezer/pause.png)
}
#btnSlider{
    top:28px;
    position: absolute;
    left:60px;
    background-image:url(images/voorlezer/slider.png)
}
#btnBgDislexy{
    top:9px;
    left:160px;
    background-image:url(images/voorlezer/dislexy.png)
}
#btnBgDislexy:hover{
    background-image:url(images/voorlezer/dislexy-grey.png)
}
#btnReset{
	top: 5px;
    left: 127px;
    position: relative;
    background-image: url(images/voorlezer/reset.png);
    float: left;
}












@-webkit-keyframes safariBugFix {from { zoom: 100%; } to { zoom: 99.99999%; }}

@media only screen and (max-width : 480px) {
/* Smartphone view: 1 tile */

	#header{
		display:none!important;
	}
	.background, .backgroundmain {
		background-size: 70%, 200%!important;
	}
}


@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view: 2 tiles */
	.background, .backgroundmain {
		background-size: 40%, 85%!important;
	}

}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
/* Small desktop / ipad view: 3 tiles */
	#header{
		display:none!important;
	}
	.background, .backgroundmain {
		background-size: 30%, 120%!important;
	}
	#books {
		grid-template-columns: repeat(4, 1fr);
	}
	#chapters {
		grid-template-columns: repeat(2, 1fr);
	}
	#excersizes {
		grid-template-columns: repeat(3, 1fr);
	}

	.container {
		/*    width: calc(100% - 11%);*/
	}
	.boxList {
		width: 89vw;
	}
	.iframe{
		width: 100vw;
		height: 90vh;
	}
	#video {
		height: 87vh;
	}	
	#audio {
		height: 87vh;
	}	
}


@media only screen and (max-width : 1290px) and (min-width : 1051px) {
/* Medium desktop: 4 tiles */
	.container {
		width: 76vw;
	}
	#books {
		grid-template-columns: repeat(4, 1fr);
	}
	#chapters {
		grid-template-columns: repeat(4, 1fr);
	}
	#excersizes {
		grid-template-columns: repeat(4, 1fr);
	}

	.boxList {
		width: 60vw;
	}
}


@media only screen and  (min-width : 1290px) {
/* Medium desktop: 4 tiles */
	.container {
		/*width: 76vw;*/
	}
	#books {
		grid-template-columns: repeat(4, 1fr);
	}
	#chapters {
		grid-template-columns: repeat(5, 1fr);
	}
	#excersizes {
		grid-template-columns: repeat(5, 1fr);
	}

	.boxList {
		width: 60vw;
	}
}


@media only screen and (min-width: 768px) and (max-width: 1040px) {
	.groupadmin {
	font-size: 12px!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (min-width: 250px) and (max-width: 479px) {

}