<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

h6{
	font-size: 14px;
}

a{
	text-decoration: none;
color: #DB2B37;
}

a:hover{
	text-decoration: underline;
color: #DB2B37;
}

/* ----------- 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: 70px;
	background: url(/uploads/website/bnr_contact.jpg);
	text-align: center;
	padding: 80px 0 100px 0;
	background-size: cover;
	background-position: center;
}

.container_banner img{
	max-width: 500px;
        width: 100%;
}

/* ----------- SUBMENU ----------- */

.container_submenu{
	background: #eeeeee;
}

.submenu{
	padding: 30px 0;
}
        	
.subitem{
	background: #ffffff;
	width:calc(20% - 16px);
	float: left;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 0 5px;
}

a .subitem img{
	width: 100%;
}

a .subitem h3{
	font-family: 'bebasregular';
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	margin: 4px 10px 10px 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;
}

.content p{
	margin: 15px 0;
}

/* ----------- 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.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;
	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;
}

/* ----------- TABLE ----------- */

legend{ display: none; }
fieldset{ display: none; }

.content table{
    width: 500px;
    margin: 0 auto;
}

.content table tr td:first-child{
    text-align: left;
    width: 150px;
}

.content input[type="text"], .content  input[type="password"], textarea{
    padding: 10px;
    width: calc(100% - 22px);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    outline: none;
    border: 1px solid #000000;
    background: none;
    color: #000000;
}

.content input[type="submit"], .content input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 150px;
    background: #ffffff;
    border: 1px solid #DB2B37;
    padding: 10px 12px;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #DB2B37;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
}

.content input[type="submit"]{
    margin-left: 14px;
}
.content input[type="submit"]:hover, .content input[type="reset"]:hover {
    background: #DB2B37;
    color: #ffffff;
}


/* Stylesheet: css_extrainfo Modified On 2016-12-03 13:41:42 */
</pre></body></html>