html{
    width:100%;
    font-size:100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
}

h1,h2{
    font-family: 'Rufina', serif;
    color:#727373;
    -webkit-font-smoothing: antialiased;
}

h2{
    font-size:30px;
    font-weight:400;
}

body{
    width:100%;
    font-size:100%;
    margin:0px;
}

.align{
    width: 85%;
    max-width: 1260px;
    margin: 0 auto;
}

header{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index:900;
}

header .logo {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: .1s;
}

.logo:hover{
    opacity:0.8;
}

nav #mobile-menu{
    display:none;
}

header ul {
    margin: 0;
    list-style: none;
}

header ul li {
    float: left;
    margin: 0em 2.5%;
    position: relative;
}

header ul li a {
    float: left;
    font-size: 16px;
    text-decoration: none;
    line-height: 4.2em;
    transition: .1s;
    -webkit-transition: .1s;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    color: white;
}

header ul li a:hover{
    border-bottom: 5px solid #fff;
}

header ul li.active a{
    border-bottom: 5px solid #fff;
}

li.twitter-link{
    float:right;
    margin-right: 0;
    margin-left: 0;
}

header ul li.twitter-link a{
    background:url('images/twitter-link.png') no-repeat;
    height: 36px;
    width: 36px;
    margin-top: 15px;
}

header ul li.twitter-link a:hover{
    border-bottom:none;
    opacity:0.8;
}

#home{
    width: 100%;
    background: url('images/header.jpg') no-repeat center top;
    background-size: cover;
    height: 100vh;
}

#home .align {
    display: table;
    margin: auto;
    height: 100%;
    overflow: hidden;
}

.banner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.title{
    top: 50%;
    text-align:center;;
    color:#fff;
}

.title h1{
    font-size:33px;
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
}

.title h2 {
    color: white;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 2.5em;
}

.title span{
    font-family: 'Rufina', serif;
}




.text{
    color:#fff;
    font-size:16px;
    line-height:24px;


}

p{
    color:#737474;
    line-height:24px;
    font-size:16px;
}

p span{
    display:block;
}


.float{
    width:40%;
    float:left;
}

.float:first-child{
    margin-right:15%;
}

h3{
    color:#fff;
    font-size:16px;
    margin:0px;
    text-transform:uppercase;
}

#wrapper{
    width:80%;
    max-width: 960px;
    margin:0 auto;
}

#cursus{
    padding:6% 0%;
    border-bottom:1px solid #e9e9e9;
    overflow:hidden;
}

#cursus h3{
    margin:0px 0px 6% 0px;
    color: #727373;
}


#cursus p{
    color:#737474;
    line-height:24px;
    font-size:16px;
}

#cursus ul{
    color:#737474;
    line-height:24px;
    font-size:16px;
    padding:0px 18px;
    margin:0px;
    margin-top:-12px;
}

#cursus img{
    float:right;
    width:30%;

}

#diensten{
    padding: 4em 0;
    overflow:hidden;
    background: white;
    text-align: left;
    color: #767676;
}

#diensten .left{
    margin: auto;
    width: 80%;
}

#diensten h2{
    margin:0px;
}

#diensten ul{
    line-height:24px;
    font-size:16px;
    padding:0px 18px;
    margin:0px;
    margin-top:15px;
    list-style-position: inside;
}

#specialisten{
   width:100%;
   padding: 4em 0;
   overflow:hidden;
   background-color: #d48411;
   color: white;
}

#specialisten .leafs {
	margin: 0 5% 5px 0;
	float: left;
    width: 20%;
}

.leafs img {
    max-width: 100%;
}

#specialisten article{
    text-align: left;
    float: right;
    width: 75%;
}
#specialisten h2{
    font-size:28px;
    text-align: left;
    color: white;
    margin-top: 0;
}

#specialisten p{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    text-align: left;
    margin-bottom: 30px;
    color: white;
}

#specialisten span{
    color:white;
    font-size:16px;
    font-weight:700;
    display: inline-block !important;
}

#specialisten ul{
    font-size:18px;
    line-height:26px;
    padding-right:0%;
    padding-left: 0;
    list-style: none;
}

#specialisten li{
    display: inline;
    margin-right: 25px;
}

#prijs{
    padding:6% 0%;
    border-bottom:1px solid #e9e9e9;
    overflow:hidden;
    text-align:center;
}

#prijs h2{
    margin:0px 0px 4% 0px;
}

/*#prijs p{
    width:70%;
}*/

