@charset "UTF-8";
/* CSS Document */
    
.container_banner{
	background: url(/uploads/website/bnr_organisatie.JPG);
}
/* Stylesheet: css_vervolg_organisatie Modified On 2016-03-08 18:31:13 */
@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;

}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

hr.clear{
	clear: both;
	margin: 0;
	border: none;
}

.main{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

.wrapper{
	padding: 0 20px;
}

p{
	margin: 10px 0;
}

a{
	text-decoration: none;
	color: #db2b36;
}

a:hover{
	text-decoration: underline;
}

a.button{
    border: 2px solid #db2b36;
    padding: 10px 15px;
}

a.button:hover{
    border: 2px solid #db2b36;
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    background: #db2b36;
}


/* ----------- NAVIGATIE ----------- */

.container_nav{
	background: #000000;
	color: #ffffff;
}

nav{
	text-align: right;
	padding: 20px 0;
}

nav ul li{
	list-style: none;
	display: inline;
	margin-left: 10px;
}

nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

/* ----------- BANNER ----------- */
    
.container_banner{
	height: 200px;
	text-align: center;
	padding: 100px 0;
	background-size: cover;
	background-position: center;
}

.container_banner img{
	max-width: 600px;
        width: 100%;
}

/* ----------- SUBMENU ----------- */

.container_submenu{
	background: #eeeeee;
}

.submenu{
	padding-bottom: 75px;
}
        	
.subitem{
	background: #ffffff;
	width:calc(20% - 16px);
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: -100px 5px 0 5px;
	min-height: 240px;
}

a .subitem img{
	width: 100%;
}

a .subitem h3{
	font-family: 'bebasregular';
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	margin: 10px;
}

a .subitem p{
	color: #777777;
	margin: 10px 10px 7px 10px;
}

/* ----------- CONTENT ----------- */

.content{
	padding: 75px 0;
	text-align: center;
}

.content h1{
	width: 750px;
	margin: 0 auto;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	border-bottom: 2px solid #000000;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	line-height: 40px;
}

/* ----------- FOTO ----------- */

.container_foto{
	height: 420px;
	background:url(/uploads/website/afbeelding1.png);
	padding-top: 80px;
}

.container_foto .main img{
	float: right;
max-width: 100%;
}

/* ----------- ATTENTIE REGEL ----------- */

.container_attentie{
	background: #db2b36;
}

.attentie{
	padding: 45px 0;
}

.attentie h2{
	font-family: 'bebasregular';
	font-size: 40px;
	color: #ffffff;
	word-spacing: 5px;
	letter-spacing: 1px;
}

.attentie a{
	float: right;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 30px;
	border: 2px solid #ffffff;
	margin-top: -9px;
	text-decoration: none;
}

.attentie a:hover{
	background: #ffffff;
	color: #db2b36;
}

/* ----------- GOOGLE ----------- */

.google{
	position: relative;
}

.map {background: url(/uploads/website/plattegrond.jpg) center center;width: 100%; height: 425px; overflow: hidden; }
.google-maps { position: relative; height: 0; overflow: hidden; }

.container_adres{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.adres{
	background: #ffffff;
	max-width: 450px;
	margin-top: 85px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.adres p{
	margin-top: 10px;
}

/* ----------- FOOTER ----------- */

.container_footer{
	background: #000000;
}

.container_footer footer{
	color: #ffffff;
	padding: 20px 0;
	text-align: right;
}

.container_footer footer ul li{
	display: inline;
	list-style: none;
	margin-left: 10px;
}

.container_footer footer ul li a{
	color: #ffffff;
}


/* ================================================== */
/* ----------- MOBIEL ----------- MOBIEL ----------- MOBIEL ----------- */
/* ================================================== */



/* #Tablet (Landscape)
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1220px){

}

/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* #Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobiel (Portrait)
================================================== */
@media only screen and (max-width: 479px) {

}
/* Stylesheet: css_vervolg_algemeen Modified On 2016-04-06 13:45:04 */
