/* stylesheet */

html,body,a,h1,h2,h3,h4,h5,form,li,ul{
	padding : 0;
	margin : 0;
	list-style : none;
	text-decoration : none;
}

html{
	background : #006699;
	-moz-box-sizing : border-box;
	-webkit-box-sizing : border-box;
	box-sizing : border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body{
	width : 100%;
	max-width : 980px;
	margin : 0px auto;
	color : #181C1F;
	background : #F7F7F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	line-height : 1.4em;
	height : 100%;
}

.citaten {
	font-size: 14px;
	line-height: 18px;
}

.noten {
	font-size: 13px;
	line-height: 17px;
}

.supnoten {
	font-size: x-small;
	line-height: 0px;
}

.smallcaps {
	font-size: 15px;
	line-height: 0px;
	font-variant: small-caps;
}

.lezingen {
	font-size: 17px;
	line-height: 1.7em;
}

.stanzas {
	font-size: 16px;
	line-height: 1.5em;
}

.inhoudboek {
	font-size: 15px;
	line-height: 1.8em;
}

.grootfont {
	font-size: 1.6em;
}

blockquote { 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 20px;
}

.left{
	float : left;
}

.align-right{
    text-align : right;
}

.align-center{
	text-align : center;
}

.image_middle{
	vertical-align: middle;
}

.table, .th, .td {
	border: 1px solid gray;
	border-collapse: collapse;
}

hr{
	margin-top: 37px;
	margin-bottom: 20px;
    border: 0;
    height: 2px;
    background-color: #B7B7B7;
    background: linear-gradient(to right, #EEEEEE,#B5B5B5,#EEEEEE);
}

.column {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 200%;
  padding: 0px 10px 0px 0px;
  background: #FFF9CC;
}

.row {
  content: "";
 background: #FFF9CC;
  display: table;
  clear: both;
}

em {
  font-style: italic;
}

a{
	color : #072EFF;
}

p.new{
	color : #FF0000;
	font-weight : 600;
	display : inline-block;
}

h2{
	font-size: 1.4em;
    font-weight: normal;
    color: #069;
	line-height : 1.3em;
}

h3{
	color : rgb(51, 80, 95);
	margin : 12px 0;
	font-weight : normal;
	line-height : 1.3em;
}

h4{
	font-size: 16px;
    font-weight: normal;
	color : #555;
}

.clear{
	clear : both;
}

.spacemaincontent{
	height : 20px;
}

.spacemaincontent2{
	height : 60px;
}

.spacecitaten{
	margin-left : 1em
}

.header{
	padding : 1.6em 1em;
	background : #006699;
}

.header h1{
	color : #fff;
	text-shadow : 1px 1px 1px #333;
	font-family : arial, sans-serif;
	font-weight : normal;
	line-height : 1.3em;
	letter-spacing : 1px
}

img.logo{
	margin-right : 12px;
	width : 45px
}

h1.tupa{
	line-height : 1.7em;
    font-size : 1.7em;
}

.mobile-menu{
	display : block;
	float : right;
	cursor : pointer;
}

.mobile-menu .menu-line{
	width : 29px;
	height : 4px;
	background : #555;
	margin : 7px;
	border-radius : 4px;
}

.nav{
	display : none;
	text-align : center;
}

.nav ul{
	margin: 12px;
    margin-bottom: 15px;
}

.nav ul li{
	list-style : none;
	display: block;
	margin : 5px 7px;
}

.nav ul li a{
	color: #232323;
    font-size: 14px;
    font-weight: 600;
    font-family: arial, helvetica, sans-serif;
}

.nav ul li a:hover{
	color : #0000FF;
}

#search input[type="text"]{
	padding: 4px;
    border-radius: 4px;
    border: 1px solid #797979;
	max-width: 100%;
}

#search input[type="submit"]{
	background-color: #367C9E;
    border: 1px solid #2C7DD2;
    padding: .4em 1em;
    margin: 4px;
    color: #eee;
	cursor : pointer;
}

#search input[type="submit"]:hover{
	background-color: #557C9E;
	color: #fff;
}

.content{
	margin-bottom: 40px;
	background-color: #FFEDA2;
	width : 100%;
}

.main-content{
	padding : 0;
	background: #FFF9CC;
	padding-bottom : 54px;
}

.main-content-right{
	background: #FFF9CC;
}

.default{
	background: #FFF9CC;
}

.theosofie2 ul{
	padding: 0.8em 2em;
}

.theosofie2 ul li{
	list-style : circle;
}

.theosofie2 ol{
	padding: 0.2em 21px;
}

.theosofie2 ol li{
	list-style : lower-alpha;
}

.theosofie ul{
	padding: 0.2em 2em;
}

.theosofie ul li{
	list-style : circle;
}

.theosofie ol li{
	list-style : decimal;
}

.theosofie ol{
	padding: 0.2em 21px;
}

.hoofdstukken ol{
	padding: 0.2em 2em;
}

.hoofdstukken ol li{
	line-height: 200%;
	list-style : decimal;
}

.artikelen ul{
	margin-left: 14px;
	line-height: 180%;
}

.onderwerpen ul{
	margin-left: 14px;
}

.onderwerpen ul li{
	margin-top : 14px;
}

.content-full{
	padding : 24px 1em; 
	background: #FFF9CC;
}

.content-wrapper{ 
	width : 100%;
	padding : 24px 1em; 
}

.image_left{
	float : left;
	margin : 5px 12px 0 0;
}

.image_right{
	float : right;
	margin : 0px 0 5px 12px;
}

