* {
    margin: 0;
    padding: 0;
    border: 0;
}

/*==== FONT-FACE ====*/
@font-face {
    font-family: 'OpenSansLight';
    src: url('/fonts/OpenSans-Light-webfont.eot');
    src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('/fonts/OpenSans-LightItalic-webfont.eot');
    src: url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
        url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*==== CLEARFIX ====*/
/* For modern browsers */
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after{
    content: "";
    display: table;
}

.clearfix:after,
.cf:after{
    clear: both;
}

.clear {
    clear: both;
}

html {
    background: #fff;
    overflow-y: scroll;

}

body {
    height: 100%;
    color: #000;
}

i {
    font-family: 'OpenSansLightItalic';
}

p, ol, ul {
    margin-bottom: 12px;
    font: 14px/20px Arial, Helvetica, sans-serif;
    color: #444;
}

ul {
    margin-left: 20px;
}

p strong {
    color: #000;

}

p.statement  {
    color: #000;
    font-weight:bold;
    font-style:italic;
}

a, input {
    outline: 0;
}

a:link, a:visited {
    color:#fff;
    text-decoration:none;

}

a:hover, a:active, a:focus {
    color: #fff;
    text-decoration:none;

}

h1 {
    font: 28px/20px 'OpenSansRegular';
    color: #000;

}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7d4a2d;

}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #7d4a2d;

}

div#wrapper {
    margin: 0 auto;
    width: 960px;
}

.wrapper {
    margin: 0 auto;
    width: 960px;
}

div#menu {
    background: #000;
    height: 50px;
    position:relative;
    z-index: 9999;
}
div#menu ul {
    list-style:none;
    position:absolute;
    top: 11px;

}
div#menu li {
    float:left;

}
div#menu a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;


}
div#menu a#taal {
    display: block;
    width: 31px;
    height: 20px;
    float:right;
    margin: 15px 19px 0 0;

}

div#menu a.socialMedia {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin:15px 5px 0 0;
}
/*Uitklap menu*/
#navbar {
    width: 820px;
}

#navbar li {
    list-style: none;
    float: left;
    position: relative;
}
#navbar li a {
    display: block;
    padding: 6px 4px;
    font: 15px 'OpenSansLight';
    color: #fff;
    text-decoration: none;
}
#navbar li ul {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 25px;
    width: 179px;
    z-index: 99;
}

#navbar li.dienstdomein ul {
    background: #000 none repeat scroll 0 0;
    display: none;
    height: auto;
    left: 100px;
    position: absolute;
    top: 25px;
    width: 179px;
    z-index: 99;
}
#navbar li.dienst ul {
    position:relative;
    top:25px;
    left:170px;
    display: none;
    width: 230px;
    height: auto;
    z-index:99;
    background: #000;
}



#navbar li.tr_dienst ul {
    position:absolute;
    top:25px;
    left:257px;
    display: none;
    width: 200px;
    height: 138px;
    z-index:99;
    background-repeat:no-repeat;

    background:url(../images/bg_tr_dienst.png);
}
#navbar li.tr_advies ul {
    position:absolute;
    top:25px;
    left:150px;
    display: none;
    width: 200px;
    height: 50px;
    z-index:99;
    background:url(../images/bg_ul_advies_tr.png);
}

#navbar li.organisatie ul {
    position:absolute;
    top:25px;
    left:407px;
    display: none;
    width: 179px;
    height: auto;
    z-index:99;

    background: #000;
}

#navbar li.tr_organisatie ul {
    position:absolute;
    top:25px;
    left:440px;
    display: none;
    width: 179px;
    height: 270px;
    z-index:99;

    background:url(../images/bg_ul_organisatie_tr.png);
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    top: 24px;
    margin: 0;
    padding: 0;
}
#navbar li:hover li {
    float: none;
}
#navbar li:hover li a {
    height: 40px;
    line-height: 40px;
    margin: 0 0;
    border-bottom: 1px solid #fff;
    border-right: none;
    color: #fff;
}
#navbar li a:hover, #navbar li.active a, #navbar li li.active a {
    color: #ded0a3;
}

#navbar li:hover ul li a:hover {
    color: #ded0a3;
}
/*Einde uitklapmenu*/
div#header {
    width: 960px;
    height: 225px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 5px solid #000;
    margin-bottom: 20px;
}
div#header img {
    margin: 0;
    float: left;
}
div#header_slidebox {
    width: 715px;
    height: 225px;
    float: left; 
}

div#content {
    position: relative;
    margin-top: 20px;
}

/*==== Homepage blocks ====*/
.blockSingle {
    display: block;
    width: 205px;
    height: 205px;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    font: 20px 'OpenSansLight';
    color: #fff;
}

.blockSingle span {
    display: block;
    width: 205px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.blockDouble {
    display: block;
    width: 450px;
    height: 205px;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    font: 20px 'OpenSansLight';
    color: #fff;
}

.blockDouble span {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.margin {
    margin-right: 20px;
}

.arrowBlockTopRight {
    position: absolute;
    top: 10px;
    right: 10px;
}

.arrowBlockBottomLeft {
    position: absolute;
    bottom: 0;
    left: 0;
}

#projectManagement {
    background: #764e69;
}

#communicatie {
    background: #764e69;
}

#songulSenturk {
    background: url('/images/welkom.jpg');
}

#songulSenturk h2{
    font: 25px/19px 'OpenSansLight';
    color: #fff;
    margin: 0 0 15px;
}

