/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
* 't Werkt
*****************************************************/
body{
	font-family: "Tahoma", sans-serif;
	font-size: 16px;
	color: #58585A;	
	-webkit-text-size-adjust:none;
}

.container{
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}

.clear{ clear: both; }

.row{ 
	margin-top: 60px;
	margin-bottom: 60px;
}

img{
	max-width: 100%;
	height: auto;
}

/*
* Typografie
*****************************************************/
@font-face{
	font-family: "Norwester";
	src: url('fonts/norwester.otf');
}

h1, h2, h3, h4, h5, h6{	font-family: "Norwester", sans-serif; }

h1{ font-size: 2.5em; }
h2{ font-size: 2.375em; }
h3{ font-size: 2em; }
h4{ font-size: 1.25em; }

p{
	line-height: 1.5em;
}

a{
	color: #58585A;
	text-decoration: none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

a:hover{
	color: #AFCC00;
}

/*
* Header
*****************************************************/
.site-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 160px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
    padding: 20px 0;
}

.site-header.shrink{
    height: 60px;
}

.site-header .logo{
	display: inline-block;
}

.site-header .logo img{
	height: 145px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site-header.shrink .logo img{
	height: 60px;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site-header .menu{
	display: inline;
	vertical-align: top;
	text-transform: uppercase;
	margin: 0 5%;
}

.site-header .menu a{
	font-family: "Norwester", sans-serif;
	display: inline-block;
	line-height: 200px;
	font-size: 1.75em;
	margin: 0 1%;
	cursor: pointer;
}

.site-header.shrink .menu a{
	font-size: 1.25em;
	line-height: 80px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header-img{
	width: 100%;
	margin: 200px 0 0 0;
}

.header-img img{
	width: 100%;
	height: auto;
}

.site-intro h1{ 
	margin: 0 0 60px 0; 
	text-align: center;
}

.site-intro h3{ 
	margin: 60px 0 40px 0; 
	text-align: center;
}

.site-intro a{ 
	text-decoration: underline;
}
.site-intro a:hover{ 
	text-decoration: underline;
}


.site-intro p{
	width: 65%;
	margin: 0 auto;
}

/** mobiele header **/
.mobile-header{ 
	display: none; 
	background: white;
	position: fixed;
	z-index: 10000;
	width: 100%;
}

.topbar{
	padding: 10px 0;
	background: #fff;
}

.toggle{
	background-image: url('img/toggle.png');
	background-size: cover;
	height: 24px; width: 24px;
	display: inline-block;
	margin: 0 5% 0 0;
	vertical-align: bottom;
}

.topbar h4{
	display: inline-block;
	line-height: 24px;
}

.mobile-menu{
	display: none;
	height: 100px;
	background: #fff;
}

.mobile-menu a{
	display: block;
	margin: 20px 0;
}


/*
* Slider
*****************************************************/
.site-slider{
	position: relative;
}

.site-slider h2{ margin-bottom: 30px; }

.slider-button-container{
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.slider-button{
	border: none;
	background: rgba(237, 237, 237, .7);
	width: 40px;
	height: 40px;
	cursor: pointer;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.slider-button:hover{
	background: rgba(237, 237, 237, .9);
}

.slider-button-left{
	position: absolute;
	left: 0;
}

.slider-button-right{
	position: absolute;
	right: 0;
}

/*
* Verbouwd door Bats
*****************************************************/
.bats-left{
	float: left;
	width: 40%;
}

.bats-right{
	float: right;
	width: 56%;
}

.bats-left h2{
	margin: 0 0 30px 0;
}

/*
* Activiteiten
*****************************************************/
.activities h3{
	margin-bottom: 40px;
}

.activities-bg{
	background-image: url('img/foto_1.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}

.activities-container{
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}

.activities-content{
	background: #565654;
	color: #fff;
	width: 37%;
	float: right;
	padding: 24px 5% 60px 5%;
}

.activities-contact{
	margin: 90px 0 0 0;
}

.btn{
	display: inline-block;
	padding: 10px 10px;
	font-size: .875em;
	margin: 10px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.btn-white{
	background: #fff;
	color: #565654;
}

.btn-grey{
	background: #585858;
	color: #fff;
}

.btn-white:hover,
.btn-grey:hover{
	background: #AFCC00;
	color: #565654;
}

.activities-description{
	background: #aec90c;
	color: #fff;
	padding: 20px 0 0 0;
	font-family: "Norwester", sans-serif;
	font-size: 1.125em;
}

.activity-col{
	float: left;
	margin: 0 5% 30px 0;
}

.activity-label{
	margin: 0 0 10px 0;
}

[class*='icon-']:before{
	margin-right: 10px;
	vertical-align: middle;
}

.icon-1:before{ content: url('img/icon-1.png'); }
.icon-2:before{ content: url('img/icon-2.png'); }
.icon-3:before{ content: url('img/icon-3.png'); }
.icon-4:before{ content: url('img/icon-4.png'); }
.icon-5:before{ content: url('img/icon-5.png'); }

.mob-activity{ display: none; }
.mob-activity img{ margin: 0 0 20px 0; }

/*
* Participanten
*****************************************************/
.participants-title{ margin-bottom: 40px; }

.participants-wrapper{
	width: 100%;
	display: flex;
	display: -webkit-flex; /* iOS 8 */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* iOS 8 */
	justify-content: space-between;
	-webkit-justify-content: space-between; /* iOS 8 */
}

.participant{
	width: 47%;
	flex-basis: 47%;
	margin-bottom: 60px;
	
	/*background: rgba(100, 100, 100, .2);*/
}

.participant:nth-child(odd){

}

.participant-img{ 
	margin: 24px 0;
	width: 100%;
}

.participant-contact{
	border-top: 2px solid #aec90c;
	border-bottom: 2px solid #aec90c;
	padding: 8px 0;
	margin: 24px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.participant-contact span{
	font-size: .875em;
}

.participant-contact span a{  }

.participant-contact span:before{
	margin-right: 10px;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
}

.participant-email:before{ content: url('img/icon-6.png'); }
.participant-phone:before{ content: url('img/icon-7.png'); }

.participants-contact-bg{
	background: #585858;
	color: #fff;
	padding: 20px 5% 90px;
}

.participants-contact-bg h3{ margin: 0 0 50px 0; }

.participants-contact-bg p{ font-size: .875em; }

/*
* Footer
*****************************************************/
.site-footer{
	background: #585858;
	color: #fff;
	padding: 40px 0 0 0;
}

.site-description{
	width: 50%;
	float: left;
}

.site-description h2{ margin: 0 0 30px 0; }
.site-description p{ font-size: .875em; }

.site-contact{
	width: 45%;
	float: right;
}

.site-contact a{ color: #fff; }
.site-contact a:hover{ color: #AEC90C; }

.site-contact-item{
	display: inline-block;
	width: 45%;
	margin: 0 0 30px 0;
}

.site-contact-item:before{
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-middle-with-baseline;
	margin: 0 4% 0 0;
}

.site-phone:before{ content: url('img/icon-8.png'); }
.site-email:before{ content: url('img/icon-10.png'); }
.site-address:before{ 
	content: url('img/icon-9.png');  
	vertical-align: top; 
}

.site-address span{ 
	display: inline-block;
	line-height: 1.3em;
}

.site-info{
	padding: 30px 0;
	font-size: .75em;
	line-height: 1.5em;
}

.site-bottom{
	background: #fff;
	color: #585858;
	padding: 20px 0;
	text-align: right;
	font-size: .75em;
}

/*
* Responsive
*****************************************************/
@media screen and (max-width:1030px){
	.container{
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (max-width:900px){
	.site-header{ display: none; }
	.header-img{ margin: 0; }
	.mobile-header{ display: block; }
}

@media screen and (max-width:768px){
	.site-intro p{ width: 100%; }
	
	.bats-left,
	.bats-right{
		float: none;
		width: 100%;
	}
	
	.bats-right img{ 
		margin: 30px 0 0 0; 
		width: 100%; 
	}
	
	.participant-contact{ display: block; }
	
	.participant-contact span{
		display: block;
		margin: 5px 0;
	}
	
	.site-contact-item{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.activities-container{ display: none; }
	.activities-bg{ background: none; }
	.mob-activity{ display: block; }
	.activities-contact{ margin: 30px 0;  }
}

@media screen and (max-width:640px){
	.activities-container{
		width: 100%;
	}
	
	.activities-content{
		width: 90%;
		float: none;
		background: rgba(88, 88, 88, .8);
		position: relative;
	}
	
	.activities-description{ padding: 20px 0 1px 0; }
	
	.activity-col{
		width: 100%;
		float: none;
	}
	
	.site-description,
	.site-contact{
		float: none;
		width: 100%;
	}
	
	.site-contact{ margin: 30px 0 0 0; }
}

@media screen and (max-width:568px){
	.site-intro p{ width: 100%; }
	h1{ font-size: 2.2em; }
	h2{ font-size: 2em; }
	h3{ font-size: 1.8em; }
	h4{ font-size: 1.1em; }
	
	.participants-wrapper{
		display: block;
	}
	
	.participant{
		width: 100%;
	}
}