.sideBar-wrapper{ 
	width : 100%; 
	padding : 24px 1.4em; 
}

.spacesmall{
	margin-bottom : 30px;
}

.space{
	margin-bottom : 80px;
}

.spacelarge{
	margin-bottom : 600px;
}

.sideBar{
	text-align : center;
	height : 100%;
}

.sideBar a{
	display : block;
	margin : 7px auto;
}

.literatuurkop2{
	font-weight: bold;
	color : #006699;
	font-size: 1.1em;
}

/* literatuur overzicht */

#catalogus_img{
	margin : 1.2em;
}

.boeken-wrapper{
	margin-top : 40px;
}

.blok-boeken{
	padding : .7em 0;
	padding-bottom : 24px;
	clear: both;
	border-bottom : 2px solid #778D98;
	width : 100%;
}

.part-boeken{
	padding : 18px 18px 0px 0px;
	overflow: hidden;
}

.part-boeken img{
	margin-right : 14px;
}

.part1boeken img{
	margin-right : 14px;
}

.pas_verschenen{
	color : #F12E3E;
}

/* boeken info */
.boek-content-grid{
	background: #FFF9CC;
}

.boek-info-grid{
	
}

.boek-content{
	padding : 1em;
}

.boek-content h2{
	color : #069;
	margin : 7px 0;
	font-weight: normal;
}

.boek-content h4{
	font-size: 16px;
    font-weight: normal;
	color : #555;
}

.boek-content ul{
	color : #353B58;
	padding : 0 1em;
}

.auteur{
	font-size: 18px;
}

.kopjerood{
	font-size: 18px;
	color : #990000;
}

.boek-info{
	padding : 1em;
	text-align: center;
	border-top : 2px solid #CCC;
	border-bottom : 2px solid #CCC;
}

.literatuurgegevens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}

.additional-info{
	padding : 1em;
}

.additional-info ul{
	padding: 1.4em 2em;
}

.additional-info ul li{
	list-style : circle;
}

/* online literatuur */
.sectie{
	padding: 1em;
    border: 1px solid #999;
	margin : 5px 0;
}

.sectie li{
	width : 100%;
	margin : 7px 0;
	padding : 3px;
	background : #CCC;
	clear: both;
}
 
.sectie .title{
	display : block;
}

.sectie .catalogus{
	display : block;
	float : left;
}

.sectie .formaat{
	display : inline-block;
	color: #094eff;
}

.sectie .formaat a{
	display: inline-block;
	font-size: .9em;
	width: 75px;
    text-align: center;
	vertical-align : middle;
}
 
span.e-book{
 
}

span.e-book.mobiel{
 
}

/* cursussen */
h2.space{
	margin : 27px 0;
}

.cursus-wrapper{
	margin : 27px 0;
}

.grid-80{
	width : 100%;
	float : left;
	padding : 7px;
	background : #ccc;
	margin : 2px 0;
}

.grid-20{
	width : 55px;
	float : right;
	margin : 0 12px;
}

h3.link{
	color: #FF6600;
	font-size: 18px;
    margin-bottom: 34px;
	text-decoration: underline;
}

h3.cursus{
	color: #A90000;
}

.cursus-info{
	border: 1px solid #069;
	max-width: 800px;
    margin: 0 auto;
	padding : 7px 14px;
	text-align: center;
}

.cursus-blok{
    border: 1px solid #069;
	max-width: 800px;
    margin: 0 auto;
	margin-bottom: 27px;
}

.cursus-blok h2{
	padding : 7px;
    font-size: 18px;
    background: #069;
    color: #fff;
}

.cursus-blok .inleiding{
	padding : 7px;
	border-bottom: 1px solid #069;
}

.cursus-blok .studieboek{
	padding : 7px;
}

.cursus-blok .kosten{
	padding : 7px;
}

.cursus-blok .totaal{
	padding : 7px;
}

span.prijs{
	float: right;
    width: 4em;
}

@media screen and (min-width : 700px){
	.mobile-menu{
		display : none;
	}
	
	.nav{
		display : block !important;
	}

	.nav ul li{
		list-style : none;
		display: inline-block;
		margin : 5px 7px;
	}
	
	.nav ul li.zoeken{
		margin-left: 5em;
	}
	
	.header{
		padding : 1.6em 3.4em;
	}
	
	.content-wrapper{ 
		width : 100%; 
		padding : 24px 3.4em; 
	}
	
	.part-boeken{
		width : 50%;
		float : left;
	}
	
	.boek-content-grid{
		width : 60%;
		float : left;
	}

	.boek-info-grid{
		width : 36%;
		float : right;
	}
	
	.boek-content{
		padding : 2.2em 3em;
	}
	
	.boek-info{
		padding : 2.2em;
		text-align: left;
		border : none;
	}
	
	.additional-info{
	padding : 3em;
	}

	.sectie .title{
		float : left;
	}
	
	.sectie .formaat{
		float : right;
	}
}

@media screen and (min-width : 890px){
	body{
		width : 95%;
	}
	
	.content-full{
		padding : 24px 3.4em; 
	}
	
	.main-content{ 
		width : 75%;
		float : left;
	}

	.sideBar{ 
		width : 25%;
		float : right;
	}

}

@media screen and (min-width : 1100px){
	body{
		width : 80%;
	}
}

.gegevens{
	color : #146D9A;
	text-align : center;
}

footer{
	text-align: center;
    font-size: .9em;
    margin-top: 2em;
    padding: 14px;
}

footer a{
	color : #888;
}
