@charset "utf-8";
/* CSS Document */

/* 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;
}
		/******* END OF RESET *******/

.grid {
	max-width: 885px;
	margin: 0 auto;
}

header {
	background: #410080;
	width: 100%;
	border-style: solid;
	border-bottom-width: 1px;
	border-color: #000;
}

@media (min-width: 885px){
	header {padding-top: 80px}
}

header .grid {
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 0px 1px;
}
div.banner {
	content: url(https://www.kemoda.nl/images/banner.png);
	width: 100%;
	margin: 0 auto;
}

section {
	background: #c6b5d5;
	padding-bottom: 15px;
}

section .grid {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f5f5f5;
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 1px 1px;
}

div.line {
	content: url(https://www.kemoda.nl/images/line.png);
	height: 2px;
	width: 75%;
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
	left: 30px;
}

.content h {
	max-width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #410080;
	position: relative;
	left: 30px;
}

.content p {
	max-width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	position: relative;
	left: 30px;
}

.box {
	width: 302px;
	margin: 30px auto 0;
	box-shadow: 6px 7px 2px -4px #000;
	}

@media (min-width: 885px){
	.box {
	position: absolute;
	left: 64%;
	bottom: 50%;
	z-index: 1;
	-webkit-box-shadow: 6px 7px 2px -4px #000;
	-moz-box-shadow: 6px 7px 2px -4px #000;
	box-shadow: 6px 7px 2px -4px #000;
	}
	.content p {max-width: 60%}
	.content {position:relative}
}

.contact {
	background: #cfa8ff;
	width: 300px;
	height: 40px;
	border-style: solid;
	border-color: #c79aff;
	border-width: 1px 1px 0 1px;
}
	

.contact h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #410080;
	position: relative;
	top: 20%;
	left: 5%;
}

.info {
	background: #f1dcfe;
	width: 300px;
	height: 150px;
	border-style: solid;
	border-color: #c79aff;
	border-width: 0 1px 1px 1px;
}

.info p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 200%;
	color: #000;
	position:relative;
	top: 5%;
	left: 5%;
}

.info p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height: 200%;
	color: #000;
	position:relative;
	top: 5%;
	left: -10%;
}

.textlink2 {
	text-decoration: underline;
	color: #000;
}
a.textlink2:hover {
	color: #093;
}

.line2 {
	content: url(https://www.kemoda.nl/images/line2.png);
	height: 2px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.bottom {
	text-align: center;
}

.vca {
	margin: 0 auto;
	height: 109px;
	width: 124px;
}

.mu {
	margin: 0 auto;
	height: 109px;
	width: 100px;
}


footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #c6b5d5;
	text-align: center;
	padding-bottom: 10px;
}

.voorwaarden {
	color: #000;
	text-decoration: none;
}
a.voorwaarden:hover {
	color: #093;
}

.herwijn {
	color: #000;
	text-decoration: none;	
}
a.herwijn:hover {
	color: #9338e1;
}

