@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

body {margin:0; font-family: 'Lato', sans-serif;}
a {
    color: #cd0301;
    text-decoration: none;
}
#headerbalk {width:90%; margin:0 auto; padding: 20px 0px;}
.logo {width:30%; display:inline-block; overflow:hidden;   vertical-align: middle;}
.logo img {
  max-width: 100%;
  height: auto;
}
.hoofdmenu {width:65%; display:inline-block;   vertical-align: middle; font-weight:400; font-size:16px;}

.hoofdmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.hoofdmenu li {
  display: inline;
  padding-left: 35px;
}

.hoofdmenu li a {color:#000000; text-decoration:none;}
.hoofdmenu li a.active {color:#cd0102;}
.hoofdmenu li a:hover {color:#001a5e;}

.introductie {width:90%; margin:40px auto; text-align:center;}
.introductie h1 {
  color: #cd0301;
  font-size: 40px;
  font-weight: 900;
    margin: 0;
}
.introductie h2 {
  color: #001c5b;
    margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
}
.introductie p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  width:75%;
  margin:0 auto;
}

.introductie.grey {
  padding: 40px 5%;
  background-color:#f6f6f6;
    margin: 0;

}

.opleidingen {
  padding: 40px 5%;
  text-align:left;
  background-color:#f6f6f6;
}

.opleidingen h1 {
  color: #cd0301;
  font-size: 40px;
  font-weight: 900;
    text-align:center;
}

.opleiding {
  width: 23%;
  margin: 3% 2% 3% 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
  border-radius:5px;
}

.opleiding.last {
	margin-right:0;
}

.opleiding img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius:5px 5px 0px 0px;
}

.opleiding img.leesmeer {
  left: 42%;
  position: relative;
  margin-top: -40px;
  border-radius:50px;
  -webkit-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  -moz-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
}

.opleiding h1 {
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color:#001b64;
  text-align:left;
}

.opleiding p {
  font-size: 14px;
  font-weight: 400;
    height: 85px;
	padding: 0 20px;
}

.opleiding p.button {background-color:#001b64;   height: auto; text-align:center; padding:8px; color:#ffffff; border-radius:0px 0px 5px 5px; text-transform:uppercase; letter-spacing:1px; font-weight:700;}
.opleiding p.button a {color:#ffffff;}

.diensten {
  padding: 40px 5%;
  text-align:left;
}

.diensten h1 {
  color: #012468;
  font-size: 40px;
  font-weight: 900;
  text-align:center;
}

.dienst {
  width: 23%;
  margin: 3% 2% 3% 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
  border-radius:5px;
}

.dienst.last {
	margin-right:0;
}

.dienst img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius:5px 5px 0px 0px;
}

.dienst img.leesmeer {
  left: 40%;
  position: relative;
  margin-top: -40px;
  border-radius:50px;
  -webkit-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  -moz-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
}

.dienst h1 {
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color:#cc0001;
  text-align:left;
}

.dienst p {
  font-size: 14px;
  font-weight: 400;
    height: 85px;
	padding: 0 20px;
}

.dienst p.button {background-color:#cc0001;   height: auto; text-align:center; padding:8px; color:#ffffff; border-radius:0px 0px 5px 5px; text-transform:uppercase; letter-spacing:1px; font-weight:700;}

.dienst p.button a {color:#ffffff;}

.dienstenaanbod .diensten {
  padding: 40px 5%;
  text-align:center;
}

.dienstenaanbod .diensten h1 {
  color: #cd0301;
  font-size: 40px;
  font-weight: 900;
  text-align:center;
    margin: 0;
}
.dienstenaanbod .diensten h2 {
  color: #001c5b;
  font-weight: 400;
  font-size: 30px;
  text-align:center;
    margin: 0;
	  margin-bottom: 20px;
}

.dienstenaanbod .diensten p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  width: 100%;
}

.dienstenaanbod .diensten p a {
  color: #001c5b;
  text-decoration:none;
    padding: 0 10px;
}

.dienstenaanbod .dienst {
  width: 100%;
  margin: 3% 0% 3% 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  background-color: #ffffff;
}

.dienstenaanbod .dienst.last {
	margin-right:0;
}

.dienstenaanbod .dienst .content {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}

.dienstenaanbod .dienst img {
  max-width: 30%;
  height: auto;
  margin: 0;
  border-radius: 5px;
  display: inline-block;
    margin-right: 4%;
}

.dienstenaanbod .dienst img.leesmeer {
  left: 30%;
  position: absolute;
  margin-top: 8%;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  -moz-box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
  box-shadow: 0 0 0 6px rgba(96,96,96,0.2);
}

.dienstenaanbod .dienst h1 {
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color:#cc0001;
  text-align:left;
}
.dienstenaanbod .dienst h1.blue {color:#001c5b}

.dienstenaanbod .dienst p {
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  height: 100%;
  line-height: 1.8;
}

.dienstenaanbod .dienst li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.dienstenaanbod .dienst p.prijs {
  clear: both;
  display: block;
}

.elearning {
  padding: 40px 5%;
  text-align:center;
  background-color:#f6f6f6;
}

.elearning h1 {
  color: #cd0301;
  font-size: 40px;
  font-weight: 900;
    text-align:center;
	margin:0;
}
.elearning h2 {
  color: #001c5b;
    margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
}

.elearning p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  width:75%;
  margin:0 auto;
}

.fullimage {width:100%; height:auto; overflow:hidden:}
.fullimage img {
    width: 100%;
    height: auto;
}


footer {
  background-color: #001b64;
  padding: 20px 5%;
  color: #ffffff;
  font-size: 14px;
  line-height:1.5
}

.contactgegevens, .trainingen, .dienstenpakket, .copyright {
  width: 23%;
  display: inline-block;
  margin-right: 2%;
  vertical-align:top;
}

.contactgegevens h3, .trainingen h3, .dienstenpakket h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom:10px;
}

.trainingen ul, .dienstenpakket ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainingen li, .dienstenpakket li {
  padding-bottom: 5px;
}

.trainingen a, .dienstenpakket a {text-decoration:none;}


.copyright {margin-right:0; text-align:right; vertical-align:bottom;}
footer a {color:#ffffff; text-decoration:underline;}

@media screen and (max-width: 1300px) {
.logo {
    display: block;
    margin-bottom: 20px;
}
.hoofdmenu {
    width: 100%;
}

.hoofdmenu ul {
    float: left;
}

.hoofdmenu li {
	padding-left:0;
    padding-right: 35px;
}

.hoofdmenu li:last-of-type {
    padding-right: 0;
}
.demo-2 .sl-slider .sl-slide-inner h2, .demo-2 .sl-slider .sl-slide-inner blockquote {
    width: 85%;
    margin-right: 5%;
}

.demo-2 .sl-slider .sl-slide-inner h2 {
    font-size: 50px;
}

.demo-2 .sl-slider .sl-slide-inner blockquote {
    font-size: 20px;
}
.opleiding, .dienst {
    width: 31%;
}
.opleiding.last, .dienst.last {
    margin-right: 2%;
}
.contactgegevens, .trainingen, .dienstenpakket {
    width: 31%;
}
.copyright {
    display: block;
    width: 100%;
	margin-top:20px;
}
}

@media screen and (max-width: 850px) {
.logo {
    width: 45%;
}

.hoofdmenu li {
    padding-right: 15px;
}
.introductie h1, .dienstenaanbod .diensten h1, .elearning h1, .opleidingen h1, .diensten h1 {
    font-size: 30px;
	height:auto;
}
.introductie h2, .dienstenaanbod .diensten h2, .elearning h2 {
    font-size: 20px;
}
.opleiding, .dienst {
    width: 47%;
}
.opleiding h1, .dienst h1 {
    font-size: 14px;
}
.contactgegevens {
    width: 100%;
}
.trainingen, .dienstenpakket {
    display: none;
}
}

@media screen and (max-width: 750px) {
.hoofdmenu li {
    padding-bottom: 10px;
    display: inline-block;
}
.introductie h1, .dienstenaanbod .diensten h1, .elearning h1 {
    font-size: 23px;
}
.introductie h2, .dienstenaanbod .diensten h2, .elearning h2 {
    font-size: 18px;
}
.introductie p, .elearning p {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
}
}

@media screen and (max-width: 600px) {
.logo {
    width: 70%;
}
.headerslider {
    display: none;
}
p.quicklinks {
    display: none;
}
.dienstenaanbod .dienst img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.dienstenaanbod .dienst .content {
    width: 100%;
}
.introductie h1, .dienstenaanbod .diensten h1, .elearning h1 {
    font-size: 23px;
    padding: 0;
}
.dienstenaanbod .dienst p {
    padding: 0;
    margin: 0;
}
}

@media screen and (max-width: 450px) {
.logo {
    width: 100%;
}
.opleiding, .dienst {
    width: 100%;
}
}