@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body
{
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

/* Algemene CSS */


h1, h2
{
	color:#555;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

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

a:hover
{
	color:#555555;
	text-decoration:none;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.paddding0
{
	padding: 0px;
}

.margin0
{
	margin: 0px;
}

.margintop10
{
	margin-top: 10px;
}

.mycontent .margintop20
{
	margin-top: 20px;
}

.mycontent:first-child .margintop20
{
	margin-top: 0px;
}

.margintop40
{
	margin-top: 40px;
}

.margintop65
{
	margin-top: 65px;
}


.marginbottom10
{
	margin-bottom: 10px;
}

.marginbottom20
{
	margin-bottom: 20px;
}

.paddingtop25
{
	padding-top: 25px;
}

.paddingbottom10
{
	padding-bottom: 10px;
}

.h96
{
	height: 26px;
	padding-top: 18px;
}

.fontsize10
{
	font-size: 10px;
}

.c_B0B0B0
{
	color: #B0B0B0;
}

.c_8a8d8e
{
	color: #8a8d8e;
}

.c_fff
{
	color: #fff;
}

.c_555
{
	color: #555555;
}

.bgwhite
{
	background-color: #fff;
}

.bgdgrey
{
	background-color: #8a8d8e;
}


.bglgrey
{
	background-color: #e5e5e5;
}


.borderlgrey
{
	border: 1px solid #e3e4e4;
}

.redline
{
	width: 240px;
	height: 5px;
	background-color: #555;
	display: inline-block;
}

/* Onderdelen */


/* NAV */
ul.nav
{
	padding: 0px;
	margin: 0px;
}

ul.nav li
{
	padding: 15px;
	margin: 0px;
	display: inline-block;
	
}

ul.nav li:last-child
{
	padding-right: 0px;
}

.nav > li > a
{
	padding: 0px;
	padding-bottom: 3px;
	color: #555;
	text-transform: uppercase;
}

.nav > li > a.active
{
	padding: 0px;
	padding-bottom: 3px;
	color: #26ad60;
	text-transform: uppercase;
}



.nav > li.nounderline > a:hover,
.nav > li.nounderline > a:active
{
	padding: 0px;
	padding-bottom: 3px;
	color: #26ad60;
	text-transform: uppercase;
	background-color: #fff;
}

.nav > li > a:hover,
.nav > li > a:active
{
	padding: 0px;
	padding-bottom: 3px;
	color: #26ad60;;
	text-transform: uppercase;
	background-color: #fff;
}

ul.subnav
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

li.subnav
{
	list-style: none;
	width: 100%;
	padding: 10px;
	border-top:1px solid #e2e2e2;
}

li.subnav:last-child
{
	border-bottom:1px solid #e2e2e2;
}


li.subnav a
{
	color: #555;
}

li.subnav a.active
{
	color: #555;
}

.subpages
{
	display: none ;
}

.subnavlogo
{
	position: relative;
}

.menubars
{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 36px;
}

/* BANNER */

.slideshow h2
{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-transform: none;
}

.slideshow
{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.banner
{
	background: linear-gradient(90deg, #fff 50%, #8a8d8e 50%);
}

.header
{
	font-size: 10px;
	line-height: 24px;
}

.nav > li > a.phone
{
	font-size: 18px;
	color: #555;
}

.arttitle
{
	text-align: center;
}

.arttitle h1,
.arttitle h2
{
	font-size: 20px;
	text-transform: none;
	color: #555;
	letter-spacing: 1px;
}

.mythumb:hover
{
 	outline: 2px solid #555;
  	outline-offset: -2px;
}

.thumbtitle
{
	width: 100%;
	background-color: #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	letter-spacing: 1px;
}

.thumbarrow
{
	position: absolute;
	right: 25px;
	bottom: 10px;
	font-size: 32px;
	color: #555;
}


.thumbarrow:hover
{
	position: absolute;
	right: 25px;
	bottom: 10px;
	font-size: 32px;
	color: #555;
}

/* Sticky Footer */

* {
margin: 0;
}
html, body {
height: 100%;
}
.page-wrap {
min-height: 100%;
/* equal to footer height */
margin-bottom: -205px; 
}
.page-wrap:after {
content: "";
display: block;
}
.site-footer, .page-wrap:after {
height: 205px; 
}
.site-footer {
background: #333;
padding-top:30px;
}

.footercontent
{
	position:relative;
	color: #999;
}

.footercontent a
{
	color: #999;
}

.footercontent b,
.footercontent strong
{
	color: #e1e1e1;
}

.footercontent a:hover
{
	color: #e1e1e1;
}

.footermenu
{
	position: absolute;
	right:0px;
	bottom:-30px;
	font-size:10px;
	color:#999;
	text-align:right;
	line-height:24px;
}

.designby
{
	padding-left:20px;
	color:#e1e1e1;	
}