#prijs p span.accent{
    font-family: 'Rufina', serif;
    display:inline;
}

#prijs .margin-top{
    margin-top:30px;
}

#prijs article {
    text-align: left;
}

#prijs .tens {
    width: 55%;
    float: left;
}

#prijs .image-section {
    float: right;
    width: 45%;
}

#prijs .double-image {
    display: table;
    float: right;
    position: relative;
    height: 25em;
    width: 178px;
}

#prijs .single-image {
    position: relative;
    display: table;
    height: 25em;
    float: right;
}

#prijs .double-image img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
}

#prijs .double-image img:last-of-type{
    position: absolute;
    bottom: 0;
    left: 0;
}

#prijs .single-image img {
    vertical-align: middle;
}

#prijs .alignment {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#opdrachten{
    background: url('images/opdrachten.jpg')no-repeat top center;
    background-size: cover;
    width:100%;
    text-align:center;
    padding: 4em 0;
    overflow:hidden;
    position: relative;
}

#opdrachten:before {
    content: "";
    background-color: black;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

#opdrachten .wrapper,
#opdrachten .align {
    z-index: 2;
    position: relative;
}

#opdrachten h2{
    color:#fff;
    font-size:28px;
    margin-top: 0;
}

#opdrachten h3 {
    font-size: 22px;
    color: white;
    text-transform: none;
    font-weight: normal;
}

#opdrachten p{
    color:#fff;
}

#opdrachten ul{
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 0px;
    margin-top: 3em;
}

#opdrachten ul li {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    width:76px;
    list-style:none;
    padding-top:82px;
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    background-size: contain;
    background-repeat: no-repeat;
}

#opdrachten a {
    display: inline-table;
    width: 115px;
    color: white;
    text-decoration: none;
    margin-right: 1em;
}

#opdrachten a:last-of-type {
    margin-right: 0;
}

#opdrachten a:hover > li {
    opacity: 0.8;
}

#opdrachten ul li.school{
    background-image: url('images/onderwijs.png');
}

#opdrachten ul li.zorg{
    background-image: url('images/zorg.png');
}

#opdrachten ul li.zakelijk{
    background-image: url('images/zakelijk.png');
}

#opdrachten ul li.overheid{
    background-image: url('images/overheid.png');
}

article .left{
    float:left;
    width:50%;
}

.referentie p{
    margin-bottom:0px;
}

.twitter-user{
    font-family: 'Rufina', serif;
    color:#737474;
    font-size:16px;
}

#contact{
    padding: 4em 0;
    overflow:hidden;
}

p.semiBold{
    font-size:16px;
    font-family: 'Source Sans Pro', calibri, sans-serif !important;
    font-weight:600;
    color:#737474;
    line-height:18px;

}

#contact h2{
    margin:0px 0px 3% 0px;
}


#deboer{
    padding:5%;
}

#deboer .left{
    width:45%;
}

#deboer img{
    float:right;
    width:48%;
    margin-top:30px;
}

#uniek{
    background:url('images/uniek.jpg')no-repeat  top center;
    background-size: cover;
    width:100%;

    overflow:hidden;
    padding:9% 0%;
    text-align:right;

}

#uniek article{
    width:50%;
    float:right;

}


#uniek h2{
    color:#fff;
    font-size:26px;
    margin:0px;
}

#uniek p{
    color:#fff;
    font-size:16px;
    margin-top:5px;
    line-height:30px;
}

#uniek h3{
    margin-top:15%;
}

#callaction{
    padding:2%;
    text-align:center;
}

#callaction span{
    color:#4a7432;
    font-style:italic;
    font-size:18px;
    font-weight:bold;
    margin-right:2%;
}

.button{
    displaY: inline-block;
    background: #d48411;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.banner-wrapper .button {
    margin-right: 15px;
}

.banner-wrapper .button:last-of-type {
    margin-right: 0;
}

.button:hover{
    background-color: #ef9718;
    color: white;
}

.button.contact {
    background-color: transparent;
    border: 3px solid white;
    padding: 16px 50px;
}

.button.contact:hover {
    background-color: white;
    color: #d48411;
}

footer{
    background:#d48411;
    padding: 1.5em 1em;
}



#contact .twitter{
    width:40%;
    float:left;
}

.twitter h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:600;
    font-size:16px;
    color:#737474;
    border-bottom:1px solid #e9e9e9;
    padding-bottom:15px;
    margin-bottom:0px;
}
.adres{
    margin-top:10%;
}
.adres h4{
    border:none;

}

