/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#937b92;}
::-moz-selection {color:#ffffff;background:#937b92;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a{
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}




/*  header  */
header{
    width: 100%;
    /*height: 80px;*/
    background: #b1c39d;
}

header .logo{
    float: left;
    margin-top: 5px;
}

header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/menu_icon.png') no-repeat;
    float: right;
    margin-top: 23px;
    display: none;
}

header nav{
    overflow: hidden;
    display: inline-block;
    margin: 20px 0 0 40px;
    padding: 13px 40px;
    border-left: 1px #404040 solid;
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 16px;
    font-family: arial;
}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #fff;
}

header nav ul li a:hover{
    color: #491d4e;
}

header ul.social{
    float: right;
    list-style: none;
    margin-top: 23px;
}

header ul.social li{
    float: left;
    margin-left: 10px;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/sm.png') no-repeat;
}

header ul.social li a:hover{
    background: url('/img/sm_hover.png') no-repeat;
}

header ul.social li a{
    display: block;
    width: 35px;
    height: 35px;
}

header ul.social li a.fb{
    background-position: 0 0;
}

header ul.social li a.twitter{
    background-position: -36px 0;
}

header ul.social li a.gplus{
    background-position: -72px 0;
}




/*  Billboard 1  */
body#home .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard.jpg") no-repeat center -90px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

body#home .klasse{
    width: 100%;
	height: 600px;
    background: url("/img/klasse.jpg") no-repeat center -90px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

body#home .billboard .caption{
   /* margin-left: 515px;*/
	clear:both;
	float:right;
    margin-top: 20px;
	margin-right:100px;
}

@media (max-width:1200px){
body#home .billboard .caption{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#home .billboard .caption{
	margin-right:50px;
}
}

@media (max-width:1200px){
body#home .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard.jpg") no-repeat center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
}

@media (max-width:800px){
body#home .billboard .caption{
	margin-right:25px;
}
}
@media (max-width:500px){
body#home .billboard .caption{
	margin-right:10px;
}
}

body#home .billboard .caption p{
	max-width:400px;
    display: inline-block;
    color: #353434;
    font-family: arial;
    font-weight: lighter;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
	line-height:20px;
}

body#home .billboard .caption-small {
    /*margin-left: 600px;*/
    margin-top: 20px;
	clear:both;
	float:right;
	margin-right:100px;
}

@media (max-width:1200px){
body#home .billboard .caption-small{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#home .billboard .caption-small{
	margin-right:50px;
}
}
@media (max-width:800px){
body#home .billboard .caption-small{
	margin-right:25px;
}
}
@media (max-width:500px){
body#home .billboard .caption-small{
	margin-right:10px;
}
}

body#home .billboard .caption-small p{
	max-width:250px;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
}

body#home .billboard .caption-small p:hover, body#home .billboard .caption-small p:focus {
	background: rgba(226, 219, 226, 0.75) none repeat scroll 0% 0%;
}

/*  Billboard 2  */
body#kracht .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard2.jpg") no-repeat center -90px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

body#kracht .billboard .caption{
   /* margin-left: 515px;*/
	clear:both;
	float:right;
    margin-top: 20px;
	margin-right:100px;
}

@media (max-width:1200px){
body#kracht .billboard .caption{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#kracht .billboard .caption{
	margin-right:50px;
}
}

@media (max-width:1200px){
body#kracht .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard2.jpg") no-repeat center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
}

@media (max-width:800px){
body#kracht .billboard .caption{
	margin-right:25px;
}
}
@media (max-width:500px){
body#kracht .billboard .caption{
	margin-right:10px;
}
}

body#kracht .billboard .caption p{
	max-width:400px;
    display: inline-block;
    color: #353434;
    font-family: arial;
    font-weight: lighter;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
	line-height:20px;
}

body#kracht .billboard .caption-small {
    /*margin-left: 600px;*/
    margin-top: 20px;
	clear:both;
	float:right;
	margin-right:100px;
}

