@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
h1,
h2 {
    border-top: 1px solid #F17900;
    color:  #F17900;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
    /*text-shadow: 1px 1px 3px #333;*/
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

#content {
    min-height: 300px;
}

.element-text ul,
.project ul {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
}

.panel ul li label {
    font-weight: normal;
}

.panel ul {
    list-style: none;
}

.mostpopular ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 0 10px;
}


/* AGENDA */

#agenda-index {
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 20px;
    min-width: 680px;
}

#agenda-index #years {
    background: #F17900;
    float: right;
    width: 85px;
}

#agenda-index .updown {
    cursor: pointer;
    padding: 2px;
}

#yul {
    color: #fff;
    display: inline;
    font-weight: bold;
    width: 80px;
}

#agenda-index #months li {
    display: inline;
    padding: 0 20px 0 3px;
}

#agenda-index #months li.active {
    background: #F17900;
}

#agenda-index #months li.active a {
    color: #fff;
}

.agenda {
    margin: 10px 0 0 15px;
    width: 90%;
}

.agenda .highlight {
    color: #F17900;
}

#agenda-results {
    border-top: 1px solid #F17900;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
}

.agenda-item {
    border-bottom: 1px solid rgb(245, 245, 245);
    clear: left;
    display: block;
}

.agenda-item div.date {
    background-color: #F17900;
    border-radius: 2px;
    clear: left;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 24px;
    margin: 4px 10px 4px 5px;
    padding: 2px;
    text-align: center;
    vertical-align: center;
    width: 30px;
}

.agenda-item .item {
    padding-left: 48px;
}

.agenda-item h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 4px 0;
}

.agenda-item p {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.agenda-item .time {
    color: #aaa;
    font-size: 14px;
    margin: 0;
}

.agenda-item .month {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}


/* END AGENDA */


/* NIEUWS */

.nieuws_item .datum,
#nieuws_artikel .datum {
    color: #ccc;
    font-size: 12px;
}

.nieuws_item img {
    /* float: left; */
    /* width: 200px; */
    margin: 0 10px 20px 0;
    max-width: 100%;
}

#nieuws_artikel {
    margin-bottom: 20px;
}

#nieuws_artikel img,
.element-text img {
    max-width: 100%;
}

#nieuws_artikel .nieuws_intro {
    font-weight: bold;
}

.panel h6 {
    font-weight: bold;
}


/* END NIEUWS */


/* TWITTER */

.tweet {
    margin: 8px;
}

.tweet-avatar {
    margin: 5px 5px 5px 0;
}


/* END TWITTER */


/* SEARCH */

.search_results {}

.highlight-phrase {
    background: #ff0;
}


/* END SEARCH */


/* SCHOLEN */

#scholenkaart {
    height: 580px;
    margin: 20px 0 20px 0;
    width: 100%;
}

.innerWindow {
    overflow: hidden;
    white-space: nowrap;
}


/*
#postcodekaart{
	border:1px solid #000;
	border-collapse: separate;
	border-spacing: 1px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:10px;
}
#postcodekaart .orange{
	background-color:#F17900;
}
#postcodekaart td{
	text-align: center;

}
#postcodekaart td a{
	color:#000;
}
*/

#school-info a:hover {
    text-decoration: none;
}

#categoryChooser {
    background: #fff;
    padding: 10px;
}

@media (min-width: 768px) {
    #categoryBox {
        position: absolute;
        top: 510px;
        width: 95%;
    }
}


/* END SCHOLEN */


/* EXPERTS */

#expertList {
    margin: 5px;
}

#expertList ul ul li {
    margin-left: 5px;
}

#expertList h2,
#expertList h2:focus {
    outline: none;
    outline-style: none;
    -moz-outline-style: none;
}

#expertList ul ul h3 {
    font-size: 14px;
    font-weight: bold;
}

#expertList ul ul li h4 {
    font-size: 12px;
    font-weight: bold;
}

#expertList ul ul li p {
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}

.fancybox-inner {
    background: #fff;
    min-width: 600px;
}

.fancybox-inner h1 {
    font-size: 16px;
    font-weight: bold;
}

#woordwolk {
    border: 1px solid #000;
}


/* */


/* VIDEO */

.thumbnail {
    cursor: pointer;
    overflow: hidden;
}

.thumbnail-inner {
    position: relative;
    display: block;
    width: 200px;
    height: 150px;
    background-color: #000;
}

.thumbnail-inner h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.thumbnails li {
    display: inline-block;
    margin: 10px;
    width: 210px;
}

.thumbnail li img {
    margin: 10px;
}

#video_tags label {
    margin-left: 5px;
}


/* END VIDEO */

#contactpersonen {
    margin: 10px 0px 20px 10px;
}


/* FORUM */

.forumblock {
    background-color: #ccc;
    color: #fff;
    height: 100px;
    padding: 3px 5px 0px 10px;
    margin: 10px;
}

.user,
.downloads {
    color: black;
    cursor: pointer;
    font-size: 18px;
    line-height: 46px;
    margin-left: 15px;
}

#video_tags li {
    padding-left: 5px;
}


/*.user:hover, .downloads:hover{
	color:black;
}*/


/* END FORUM */


/* PROJECTEN */

.project {
    margin-bottom: 40px;
}

.project h3 {
    font-family: "Droid Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.downloads-sidebar ul,
.consulenten p {
    margin: 14px;
}

.downloads-sidebar ul li {
    color: #f17900;
}


/* END PROJECTEN */

.subnav {
    margin: 0 0 5px 0;
}

.subnav li,
.project-subnav li {
    background: url('../img/bullet.png') no-repeat 2px 4px;
    margin: 5px 20px 5px 0;
    padding-left: 20px;
}

.subnav li.active,
.project-subnav li.active {
    background-image: url('../img/bullet-active.png');
}

.subnav li.active a,
.project-subnav li.active a {
    color: #000;
}

.panel {
    margin-top: 7px;
}

.form-inline {
    margin: 10px 0 10px 0;
}

.video,
.weblog {
    width: 50%;
}

#main {
    padding: 20px;
}

.footer {
    background: #fff url('../img/watermerk.png');
    border-top: 1px solid rgb(238, 238, 238);
    padding: 20px;
}

#footer-navigation {
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}

#footer-navigation li {
    display: inline;
    margin-right: 45px;
}

#footer-navigation li a {
    color: #ccc;
    font-weight: bold;
}

.counter {
    font-family: 'Lato', sans-serif;
    background-color: #F17900;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    /* float: left; */
    font-size: 26px;
    font-weight: lighter;
    height: 39px;
    line-height: 39px;
    margin: 0px 0px;
    text-align: center;
    vertical-align: center;
    width: 24px;
    position: relative;
}

.counter:after {
    content: "";
    position: absolute;
    display: block;
    top: 20px;
    height: 0px;
    width: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.divider {
    margin-top: 10px;
    border-top: 1px solid #F17900;
}

.agendasidebar > .panel-default > .panel-heading, .agendasidebar > .panel-default > .panel-footer{
 background-color:#F17900;
 color: #fff;

}

/* .agendasidebar > .panel-default > .panel-footer {
    background-color:#F17900;
    

} */

.agendasidebar > .panel-default > .panel-footer a{
    color: #fff;
    font-size: 16px;
}