.adres ul{
    list-style:none;
    padding:0px;
    color:#737474;
    line-height:20px;
    font-size:16px;
    margin-top:0px;
}


#facebook{
    border-bottom:1px solid #a7c1d3;
    background: url('images/fb.png') no-repeat 1px 20px;
    padding: 23px 20px 23px 90px;

}


#facebook p{
 	color: #737474;
    font-size:14px;
    padding-top:6px;

}


#tweets{
    border-top: 1px solid #f2f2f2;
    border-bottom:1px solid #cfcfcf;
    background: url('images/twitter.png') no-repeat 1px 30px;
    padding: 0 20px 15px 90px;
}

#tweets p{
    color: #737474;
    font-size:14px;
    padding-top:6px;
}

#tweets span{
    display:inline;
}

#tweets p a{
    color:#2d3137;
    text-decoration:none;
}



#contact .form{
    width:52%;
    float:right;
}

/* ------------------------------------

                 FORM

-------------------------------------*/

fieldset{
    border:none;
    padding:0px;
}

input{
    padding: 3% 0% 3% 4%;
    background: #fdeed9;
    border: none;
    width: 44%;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 1.76em;
}

input#email {
    float: right;
}

textarea{
    padding: 3% 0% 3% 4%;
    background: #fdeed9;
    width: 96%;
    border: none;
    margin-top: 2%;
    resize: none;
    height: 140px;
    font-family: 'Source Sans Pro', calibri, sans-serif !important;
    border-radius: 3px
}

.subbutton{
    display: inline-block;
    background: #d48411;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    float: right;
    margin-top: 20px;
    cursor:pointer;
}

.subbutton:hover{
    background-color: #ef9718;
    color: white;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #747474;
    font-weight:bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #747474;
    font-weight:bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #747474;
    font-weight:bold;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #747474;
    font-weight:bold;
}

.screen-reader-text{
    display:none;
}

.partner-dropdown:after {
  content: "";
  background-image: url('images/arrow-down.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8em;
  display: inline-block;
  height: 0.5em;
  margin-left: 0.5em;
}

.partner-dropdown-list {
  display: none;
}

.dropdown-partners:hover > .partner-dropdown:after {
    background-image: url('images/arrow-up.png');
}

header .partners-list {
  width: 20.063em;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 4.813em;
  right: -8em;
  background-color: white;
  padding-bottom: 0.5em;
  box-shadow: 0 1px 4px 0 rgba(151, 151, 151, 0.5);
  overflow: hidden;
}
header .partners-list li {
  float: left;
  width: 10em;
  margin: 0;
  padding: 0;
  text-align: left;
}
header .partners-list li:nth-child(odd) {
  border-right: 1px solid #c5c5c5;
}
header .partners-list li a {
  color: #878787;
  width: 100%;
  border-bottom: none;
  line-height: 2;
  padding-left: 1.625em;
  margin-bottom: 5px;
}
header .partners-list a:hover {
  border-bottom: none;
}
header .partners-list .partners-site:hover a {
  color: white;
}
header .partners-list .inrichting:hover {
  background: #9b4a95;
}
header .partners-list .interim:hover {
  background: #61d2df;
}
header .partners-list .certificering:hover {
  background: #6e74c0;
}
header .partners-list .opleiding:hover {
  background: #b2180f;
}
header .partners-list .onderhoud:hover {
  background: #52e289;
}
header .partners-list .veiligheid:hover {
  background: #717171;
}
header .partners-list .vervoer:hover {
  background: #ef9718;
}
header .partners-list .printendruk:hover {
  background: #f2c001;
}
header .partners-list .voeding:hover {
  background: #a98c53;
}
header .partners-list .schoonmaak:hover {
  background: #4f8fc7;
}
header .partners-list .facilities:hover {
  background: #419359;
}

.mobile-menu-toggle {
    display: none;
}

header .show-menu {
    display: block;
}

@media (min-width: 725px) {
    #opdrachten a {
        margin-right: 2em;
    }
}

@media (max-width: 725px) {
    #opdrachten a {
        margin-bottom: 2em;
    }

    #opdrachten a:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 460px) {
    #opdrachten a:nth-child(1) {
        margin-right: 2em;
    }

    #opdrachten a:nth-child(2) {
        margin-right: 0;
    }

    #opdrachten a:nth-child(3) {
        margin-bottom: 0;
        margin-right: 2em;
    }
}