@media (max-width:1200px){
body#kracht .billboard .caption-small{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#kracht .billboard .caption-small{
	margin-right:50px;
}
}
@media (max-width:800px){
body#kracht .billboard .caption-small{
	margin-right:25px;
}
}
@media (max-width:500px){
body#kracht .billboard .caption-small{
	margin-right:10px;
}
}

body#kracht .billboard .caption-small p{
	max-width:250px;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
}

body#kracht .billboard .caption-small p:hover, body#kracht .billboard .caption-small p:focus {
	background: rgba(226, 219, 226, 0.75) none repeat scroll 0% 0%;
}

/*  Billboard 3  */
body#watis .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard3.jpg") no-repeat center -90px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

body#watis .billboard .caption{
   /* margin-left: 515px;*/
	clear:both;
	float:right;
    margin-top: 20px;
	margin-right:100px;
}

@media (max-width:1200px){
body#watis .billboard .caption{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#watis .billboard .caption{
	margin-right:50px;
}
}

@media (max-width:1200px){
body#watis .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard3.jpg") no-repeat center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
}

@media (max-width:800px){
body#watis .billboard .caption{
	margin-right:25px;
}
}
@media (max-width:500px){
body#watis .billboard .caption{
	margin-right:10px;
}
}

body#watis .billboard .caption p{
	max-width:400px;
    display: inline-block;
    color: #353434;
    font-family: arial;
    font-weight: lighter;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
	line-height:20px;
}

body#watis .billboard .caption-small {
    /*margin-left: 600px;*/
    margin-top: 20px;
	clear:both;
	float:right;
	margin-right:100px;
}

@media (max-width:1200px){
body#watis .billboard .caption-small{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#watis .billboard .caption-small{
	margin-right:50px;
}
}
@media (max-width:800px){
body#watis .billboard .caption-small{
	margin-right:25px;
}
}
@media (max-width:500px){
body#watis .billboard .caption-small{
	margin-right:10px;
}
}

body#watis .billboard .caption-small p{
	max-width:250px;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
}

body#watis .billboard .caption-small p:hover, body#watis .billboard .caption-small p:focus {
	background: rgba(226, 219, 226, 0.75) none repeat scroll 0% 0%;
}

/*  Billboard 4  */
body#contact .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard4.jpg") no-repeat center -90px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

body#contact .billboard .caption{
   /* margin-left: 515px;*/
	clear:both;
	float:right;
    margin-top: 20px;
	margin-right:100px;
}

@media (max-width:1200px){
body#contact .billboard .caption{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#contact .billboard .caption{
	margin-right:50px;
}
}

@media (max-width:1200px){
body#contact .billboard{
    width: 100%;
	height: 600px;
    background: url("/img/billboard3.jpg") no-repeat center 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
}

@media (max-width:800px){
body#contact .billboard .caption{
	margin-right:25px;
}
}
@media (max-width:500px){
body#contact .billboard .caption{
	margin-right:10px;
}
}

body#contact .billboard .caption p{
	max-width:400px;
    display: inline-block;
    color: #353434;
    font-family: arial;
    font-weight: lighter;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
	line-height:20px;
}

body#contact .billboard .caption-small {
    /*margin-left: 600px;*/
    margin-top: 20px;
	clear:both;
	float:right;
	margin-right:100px;
}

@media (max-width:1200px){
body#contact .billboard .caption-small{
	margin-right:75px;
}
}
@media (max-width:1000px){
body#contact .billboard .caption-small{
	margin-right:50px;
}
}
@media (max-width:800px){
body#contact .billboard .caption-small{
	margin-right:25px;
}
}
@media (max-width:500px){
body#contact .billboard .caption-small{
	margin-right:10px;
}
}

body#contact .billboard .caption-small p{
	max-width:250px;
    display: inline-block;
    color: #000;
    font-family: arial;
    font-weight: lighter;
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 2px;
    z-index: 8888;
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0%;
    border: 2px solid #eee;
	border-radius: 0px 45px 0px 45px;
}

