/* 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;
}
img {
    width: 100%;
    height: auto;
}


/* Algemene krempel */

.clear{
	clear: both;
}

@font-face {
    font-family: Lato;
    src: url(../font/Lato-Regular.ttf);
}

body{
	color:black;
	font-family: Lato, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"

}

a{ 
	text-decoration: none;
	color:inherit;
}
a:hover{
	color:white;
	text-decoration: none;
}


/* Header met info en logo */

#main-header{
	background:url(../img/background-big.jpg);
	background-size: cover;

	padding-top:90px;
	padding-bottom:50px;
	background-color: rgba(255,255,255,.8);
}
header{
	max-width:100%;
	height:auto;
	background-size: contain;
	background-repeat: no-repeat;
	background:rgba(255,255,255,.8);
	margin:0 auto;
}
.banner-color, .banner-color2, .banner-color-header{
	width:100%;
	height:50px;
	background: #cc9966;
}
.banner-color-header{
	padding:5px;
	height:80px;
	position: fixed;
	z-index:99;
}
h1{
	font-size: 3em;
	color: #cc9966;
	text-transform: uppercase;
	font-weight: bold;
	width:auto;
	padding:10px 20px;
	text-align: center;
}
#main-overzicht h2{
	
	font-size: 1.5em;
	color: #cc9966;
	text-transform: uppercase;
	font-weight: bold;
	width:auto;
	padding:10px 20px;
	text-align: center;
}



.txt-header{
	max-width:70%;
	margin:0 auto;
}
.logo-lang{
	float:left;
	
}
.logo-lang img{
	height:70px;
	width:auto;
}
.header-img{
	margin: 0 auto;
	height:auto;
	text-align: center;
}
.header-img img{
	max-width:20%;
	margin: 0 auto;
	text-align: center;
}
header p{
	height:auto;
	max-width:60%;
	margin:20px auto;
}
#BTN-next{
	width:150px;
	height:auto;
	padding:10px;
	margin:0 auto;
	margin-top:50px
	font-size: 1em;
	font-weight: bold;
	text-transform:uppercase;
	border: 3px #cc9966 solid;
	text-align: center;
	border-radius:10px;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#BTN-header{
	width:150px;
}



#BTN-next:hover{
	color:white;
	background:#cc9966;
}

.headercol{
	float:right;
	margin:0 auto;
	text-align: left;
	padding-right:5%;

}
.col1{
	padding:5px;
	font-size:.8em;
}



/* Overzichtpagina met bollen */

#main-overzicht{
	height:auto;
	max-width:100%;
	background:#E4E4E4;
	padding-top:50px;
	padding-bottom:50px;
}

#menu{
	width:80%;
	margin:0 auto;
	height:auto;
}
.headercol span{
	color:white;
}



h2{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.col{
	width:25%;
	float:left;
}
#main-overzicht a{
	color:black;
	text-transform: uppercase;
	margin-top:10px;
	font-size:80%;
}






/* Footer */

footer .banner-color{
	padding-top: 10px  ;
	height:auto;
}
footer{
	color:white;
}
.copyright{
	color:white;
	text-align: center;
	margin: 0 auto;
}
.footercol{
	float:left;
	width:33%;
	text-align: center;
	
	
}
.footercol h2{
	margin-bottom:20px;
}
.container-footer a:hover{
	color:white;
}

.banner-info{
	background:#1f1f1f;
	color:white;
	padding:20px;
}
.container-footer{
	width:75%;
	margin:0 auto;
}
.copyright{
	line-height: 2;
}


/* Productpagina's */


body.product{
	height:auto;
	width:100%;
	background:white;
	
}
.backtohome{
	color:#cc9966;
	margin:0 auto;
	text-align: center;
	max-width:500px;
	text-transform: uppercase;
	font-size: 80%;
}
.backtohome:hover{
	color:black;
}
.header-info-product{
	height:250px;
	background-image:url(../img/product-header.jpg);
	background-size: cover;
	padding-top:100px;
	background-repeat: no-repeat;
}

.header-product{
	height:100px;
	background:green;
}
.banner-color-big{
	width:100%;
	height:80px;
	padding-top:20px;
	background: #cc9966;
}
.banner-color-big a h1{
	float:left;
	margin-left:20px;
	padding:0;
	margin-top:0;
	color:black;
	font-size: 2em;
	text-transform: none;

}
.txtfield{
	width:60%;
	margin:50px auto;
	padding-bottom:100px;

	
	
}
.watermerk{
		background-image: url(img/logo.png);
	height:auto;
	width:100%;
	z-index:10;
}
.txtfield h2.titel{
	font-size:2em;
	font-weight:bold;
	text-transform:none;
}
.divider{
	height:1px;
	width:100%;
	background-color:grey;
	opacity: .5;
	margin:50px 0 ;
	

}
.txtfield p, ul{
	line-height: 30px;
	margin-top:20px;
}
.txtfield h3{
	margin-top:50px;
}
h3{
	font-size: 1.5em;
	margin-top:10px;
	font-weight: bold;
}
ul{
	margin-left:20px;
	opacity: .7;
}
.ps{
	font-size: .8em;
}

