

/*--------- Eigen opmaak -------------------*/

.leerjaar {font-weight:bold; font-size:1.5em;}

.software_vakonderdeel_link {
	width:35%;height:10em;text-decoration:none;
	float:left;text-align:center;margin:1em;
	font-size:1em;
}
.software_vakonderdeel_link:hover {}
.software_vakonderdeel {height:5em; }
.software_vakonderdeel:hover {border: 1px solid silver;}


 
.tabel_bestanden td {border-bottom: 1px solid silver;}


.tm-sidebar2 {
	background-color: #fff;
	padding-left: 1%;
	padding-top: 1%;
	width: 18%;
	float:left;
}
.tm-main2 { float:right;width: 82%; background-color:white;}
	.tm-parallax2 {
		width: 20%;float:left;
		min-height: 80em;
		background: url(../img/School_bg2.jpg) no-repeat;background-position:center;
		background-size:cover;
		/*overflow:hidden;*/
	}
	.tm-section-wrap2 {
		width: 100%;
		/*background-color:lime;*/
	}	
	.tm-section2 {
		display:flex;
		flex-direction: column;
		width: 80%;
		padding-left:3%;
		float:right;
		background-color:white;
	}
	.tm-section2 .welkom {
		display:flex;
		flex-direction: row;
		align-items: center; 
		justify-content: space-between;
	} 
	.tm-section2 .welkom img {width:8em;}
	.tm-section2 .welkom p {font-size:1.5em;}
	
	.tm-section2 .paragraaf {
		padding-top:5em;
	} 

	.sidebar2 {
		width: 20%;	
		float:left;
		height: auto;
		min-height: 80em;
		background-color:silver;
	}
	
	
	
	
/*----------classes voor leerstof-----------------------------------------------------------*/
.lf {float:left;}
.rf {float: right;}
.byel {background-color:yellow;font-weight:bold;}
.cblue {color:rgb(0,100,200);font-weight:bold;text-decoration:underline;}
.cred {color:red;font-weight:bold;}
.cbrown {color:brown;font-weight:bold;}
.cgreen {color:green;font-weight:bold;}
.w25 {width:25%;}
.w30 {width:30%;}
.w37 {width:37%;}
.w50 {width:50%;}
.w75 {width:75%;}
.w100 {width:100%;}
.leerstoftitel {font-size: 1.5em;}
.indent {margin-left:2em;}
.tag_table td {border-bottom:1px solid silver;}
/*----------einde leerstof------------------------------------------------------------------*/





.menu_tabellen {
	
	width:100%; padding:0; margin-top:0;
}
.menu_tabellen li {height:3em;list-style:none;border:1px solid white;padding:  3%;text-align:center;background-color:rgb(80,80,80);}
.menu_tabellen li input {font-size:1em;color:white;border:none;background-color:transparent;}
.menu_tabellen li a {font-size:1em;color:white;border:none;}
.menu_tabellen li:hover {background-color:rgb(120,120,120);;}
.menu_tabellen li a:hover {color:orange;}
.menu_tabellen input:hover {color:orange;background-color:rgb(120,120,120);}


span.tabel_naam {font-size:1em;color:blue;}
p.tabel_titel {font-size:1em;color:blue;margin:auto;}

.menu_welkom span {
	font-size:1em;color: #006699;;
}


/*tabel menu*/
.tabel_menu {
	margin:0;padding:0;
}
.tabel_menu li {
	list-style:none;display:inline;
}
.tabel_menu li input {border:1px solid silver;padding:1%}
.tabel_menu li:hover {}
.tabel_menu input:hover {}



.tabel_dataverkennen {width:100%;}
.tabel_dataverkennen td {border-bottom:1px solid silver;}
.tabel_dataverkennen input[type=submit] {
	border:none;padding:1%; color: rgb(0,162,232);background-color:white;
	margin:0;
}
.tabel_datainvoegen input[type=submit] {
	
}



.dropdown_option { 
	color:blue;font-size: 1em;padding:1%;height:2em;
}




.tabel_structuur {width:100%;}
.tabel_structuur input[type=submit] {
	border:none;padding:1%; color: rgb(0,162,232);background-color:white;
}

.naveld {width: 12em;font-size: 1em;padding:1%;height:2em;}
.tabel_structuur select, .formulier_veld_invoegen select, .formulier_primairesleutel_invoegen select {width: 12em;font-size: 1em;padding:1%;height:2em;}
.tabel_structuur  option {font-size: 1em;padding:1%;height:2em;}


@media (max-width: 1600px) {
	
	
}

@media (max-width: 1280px) {
	
	
}

@media (max-width: 990px) {
.tm-sidebar2 {width:100%;}	
	
.tm-main2 {float:none;width: 100%; /*background-color:yellow;*/}
.sidebar2 {
	width: 100%;
	float:left;height: auto;

}
.tm-parallax2 {display:none;}

.tm-section2 {
	width: 100%;
	float:right;
}
	
}

@media (max-width: 600px) {
	
	.w25, .w30, .w37, .w50, .w75 {width:100%;}
 
}






/*--------- Einde Eigen opmaak -------------------*/