body#contact .billboard .caption-small p:hover, body#contact .billboard .caption-small p:focus {
	background: rgba(226, 219, 226, 0.75) none repeat scroll 0% 0%;
}

/*  Services/features  */
.links{
    width: 100%;
    padding-top: 0;
   /* background: #f7f7f7;*/
    overflow: hidden;
}

.links .linktext{
	display: block;
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
	margin: 10px;
}

.links .linktext a {
    text-transform:uppercase;;
}

.links p {
    margin-bottom: 15px;

}

.links .linktext:hover {
    background: #c9beca none repeat scroll 0% 0%;
	color:black;
}

.links .linktext:nth-child(3n+0)
{
   /* margin-right: 0;*/
}

.linktext .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 6.666666666666667%;
}

.linktext .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.linktext h3{
    margin-bottom: 10px;
    color: #767575;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;

}

.linktext p{
    color: #9e9e9e;
    font-family: arial;
    font-size: 15px;
    line-height: 22px;
	padding:10px 0;

}

.linktext a{
    color: #fff;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
}

.linktext a:hover{
	text-decoration: none;
}

.linktext a span{
    font-family: arial;
    margin-left: 10px;
}


/* body copy */

.main{
    width: 100%;
    padding-top: 0;
    background: #f7f7f7;
    overflow: hidden;
}

.main .linktext{
    display: block;
    width: 22%;
    height: auto;
    float: left;
    margin-right: 2%;
	padding:15px 0;
}

.main .linktext a {
    text-transform:uppercase;;
}

.main p {
    margin-bottom: 15px;

}

.main ul, .main ol {
    margin-left: 35px;
}

.main ul li, .main ol li {
		line-height:22px;
}

.main .linktext:hover {
    background: rgba(226, 219, 226, 0.75) none repeat scroll 0% 0%;
	font-weight:bold;
}

.main .linktext:nth-child(3n+0)
{
   /* margin-right: 0;*/
}




/*  Services/features  */
.features{
    width: 100%;
    padding-top: 15px;
    background: #eee;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: 250px;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 25px;
	background:#e2dbe2;
	border: 2px solid #eee;
	border-radius: 0px;
}

.features .kalender {
	height: auto;
}
.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.features2{
    width: 100%;
    padding-top: 25px;
    background: #eee;
    overflow: hidden;
}

.features2 .feature2{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 25px;
	background:#e2dbe2;
	border: 2px solid #eee;
	border-radius: 0px;
}

.features .featurehalf{
    display: block;
    width: 46.66666666666667%;
    height: auto;
    float: left;
    margin-right: 3.3%;
    margin-bottom: 15px;
	background:#e2dbe2;
	border: 2px solid #eee;
	border-radius: 0px;
}

.features2 .feature2:nth-child(3n+0)
{
    margin-right: 0;
}

.features .featurehalf:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 5%;
}

.feature .details_exp{
    display: block;
    width: 100%;
    float: left;
	padding:10px;
}

.feature h3{
    margin-bottom: 20px;
    color: #000;
    font-family: arial;
    font-size: 18px;
	font-weight:bold;
}

.feature p{
    margin-bottom: 5px;
    color: #353434;
    font-family: arial;
    font-size: 15px;
    line-height: 19px;

}

div.feature div.details_exp div.blokje a, div.feature div.details_exp div.blokje2 a {
    color: #538637;
    font-family: arial;
    font-size: 15px;
    text-decoration: underline;
}

div.feature div.details_exp div.blokje a:hover, div.feature div.details_exp div.blokje2 a:hover {
    color: #353434;
    text-decoration: underline;
}
div.feature div.details_exp p.ctb span.ctb_btn a{
    color: #fff;
    font-family: arial;
    font-size: 15px;
    text-decoration: underline;
}

div.feature div.details_exp p.ctb span.ctb_btn a:hover{
    color: #fff;
    text-decoration: underline;
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}



/*  Services/features  */

.features3 {
    width: 100%;
    margin-top: 25px;
    background: #b1c39d;
    overflow: hidden;
}

