
/*

font-family: "lato", sans-serif;
font-weight: 400/700;

GREEN: #005836
GRIJS: #4c4c4c	
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "lato", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #4c4c4c;
	background: #eef3f1;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
}

/* header */

.header {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

/* slideshow */

.cycle-slideshow {
	float: left;
	width: 100%;
	margin-top: 125px;
}

.cycle-slideshow div.slide {
	float: left;
	width: 100%;	
	background-size: cover !important;
}

.cycle-slideshow div.slide img {
	float: left;
	width: 100%;
}

/* logo */

.logo {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 500;
	width: 100%;
	text-align: center;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

/* content */

.content {
	float: left;
	width: 100%;
}

/* sidebar */

.sidebar {
	float: left;
	width: 25%;
	padding: 30px 0 5px 0;
}

/* text */

.text {
	float: right;
	width: 65%;
	padding: 30px 4% 5px 4%;
	background: #e4ede9;
}

.content ul.nav {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
}

.content ul.nav li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.content ul.nav li a {
	float: left;
	width: 90%;
	padding: 9px 5%;
	font-size: 18px;
	color: #005836;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.content ul.nav li a:hover {
	background: #e4ede9;
}

.content ul.nav li a.selected, 
.content ul.nav li a.selected:hover {
	font-weight: 700;
	background: #e4ede9;
}

.content ul.nav li ul {
	float: right;
	width: 95%;
	margin-bottom: 20px;
	list-style-type: none;	
}

.content ul.nav li ul li {
}

.content ul.nav li ul li a {
	color: #4c4c4c;
	font-size: 15px;
	padding: 5px 5%;	
}

/* content */

.content a {
	color: #005836;
}

.content a:hover {
	color: #4c4c4c;
}

.content a.button {
	display: inline-block;
	color: #fff;
	background: #005836;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.content a.button:hover {
	background: #4c4c4c;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	width: 40%;
	margin-left: 25px;
	margin-bottom: 35px;
}

.content h1 {
	color: #005836;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.1em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content p {
	line-height: 1.4em;
	margin-bottom: 25px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 6px;
	line-height: 1.4em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 25px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 8px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 16px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* categories */

a.category {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	background-size: cover !important;
}

a.category img {
	float: left;
	width: 100%;
}

a.category strong {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 2px 2px #000;
}

/* products */

a.product {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
}

a.product.nomargin {
	margin-right: 0;
}

a.product img {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

a.product b {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

/* sitemap */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

/* footer */

.footer {
	float: right;
	width: 65%;
	padding: 20px 4% 20px 4%;
	color: #999;
	font-size: 15px;
	line-height: 1.4em;
	text-align: center;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #4c4c4c;
}