@media (max-width: 296px) {
    #opdrachten a:nth-child(1),
    #opdrachten a:nth-child(2),
    #opdrachten a:nth-child(3),
    #opdrachten a:nth-child(4) {
        margin-right: 0;
    }
}

@media all and (max-width: 1120px){
    header .logo{
        margin-right: 0;
    }
    .align{
        width:95%;
    }

    nav ul{
        padding:0px;
    }

    nav ul li{
        margin: 0em 2%;
    }

    header .partners-list {
        right: -5em;
    }
}

@media all and (max-width: 959px){
    #diensten .left {
        text-align: left;
        margin: auto;
        width: 100%;
        float: none;
    }

    #diensten article {
        text-align: left;
    }

    #prijs .image-section {
        display: none
    }

    #prijs .tens {
        width: 100%;
    }

    #specialisten .leafs {
        display: none;
    }

    #specialisten article {
        float: none;
        width: 95%;
    }

    #opdrachten h2{
        font-size:1em;
    }

    header {
        background-color: #ef9718 !important;
    }

    header .logo{
        margin-left:2%;
    }

    nav #mobile-menu{
        display:block;
        text-decoration:none;
        color:#fff;
        font-weight:bold;
        float:right;
        margin-top:32px;
        margin-right:5%;
    }

    header .align{
        width:100%;
    }

    nav ul{
        display:none;
        float:none;
        clear:both;
        margin-top:-10px;
    }

    nav ul li{
        width: 100%;
        margin: 0px;
        border-bottom: 1px solid #ef9718;
    }

    nav ul li.active a{
        border:none;
        background: #ef9718;
    }

    nav ul li a{
        width:100%;
        text-align:center;
        line-height:3.5em;
        border: none;
        background: #d48411;
    }

    nav ul li.twitter-link {
        display:none;
    }

    nav ul li a:hover{
        background: #ef9718;
    }

    nav ul li a:hover{
        border:none;
    }

    nav li .partners-site a:hover {
        background: transparent;
    }

    header .partners-list {
        width: 100%;
        top: 74px;
        right: 0;
        padding-bottom: 0;
    }

    header .partners-list li {
        width: 100%;
    }

    header .partners-list li a {
        margin-bottom: 0;
        padding-left: 0;
        color: white;
    }

    .mobile-menu-toggle {
        display: block;
    }

    header ul .dropdown-partners {
        position: inherit;
    }

    header .partners-list .mobile-menu-toggle:hover a {
        cursor: pointer;
        color: black;
    }

    #opdrachten blockquote{
        width:35%;
    }

    #deboer .left{
        width: 100%;
    }

    #deboer img{
        float:none;
        width:100%;
        margin-bottom:2%;
    }

    #uniek{
        text-align:center;

    }

    #uniek article{
        float:none;
        width:80%;
        margin:0 auto;
    }

    .button{
        margin:0 auto;
	    margin-top: 5%;
        width: 100px;
    }

    #tweets{
	padding: 30px 20px 20px 90px;
    }

    #tweets p{
	padding: 0px;
    }

    #callaction{
        padding:3%;
    }

}

@media all and (max-width: 800px){
    article .left{
        float:none;
        width:100%;
    }
    #cursus img{
        float:none;
        width:100%;
    }

    #interactie img{
        margin-top:0%;
    }

    #interactie h2{
        margin-top:5%;
    }

}

@media all and (max-width: 750px){
    #opdrachten .referentie{
        float:none;
        width:100%;
        margin-bottom:3%;
        margin-top:5%;
    }

    #tweets{
	padding: 30px 20px 40px 90px;
    }

    #tweets p{
	padding-top: 10px;
    }
    #contact .twitter{
        width:100%;
        margin-bottom:30px;
    }

    #contact .form{
	width: 100%;
	float: none;
	overflow: hidden;
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
    }

    input {
        width: 96%;
    }
}

@media all and (max-width: 680px){
    #opdrachten .left{
        width:100%;
        float:none;
    }

    #opdrachten blockquote{
        width:100%;
        float:none;
    }

}

@media all and (max-width: 600px){
    .kinderen .float{
        float:none;
        width:90%;
        margin:0 auto;

    }

    .kinderen .float:nth-child(2){
        margin-top:40px;

    }

    #callaction{
        padding:6%;
    }

    .title{
        top:55%;
    }
}

@media all and (max-width: 465px){
    .banner-wrapper .button {
        margin-right: 0;
    }
}

@media all and (max-width: 400px){
    .title{
        top:20%;

    }
    .down{
        top:80%;
    }
    #home .align{
        width:80%;
    }
}