.features3 .feature3 {
    display: block;
    width: 30%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
	padding:10px;
}

.feature3 p{
    color: #353434;
    font-family: arial;
    font-size: 15px;
    line-height: 20px;

}

.feature3 h3{
    font-family: arial;
    font-size: 18px;
    line-height: 25px;
	font-weight:bold;
	padding-left:5px;
}

.feature3 h3.one{
	border-left:5px solid #8d758f;
}

.feature3 h3.two{
	border-left:5px solid #538637;
}

.feature3 h3.three{
	border-left:5px solid #360016;
}

.feature3 ul{
    margin-left:0;
	list-style-type:none;

}

.feature3 ul ul{
    margin-left:25px;
	list-style-type:none;

}

.feature3 a{
    color: #005429;
    font-family: arial;
    font-size: 15px;
    text-decoration: none;
}

.feature2 a:hover{
    color: #353434;
}

.featurehalf a:hover{
    color: #353434;
}

.feature3 a:hover{
    color: #360016;
	text-decoration:underline;
}

.feature2 a span{
    font-family: arial;
    margin-left: 10px;
}

.featurehalf a span{
    font-family: arial;
    margin-left: 10px;
}

/*  Testimonials  */
.testimonials{
    text-align: center;
}

.testimonials h2{
    color: #4e4e4e;
    font-family: arial;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.caroufredsel_wrapper{
    max-width: 1040px!important;
    margin: 0 auto!important;
}

.testimonials .testi_slider{
    max-width: 1040px!important;
    height: auto;
    overflow: hidden;
}

.testimonials .testi_slider .t{
    max-width: 1040px!important;
    text-align: center;
    float: left;
    height: auto;
}

.testimonials p{
    color: #8e8d8d;
    font-family: arial;
    font-size: 20px;
    line-height: 30px;
}

.testimonials p.author{
    color: #686767;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.testimonials #t_navigation a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #dadada;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 40px;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.testimonials #t_navigation a.selected{
    background: #bebebe;
}

.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #c9beca;
}