ul span{

	margin-left:10px;
	text-align: left;
}
.kvk{
	width:1000px;
}





/*overzichten menu */


.row{
	max-width:85%;
	margin:0 auto;
	text-align:center;
}
.col-xs-6{
	height:300px;;
	max-width:25%;
	margin-bottom:50px;
}
.inner{
	height:250px;
	width:250px;
	padding:50px;
	background: white;
	margin:0 auto;
	border-radius: 100%;
	margin-top:50px;
	
}
.inner a:hover{
	color:white;
}
	.container-footer h2{
		font-size:1em;
		text-align: center;
		
	}
	.container-footer a{
		color:#cc9966;
		
	}
.prijzen-links{
	float:left;
	margin-top: 0;
	margin-right:70px;
}
.kvk-links{
	float:left;
	margin-top: 0;
	margin-right:30px;
}
.prijzen-rechts {
	float:left;
	margin-top:0;
	text-align: right;
	margin-right:5px;
}
.kvk-rechts {
	float:left;
	margin-top:0;
	text-align: left;
	margin-right:5px;
}
#keuringen{
	background-image: url(../img/verkoop-aankoopkeuring.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#keuringen:hover{
	background-image: url(../img/verkoop-aankoopkeuring-overlay.jpg);
	background-size: cover;

}
#advies{
	background-image: url(../img/advies.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#advies:hover{
	background-image: url(../img/advies-overlay.jpg);
	background-size: cover;

}
#verkoopkeuringen{
	background-image: url(../img/verkoopkeuring.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#verkoopkeuringen:hover{
	background-image: url(../img/verkoopkeuring-overlay.jpg);
	background-size: cover;

}
#aankoopkeuringen{
	background-image: url(../img/aankoopkeuring.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#aankoopkeuringen:hover{
	background-image: url(../img/aankoopkeuring-overlay.jpg);
	background-size: cover;

}
#opleveringskeuringen{
	background-image: url(../img/opleveringskeuring.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#opleveringskeuringen:hover{
	background-image: url(../img/opleveringskeuring-overlay.jpg);
	background-size: cover;

}
#prijzen{
	background-image: url(../img/prijzen.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#prijzen:hover{
	background-image: url(../img/prijzen-overlay.jpg);
	background-size: cover;

}
#verantwoording{
	background-image: url(../img/aansprakelijkheid.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#verantwoording:hover{
	background-image: url(../img/aansprakelijkheid-overlay.jpg);
	background-size: cover;

}
#fiscaal{
	background-image: url(../img/fiscaal.jpg);
	background-size: cover;
	color:#cc9966;
	-webkit-transition: color, background 300ms ease;
	-moz-transition: color, background 300ms ease;
	-ms-transition: color, background 300ms ease;
	-o-transition: color, background 300ms ease;
	transition: color, background 300ms ease;
}
#fiscaal:hover{
	background-image: url(../img/fiscaal-overlay.jpg);
	background-size: cover;

}

@media screen and (max-width: 1500px) and (min-width: 900px) {
	.col-xs-6{
		max-width:33%;
	}
	.row{
		max-width:100%;
	}
	.inner{
		background-color:white;
	}
	
}
@media screen and (max-width: 900px) and (min-width: 539px) {
	.col-xs-6{
		max-width:50%;
	}
	.row{
		max-width:100%;
	}
	.inner{
		background-color:white;
	}
}

@media screen and (max-width: 639px) and (min-width:1px) {
	.col-xs-6{
		max-width:100%;
	}
	.row{
		max-width:100%;
	}
	.inner{
		background-color:white;
	}

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	
	.header-img img{
		max-width:50%;
	}
	body{
		font-size: 130%;
		text-align: left;
		margin:0;
	}
	header p{
		font-size: 180%;
	}
	.txt-header{
		padding:0;
		max-width:100%;
	}
	header p{
		max-width:90%;
		line-height:120%;
	}
	h1{
		font-size: 2em;
	}

	.banner-info h2{
		font-size: .7em;
	}
	#BTN-next{
		width:300px;
		margin-top:80px;
		font-size: 1.5em;
	}

	header .banner-color{
		height:150px;
	}
	.headercol{
		width:100%;
		float:none;
	}
	.col1{
		float:none;
		width:100%;
	}
	.container-footer{
		width:100%;
		
	}

	.footercol{
		float:none;
		width:100%;
		
	}
	.footercol h2{
		margin-top:40px;
	
	}
	
	/* Productpagina */
	.txtfield{
		width:80%;
	}


	
}

@media screen and (min-width:501px) and (max-width:999px) {
   /* Tablet styles */
	.txt-header{
		max-width:90%;
	}

	.headercol{
		width:100%;
		text-align: center;
		font-size:1.2em;
	}
	.logo-lang{
		display: none;
	}
	.banner-color-header{
		height:100px;
		text-align: center;
	}
	
	
}