/*** later toegevoegd na wijzigingen homepage ***/
span.fontBig{
    font: 40px/19px 'OpenSansLight';
    color: #fff;
    margin: 10px 0 5px 0 !important;
    position:relative !important;
    margin-top:15px;
    left: 0px !important;
}

html.ie7 span.fontBig {
    display: block;
    margin-top: 22px !important;
}
/*** ***/

#songulSenturk{
    width:205px; margin-right:20px;
}

#songulSenturk p,
#communicatie p
{
    width: 210px;
    font: 14px/19px 'OpenSansLight';
    color: #fff;
}

#songulSenturk img.songulSenturk {
    position: absolute;
    top: 0;
    right: -245px;
}

#songulSenturk img.arrowBlockBottomRight {
    position: absolute;
    top: 10px;
    left: 200px;
}

#songulSenturk i,
#communicatie i{
    text-decoration: underline;
}

#songulSenturk:hover i,
#communicatie:hover i
{
    text-decoration: none;
}

#adviesInVisie {
    background: #362430;
}

#trainingenEnWorkshops {
    background: #764e69;
}

#competentieManagement {
    background: #5c3d52;
}

#talentontwikkeling {
    background: #764e69;
}

#samenwerken {
    /*background: #9e6e8e;*/
    background:url(/images/bgimg.jpg);
}

#emancipatie {
    background:url(/images/emancipatie.jpg);
}

#schoolveiligheid {
    background:url(/images/vlinderbg.jpg);
}

#welkom {
    background:url('/images/handen.jpg');
}

#welkom p {
    color: #fff;
}

#formulier {
    background: #764e69;
}

#formulier a {
    display: block;
    width: 215px;
    height: 205px;
    position: absolute;
    left: 10px;
    top: 10px;
}

#formulier form {
    width: 215px;
    height: 205px;
    padding: 10px 10px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}

#formulier form p {
    font: 14px/10px 'OpenSansSemibold';
    color: #fff;
    text-transform: uppercase;
}

#formulier p {
    width: 215px;
    float: left;
    font: 14px 'OpenSansLight';
    color: #fff;
}

#formulier form label {
    display: block;
    font: 13px 'OpenSansLight';
}

#formulier form input {
    width: 205px;
    height: 20px;
    background: #362430;
    border: none;
    padding: 5px;
}

#formulier form .submit input {
    width: 99px;
    height: 30px;
    background: #5c3d52;
    font: 15px 'OpenSansLight';
    color: #fff;
    margin-top: 10px;
}

#educatie {
    background: #5c3d52;
}

#leefkwaliteit {
    background: #764e69;
}

/*==== CONTENT ====*/
.content_left {
    width: 695px;
    padding-right: 40px;
    float: left;
}

.slogan {
    background: #764e69;
    width: 225px;
    height: 225px;
    padding: 0;
    margin-bottom: 20px;
}

.content_right {
    width: 225px;
    float: left;
}

/*==== FOOTER ====*/
div#footer {
    border-top: 1px solid #000;
    height: 1px;
    clear: both;

}

div#footer p {
    margin-top:10px;
    font-size:11px;
    color:#000000;
}
div#footer a {
    color:#000000;
}

table {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

input, textarea {
    border: 1px solid #000000;
    margin-bottom: 5px;
}

/* Inschrijfformulier */
div#content #button_inschrijfformulier {
    display: block;
    width: 260px;
    min-height: 50px;
    text-decoration: none;
    text-align: left;
    margin: 25px 0 0 -15px;
}

#button_inschrijfformulier span {
    display: block;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: #ded0a3;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ada691;
    -moz-box-shadow: 2px 2px 3px #888;
    -webkit-box-shadow: 2px 2px 3px #888;
    box-shadow: 2px 2px 3px #888;
    margin-bottom: 15px;
}

#inschrijfformulier table {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#inschrijfformulier td {
    height: 25px;
    vertical-align: top;
}

#inschrijfformulier textarea {
    width: 300px;
    height: 100px;
}

#training {
    height: 0;
    overflow: hidden;
}

#leesMeer {
    cursor: pointer;
    text-decoration: underline;
}

#voorwaarden ol, #voorwaarden ul {
    margin-left: 25px;
}

span.error {
    font-size: 11px;
    color: #f00;
    margin: 10px;
}

.textarea span.error {
    display: block;
    margin: 0 68px 0 0;
    float: right;
}

textarea {
    width: 300px;
    height: 100px;
}

h3.openClose{
    cursor:pointer;
    clear:both;
    color: #000;
}

/* Browser specific */
html.ie7 #menu {
    z-index: 9999;
}
html.ie #navbar li.organisatie ul {
    left: 361px;
}

div.content_left a{
    text-decoration: none;
    color: #764e69 !important;
    text-decoration: none;
    font-weight:bold;
}

div.content_left a:hover{
    text-decoration:underline;
}

div.smallColumnLeft{
    width: 325px;
    float:left;
}
div.smallColumnRight{
    width: 325px;
    float: left;
    padding-left: 20px
}

.thumbholder{
    float:left;
    margin-right: 30px;
    height:236px;
    width:200px;
}
.thumbholder a{
    width:100%;
    height:100%;
}

/* Modified 2015 styles*/

.logo-new{
    position: absolute;
    z-index: 98;
}

div#header_slidebox.new-slider{
    width: 100%;
    height: auto;
    float: left; 
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 5px solid #000;
}

div#header_slidebox.new-slider img{
    width: 100%;
    height: auto;
}

div#header.new{
    width: 100%;
    height: auto;
    border: 0px;
}

div#header.new ul{
    margin: 0px;
}

@media (max-width: 960px) {
    div#header_slidebox.new-slider img{
        width: 940px;
    }
}