.info_pic{
    display: block;
    width: 50%;
    float: left;
    background: url('/img/info_img.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}

.info_details2{
    display: block;
    width: 50%;
    height: auto;
    float: left;
    padding: 20px 0;
}


.info_details h3{
    color: #fff;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 10px;
    line-height: 25px;
}

.info_details p{
    color: #000;
    font-family: arial;
    font-size: 14px;
   /* max-width: 560px;*/
    margin: 0;
    line-height: 25px;
}

.info_details a{
    color: #fff;
    font-family: arial;
    font-size: 16px;
    margin: 0 0 0 15px;
    text-decoration: underline;
}

.info_details a span{
    margin-left: 10px;
}

.info_details2 h3{
    color: #000;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 60px;
    line-height: 25px;
}

.info_details2 p{
    color: #000;
    font-family: arial;
    font-size: 14px;
    max-width: 560px;
    margin: 20px;
    line-height: 20px;
}

.info_details2 a{
    color: #fff;
    font-family: arial;
    font-size: 16px;
    margin: 0 0 0 40px;
    text-decoration: none;
}

.info_details2 a span{
    margin-left: 10px;
}

div.event {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	padding:5px;
	width: 100%;
	margin-bottom:10px;
}

div.event2 {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	padding:5px;
	width: 100%;
	margin-bottom:15px;
}

/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 25px;
}

.ctb{
    display: block;
    padding-top: 0px;
}

.cta h3{
    color: #6b6b6b;
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.ctb h3{
    color: #6b6b6b;
    font-family: arial;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.cta p{
    color: #7f7c7c;
    font-family: arial;
    font-size: 14px;
    margin-top: 20px;
}

.ctb p{
    color: #7f7c7c;
    font-family: arial;
    font-size: 17px;
    margin-top: 20px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #538637;
    color: #fff;
    font-family: arial;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;
    text-transform: uppercase;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;

}

.ctb a.ctb_btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #538637;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px;
    text-transform: uppercase;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.ctb span.ctb_btn{
    display: inline-block;
    padding: 5px 10px;
    background-color: #937b92;
    color: #fff;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px;
    text-transform: uppercase;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.cta a.cta_btn:hover, .cta span.cta_btn:hover{
    background: #937b92;
}

.ctb a.ctb_btn:hover, .cta span.ctb_btn:hover{
    background: #937b92;
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}

.ctb .ctb_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}



/*  Footer  */
footer{
    padding: 10px 0;
    border-top: 1px #dedede solid;
    background: #f7f7f7;
    text-align: center;
	clear:both;
}

footer .rights{
    color: #3b3b3b;
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
}

footer .rights a{
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    color: #3b3b3b;
}

a{
    color: #538637;
}


.feature2 .details_exp{
	background: #fff scroll 0% 0% / cover;
	opacity: 0.8;
    display: block;
    width: 45%;
    float: right;
	margin-right: 4%;
	margin: 10px 25px 25px 0;
	padding:10px;
}

.featurehalf .details_exp{
	opacity: 0.8;
    display: block;
    float: right;
	margin-right: 4%;
	margin: 10px 25px 25px 0;
	padding:10px;
}


/*  Responsive code  */
@media (max-width:800px){
    .wrapper{
        padding: 0 40px;
    }
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 20px 0;
    }

div.event2 {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
	padding:5px;
	width: 92%;
	margin-bottom:15px;
	margin-left:15px;
}

    .info_details h3,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: left;
        margin: 10px auto;
    }
    .info_details p{
        display: block;
        text-align: left;
        margin: 5px auto;
    }


/*	div.event {
		width:75%;
	}
*/}

@media(max-width:750px) {
.feature2 .details_exp{
	background: #fff scroll 0% 0% / cover;
	opacity: 0.85;
    display: block;
    width: 100%;
    float: center;
	margin-right: 4%;
	margin: 10px 0 25px 0;
	padding:10px;
}

.featurehalf .details_exp{
	opacity: 0.85;
    display: block;
    width: 100%;
    float: center;
	margin-right: 4%;
	margin: 10px 0 25px 0;
	padding:10px;
}
}

@media (max-width:1000px){
    .billboard .caption, .billboard .caption-small {
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
	.featurehalf .details_exp{
	opacity: 0.85;
    display: block;
    width: 100%;
    float: center;
	margin-right: 4%;
	margin: 10px 0 25px 0;
	padding:10px;
}

}


@media (max-width:800px){
    header .logo{
        float: none;
    }

    header .menu_icon{
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #353434;
        margin: 21px 0 0 0;
        padding: 0;
        border-left: 0;
        border-top: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    header nav ul li a:active{
        display: block;
        width: 100%;
        padding: 20px 0;
        background: #2c2c2c;
    }

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
	
	    .features2 .feature2{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features2 .feature2:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

	    .features .featurehalf{
        width: 100%;
        margin-right: 6.666666666666667%!important;
    }
    .features .featurehalf:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

	.features3 .feature3{
        width: 100%;
        margin-right: 0!important;
    }

	    .links .linktext{
        width: 46.66666666666667%;
        /*margin-right: 6.666666666666667%!important;*/
    }
    .links .linktext:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

}


.veertien-px {
	font-size:14px;
}

@media(max-width:1000px) {
div#hidefortablet {
	display:none;
}

    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }

}
@media (max-width:500px){

    .features .feature{
        width: 100%;
        margin-right: 0!important;
    }
    .features2 .feature2{
        width: 100%;
        margin-right: 0!important;
    }
    .features .featurehalf{
        width: 100%;
        margin-right: 0!important;
		height:auto;
    }

div#hidefortablet {
	display:none;
}
div#hideforregularscreen {
	display:none;
}

}

@media(max-width:600px) {
	    .links .linktext{
        width: 46.66666666666667%;
        /*margin-right: 6.666666666666667%!important;*/
    }
}

