@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;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* ----------- 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: 220px;
	background: url(/uploads/website/banner.jpg);
	text-align: center;
	padding: 190px 0;
}

.container_banner img{
	max-width: 600px;
        width: 100%;
}

/* ----------- SUBMENU ----------- */

.container_submenu{
	background: #eeeeee;
}

.submenu{
	padding-bottom: 100px;
}
        	
.subitem{
	background: #ffffff;
	width:calc(20% - 16px);
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: -100px 5px 0 5px;
	min-height: 363px;
}

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;
}

/* ----------- 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%20breed.jpg) center center; width: auto; height: 425px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.google-maps { position: relative; height: 0; overflow: hidden; }

.container_adres{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.adres{
	background: #ffffff;
	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 ----------- */
/* ================================================== */

/*  MOBIEL - LOGO */

	.container_nav_mobiel{
		display: none;
		background: #000000;
		padding: 10px 0;
	}

	.container_nav_mobiel img{
		width: 100%;
	}

/* ----------- MOBIEL - CONTACT ----------- */

	.container_contact_mobiel{
	        display: none;
		background: #db2b36;

	}

	.container_contact_mobiel a{
		font-size: 24px;
		color: #ffffff;
		width: calc(50% - 1px);
		float: left;
		text-align: center;
		padding: 10px 0;
	}

	.container_contact_mobiel a:first-child{
border-right: 2px solid #ffffff;
	}

	.container_contact_mobiel a:hover{
		background: #e56169;
	}

	.container_contact_mobiel hr{
		clear: both;
		border: none;
	}

/* MOBIEL - SUBMENU */

	.container_submenu_mobiel{
		display: none;
		background: #eeeeee;
	}

	.container_submenu_mobiel .submenu{
		padding-bottom: 50px;
	}
        	
	.container_submenu_mobiel .subitem{
		background: #ffffff;
		width:calc(100% - 16px);
		float: left;
		padding: 2px;
		border: 1px solid #cccccc;
		margin: 50px 5px 0 5px;
		min-height: 363px;
	}

	.container_submenu_mobiel .subitem img{
		width: 100%;
	}

	.container_submenu_mobiel .subitem h3{
		font-family: 'bebasregular';
		font-size: 18px;
		color: #000000;
		text-transform: uppercase;
		margin: 10px;
	}

	.container_submenu_mobiel .subitem p{
		color: #777777;
		margin: 10px 10px 7px 10px;
	}

/* MOBIEL - FOOTER */

	.container_footer_mobiel{
		display: none;
		background: #cccccc;
	}

	.container_footer_mobiel footer{
		padding: 20px 0;
		text-align: center;
	}

	.container_footer_mobiel footer a{
		font-size: 16px;
		color: #000000;
	}


	.container_footer_mobiel footer a h4{
		font-weight: bold;
	}


/* #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) {

	.subitem {
		min-height: 403px;
	}

}

/* #Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container_nav{
		display: none;
	}

	.container_nav_mobiel{
		display: block;
	}

	.container_banner{
		display: none;
	}

	.container_contact_mobiel{
	        display: block;
	}

	.container_submenu{
		display: none;
	}

	.container_submenu_mobiel{
		display: block;
	}

	.container_content{
		display: none;
	}

	.container_foto{
		display: none;
	}

	.container_attentie{
		display: none;
	}
	
	.google{
		display: none;
	}

	.container_footer{
		display: none;
	}

	.container_footer_mobiel{
		display: block;
	}
	
}

/* Mobiel (Portrait)
================================================== */
@media only screen and (max-width: 479px) {


	.container_nav{
		display: none;
	}

	.container_nav_mobiel{
		display: block;
	}

	.container_banner{
		display: none;
	}

	.container_contact_mobiel{
	        display: block;
	}

	.container_submenu{
		display: none;
	}

	.container_submenu_mobiel{
		display: block;
	}

	.container_content{
		display: none;
	}

	.container_foto{
		display: none;
	}

	.container_attentie{
		display: none;
	}
	
	.google{
		display: none;
	}

	.container_footer{
		display: none;
	}

	.container_footer_mobiel{
		display: block;
	}

}
/* Stylesheet: css_home Modified On 2025-11-18 12:55:44 */
