/*
	Minimaxing 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

*, *:before, *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box
}
body {
	/*font-size: 13.5pt;*/
	font-size: 10pt;
	font-family: sans-serif;
	background-color: #e3e9dc;
	/*font-family: 'Ubuntu Condensed', sans-serif;*/
	font-family: Verdana, Geneva, sans-serif;
	/*color: #878e83;*/
	color: #333333;
	/*letter-spacing: -1px; gewijzigd-> letters te dicht */
	letter-spacing: -0.5px;
}
h1, h2, h3, h4 {
	color: #007897;
	font-weight: normal;
}
h1, h2 {
	/*text-transform: lowercase;*/
}
h2 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 1em;
}
h3, h4 {
	color: #283121;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 1em;
}
p, ul {
	margin-bottom: 1em;
}
p {
	line-height: 1.6em;
}
strong {
	color: #474e43;
	/*Toegevoegd*/
	font-size: 1.05em;
}
img.left {
	float: left;
	margin: 2px 1.25em 0 0;
}
img.top {
	margin: 4px 0 2.25em 0;
}
ul {
	padding: 0.25em 0 0 0;
}
a {
	/*color: #5d93a2;*/
	color: #5D80A4;
	/*text-decoration: underline;*/
	text-decoration: none;
}
a:hover {
	/*text-decoration: none;*/
	text-decoration: underline;
}
* > p:last-child {
	margin-bottom: 0 !important;
}
/* OK aangepast */

ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
ul.blokje {
	list-style-type: square;
	margin-left: 25px;
}
li {
	margin-left: 25px;
}
blockquote {
	margin-left: 25px;
}
em {
	font-style: italic;
}
.LV_invalid {
	color: #FF0000;
	font-weight: bold;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border: 2px solid #FF0000;
}
img.top2 {
	margin: 0 0 10px 0;
}
#tabelleke table {
	border: 1px;
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
}
#tabelleke th {
	border: 1px;
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
}
#tabelleke td {
	border: 1px;
	border-color: #999;
	border-collapse: collapse;
	border-style: solid;
	padding: 5px;
}
.button2 {
	display: inline-block;
	/*padding: 15px 25px 15px 25px;*/
	padding: 5px 15px 5px 15px;
	background-color: #007b9d;
	background-image: -moz-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
	background-image: -ms-linear-gradient(top, #008dad, #007b9d);
	background-image: -o-linear-gradient(top, #008dad, #007b9d);
	background-image: linear-gradient(top, #008dad, #007b9d);
	border-radius: 10px;
	/*text-transform: lowercase;*/
	width: 190px;
	/*width toegevoegd*/
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: -1px;
	border: solid 1px #006e8b;
	box-shadow: inset 0px 0px 0px 1px #18a8c8;
}
.button2_m {
	display: inline-block;
	/*padding: 15px 25px 15px 25px;*/
	padding: 5px 5px 5px 5px;
	background-color: #007b9d;
	background-image: -moz-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
	background-image: -ms-linear-gradient(top, #008dad, #007b9d);
	background-image: -o-linear-gradient(top, #008dad, #007b9d);
	background-image: linear-gradient(top, #008dad, #007b9d);
	border-radius: 10px;
	/*text-transform: lowercase;*/
	width: 140px;
	/*width toegevoegd*/
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: -1px;
	border: solid 1px #006e8b;
	box-shadow: inset 0px 0px 0px 1px #18a8c8;
}
.button2_m:hover,
.button2:hover {
	background-color: #118eb1;
	background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
	background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: linear-gradient(top, #1b9fbe, #118eb1);
	box-shadow: inset 0px 0px 0px 1px #3ecceb;
	/*Toegevoegd*/
	text-decoration: none;
}

.vet {
	font-weight:700;
}

/* AddThisEvent (add to your existing CSS) */
.addthisevent-drop {
	display: inline-block;
	position: relative;
	z-index: 999998;
	font-family: arial;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	text-decoration: none;
}
.addthisevent-drop:hover {
	color: #555;
	font-size: 14px;
	text-decoration: none;
}
.addthisevent-selected {
}
.addthisevent_dropdown {
	width: 200px;
	position: absolute;
	z-index: 99999;
	padding: 6px 0px 0px 0px;
	background: #fff;
	text-align: left;
	display: none;
	margin-top: 4px;
	margin-left: -1px;
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #a8a8a8;
	border-left: 1px solid #bebebe;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
}
.addthisevent_dropdown span {
	width: 175px;
	display: block;
	line-height: 110%;
	background: #fff;
	text-decoration: none;
	font-size: 12px;
	color: #6d84b4;
	padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
	background: #f4f4f4;
	color: #6d84b4;
	text-decoration: none;
	font-size: 12px;
}
.addthisevent span {
	display: none!important;
}
.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
	display: none!important;
}
.addthisevent_dropdown .copyx {
	width: 200px;
	height: 21px;
	display: block;
	position: relative;
	cursor: default;
}
.addthisevent_dropdown .brx {
	width: 180px;
	height: 1px;
	overflow: hidden;
	background: #e0e0e0;
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 9px;
}
.addthisevent_dropdown .frs {
	position: absolute;
	top: 5px;
	cursor: pointer;
	right: 10px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	z-index: 101;
	line-height: 110%;
	background: #fff;
	text-decoration: none;
	font-size: 9px;
	color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
	color: #6d84b4;
}
.addthisevent {
	visibility: hidden;
}
/* Reusable */

article.blog-post {
	position: relative;
}
article.blog-post .comments {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 24px;
	padding-left: 40px;
	background: url('images/icon-bubble.png') no-repeat;
}
ul.small-image-list {
}
ul.small-image-list li {
	overflow: hidden;
	margin-bottom: 1.5em;
	/*Toegevoegd*/
	list-style-type: none;
}
ul.big-image-list {
}
ul.big-image-list li {
	overflow: hidden;
	margin-bottom: 2em;
	/*Toegevoegd*/
	list-style-type: none;
}
ul.link-list {
}
ul.link-list li {
	border-top: solid 1px #ced0b7;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
	/*Toegevoegd*/
	list-style-type: none;
}
ul.link-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
	/*Toegevoegd*/
	list-style-type: none;
}
.button {
	display: inline-block;
	padding: 15px 25px 15px 25px;
	background-color: #007b9d;
	background-image: -moz-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008dad), to(#007b9d));
	background-image: -ms-linear-gradient(top, #008dad, #007b9d);
	background-image: -o-linear-gradient(top, #008dad, #007b9d);
	background-image: linear-gradient(top, #008dad, #007b9d);
	border-radius: 10px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	letter-spacing: -1px;
	border: solid 1px #006e8b;
	box-shadow: inset 0px 0px 0px 1px #18a8c8;
}
.button:hover {
	background-color: #118eb1;
	background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe), to(#118eb1));
	background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: linear-gradient(top, #1b9fbe, #118eb1);
	box-shadow: inset 0px 0px 0px 1px #3ecceb;
	/*Toegevoegd*/
	text-decoration: none;
}


.scrollup
{
	width:40px;
	height:40px;
	text-indent:-9999px;
	/*opacity:0.3;*/
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	background: url('https://www.onderwijskiezer.be/v2/images/top.png') no-repeat;
}

#linkerFilterBlok {
	margin-top:50px;


}
#linkerFilterBlok select {
	max-width: 220px;
	width: 220px;
}

.tabel_overzicht_scholen {
	width: 100%;
	border-collapse:separate;
	border:solid #9ebc3b 2px;
	border-radius:6px;
	-moz-border-radius:6px;
	padding: 5px;
	box-sizing: border-box;
}
.tabel_overzicht_scholen tbody tr td {
	border-bottom: solid darkgrey 1px;
}

.tabel_overzicht_scholen h3 {
margin: 0.5em 0 0.5em 0.2em ;
}

.tabel_overzicht_scholen blockquote {
	margin-left: 4px;
}

.buttonBUSOtypes2 {
	/*background:linear-gradient(to bottom, #1ba0be 5%, #008dad 100%);*/
	background-color:#e3e9dc; /*#9ebc3b;*/
	border-radius:10px;
	border:1px solid #e3e9dc; /*#268a16;*/
	display:inline-block;
	cursor:none;
	color:#14396a;
	/*font-family:Arial;*/
	font-size:10px;
	font-weight:bold;
	padding:4px ;
	text-decoration:none;
}
.buttonBUSOtypes2:hover {
	/*background:linear-gradient(to bottom, #008dad 5%, #1ba0be 100%);*/
	background-color:#e3e9dc;
}
.buttonBUSOtypes2:active {
	position:relative;
	top:1px;
}
.buttonBUSOtypes {
	/*background:linear-gradient(to bottom, #1ba0be 5%, #008dad 100%);*/
	background-color: #e3e9dc; /*#1ba0be;*/
	border-radius:8px;
	border:1px solid #e3e9dc; /*#007b9d;*/
	display:inline-block;
	cursor:none;
	color:#14396a;
	/*font-family:Arial;*/
	font-size:15px;
	font-weight:bold;
	padding:8px 8px;
	text-decoration:none;
}
.buttonBUSOtypes:hover {
	/*background:linear-gradient(to bottom, #008dad 5%, #1ba0be 100%);*/
	background-color:#e3e9dc; /*#008dad;*/
}
.buttonBUSOtypes:active {
	position:relative;
	top:1px;
}
.buttonBUSOopleidingsvorm {
	/*background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);*/
	/*background-color:#77d42a;*/
	background-color: #9ebc3b;
	border-radius:8px;
	border:1px solid #268a16;
	display:inline-block;
	/*cursor:pointer;*/
	cursor: none;
	color:#306108;
	/*font-family:Arial;*/
	font-size:15px;
	font-weight:bold;
	padding:8px 8px;
	text-decoration:none;

}
.buttonBUSOopleidingsvorm:hover {
	/*background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;*/
	background-color: #9ebc3b;

}

.buttonBUSOopleidingsvorm:active {
	position:relative;
	top:1px;
}
.buttonVormtype {
	/*background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);*/
	/*background-color:#77d42a;*/
	background-color: #e3e9dc;;
	border-radius:4px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	/*cursor: none;*/
	color:#306108;
	/*font-family:Arial;*/
	font-size:10px;
	font-weight:bold;
	padding:4px ;
	text-decoration:none;

}
.buttonVormtype:hover {
	/*background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	background-color:#5cb811;*/
	background-color: #e3e9dc;;

}

.buttonVormtype:active {
	position:relative;
	top:1px;
}