@media(min-width:1000px) {
div#hideforregularscreen {
	display:none;
}
}

	.slideout-menu {
		position: fixed;
		top: 0;
		left: -250px;
		width: 200px;
		height: 100%;
		background: #538637;
		z-index: 100;
	}
	.slideout-menu h3 {
		position: relative;
		padding: 17px 10px;
		color: #fff;
		font-size: 1.2em;
		font-weight: 400;
		/*border-bottom: 4px solid #222;*/
	}
	.slideout-menu .slideout-menu-toggle {
		position: absolute;
		top: 5px;
		right: 10px;
		display: inline-block;
		padding: 6px 9px 5px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		line-height: 1;
		background: #fff;
		color: #000;
		text-decoration: none;
		vertical-align: top;
		border:1px solid #000;
	}
	.slideout-menu .slideout-menu-toggle:hover {
		color: #000;
		background: #b1c39d;
	}
	.slideout-menu ul {
		list-style: none;
		font-weight: 300;
		border-top: 1px solid #151515;
		border-bottom: 1px solid #454545;
	}
	.slideout-menu ul li {
		border-top: 1px solid #454545;
		border-bottom: 1px solid #151515;
	}
	.slideout-menu ul li a {
		position: relative;
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}
	.slideout-menu ul li a:hover {
		background: #b1c39d;
		color: #000;
	}
	.slideout-menu ul li a i {
		position: absolute;
		top: 15px;
		right: 10px;
		opacity: .8;
		color:#000;
	}
	
	.header {
		/*padding: 15px;*/
		background: #538637;
	}
	.header .slideout-menu-toggle {
		font-size: 1.2em;
		color: #fff;
		text-decoration: none;
	}
	.header .slideout-menu-toggle:hover {
		color: #000;
	}
	.header .slideout-menu-toggle i {
		vertical-align: top;
		margin: 5px 3px 0 0;
	}
        #map_wrapper {
    height: 500px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

div.sessiedatum {
	float:left;
	background:#c9beca;
	width:90px;
	height:auto;
	text-align:center;
	padding:5px 5px 10px 5px;
	margin-right:10px;
}

div.sessiedatum p.sessiedag {
	font-size:28px;
	color:#000;
}

div.sessiedatum p.sessiemaand {
	font-size:14px;
	color:#000;
}

.ctb a.inschrijfknop {
	font-size:13px;
	padding:6px 10px 4px 10px;
}

.ctb a.allesessiesknop {
	margin-left:0;
	padding:5px 10px;
	font-size:13px;
}

.feature .details_exp a.linkje {
	text-decoration:underline;
}

p.hoogte28px {
	line-height:28px;
}

p.hoogte52px {
	line-height:52px;
}

p.hoogte75px {
	line-height:75px;
}

.features div.referrala {
	background: transparent url('/img/referrala.jpg') no-repeat scroll 0% 0%;
}

.features div.referralb {
	background: transparent url('/img/referralb.jpg') no-repeat scroll 0% 0% / cover;
}
.features div.referralc {
	background: transparent url('/img/referralc.jpg') no-repeat scroll 0% 0% / cover;
}

p.quote {
	background: rgba(83, 134, 55, 0.85) none repeat scroll 0% 0%;
	margin-top:100px;
	padding:10px;
	color:#fff;
}

span.functie {
	font-size:12px;
}

.myform{
	width: 100%;
	padding: 0 10px 10px 0;
}

#stylized{
}
#stylized .formveld {
font:inherit;
margin-bottom:8px;
}
#stylized p{
	font:inherit;
	padding: 5px 2px;
	margin: 2px 0 10px 0;
}
#stylized label{
display:block;
text-align:left;
float:left;
clear:both;
}
#stylized .small{
color:#666666;
font:inherit;
font-weight:normal;
text-align:right;
width:150px;
}
#stylized input, #stylized select, #stylized textarea, #stylized button {
float:left;
clear:both;
font:inherit;
padding:4px;
border:solid 1px #aacfe4;
width:100%;
margin-bottom:10px;
}

#stylized p.error{
margin-bottom:5px;
	color: red;
	font:inherit;
	line-height:1.2em;
	margin-top:0;
	padding-top:0;
}

#stylized div.boodschap{
            clear:both;
			padding: 20px;
            display: none;
            margin-top: 20px;
            border: 1px solid #000;
        }


#stylizedonderwijs{
}
#stylizedonderwijs .formveld {
font:inherit;
margin-bottom:8px;
}
#stylizedonderwijs p{
	font:inherit;
	padding: 5px 2px;
	margin: 2px 0 10px 0;
}
#stylizedonderwijs label{
display:block;
text-align:left;
float:left;
clear:both;
font-size:13px;
}
#stylizedonderwijs .small{
color:#666666;
font:inherit;
font-weight:normal;
text-align:right;
width:150px;
}
#stylizedonderwijs input, #stylizedonderwijs select, #stylizedonderwijs textarea {
float:left;
clear:both;
font-size:13px;
padding:3px;
border:solid 1px #aacfe4;
width:100%;
margin-bottom:5px;
}

#stylizedonderwijs button{
clear:both;
width:100px;
height:25px;
background: #eee;
color:#0071bc;
font:inherit;
cursor:pointer;
padding:0;
border:1px solid #ccc;
}
#stylizedonderwijs p.error{
margin-bottom:5px;
	color: red;
	font:inherit;
	line-height:1.2em;
	margin-top:0;
	padding-top:0;
}

#stylizedloopbaanvraag{
}
#stylizedloopbaanvraag .formveld {
font:inherit;
margin-bottom:8px;
}
#stylizedloopbaanvraag p{
	font:inherit;
	padding: 5px 2px;
	margin: 2px 0 10px 0;
}
#stylizedloopbaanvraag label{
display:block;
text-align:left;
float:left;
clear:both;
font-size:13px;
}
#stylizedloopbaanvraag .small{
color:#666666;
font:inherit;
font-weight:normal;
text-align:right;
width:150px;
}
#stylizedloopbaanvraag input, #stylizedloopbaanvraag select, #stylizedloopbaanvraag textarea {
float:left;
clear:both;
font-size:13px;
padding:3px;
border:solid 1px #aacfe4;
width:100%;
margin-bottom:5px;
}

#stylizedloopbaanvraag button{
clear:both;
width:100px;
height:25px;
background: #eee;
color:#0071bc;
font:inherit;
cursor:pointer;
padding:0;
border:1px solid #ccc;
}
#stylizedloopbaanvraag p.error{
margin-bottom:5px;
	color: red;
	font:inherit;
	line-height:1.2em;
	margin-top:0;
	padding-top:0;
}

.pdficon {
	display:inline-block;
	line-height:22px; 
	background:url('/img/pdf.gif') center left no-repeat;
	padding-left:22px;
	margin-right:25px;
}

div.blokje {
 height:130px;
}

div.blokje2 {
 height:auto;
 padding-bottom:15px;
}

div.referralblok {
	height:300px;
}

.dataspace {
	clear:both;
	margin:10px 0 10px 0;
}

.datavragen {
	clear:both;
	margin:10px 0 10px 5px;
	font-size:18px;
}

p.eighteen strong {
	font-size:18px;
	line-height:24px;
}

div.marker_content p {
	margin-top:10px;
}

div.mmenu {
	display:none;
}

@media (max-width:800px){
	div.mmenu {
	display:block;
	padding:10px;
	}
	section.links {
	display:none;
}
}
/*
     FILE ARCHIVED ON 22:57:59 May 22, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:24:24 Jun 11, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.72
  exclusion.robots: 0.059
  exclusion.robots.policy: 0.043
  esindex: 0.01
  cdx.remote: 37.003
  LoadShardBlock: 74.147 (3)
  PetaboxLoader3.datanode: 109.707 (5)
  load_resource: 103.564
  PetaboxLoader3.resolve: 47.174
  loaddict: 30.563
*/