/* CSS defaults */

/*Fonts__________________________________________________________________________________________*/

H1, H2, H3, H4, H5, H6 {
	color:#3fa535;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

H1 {
}


H2 {
	font-size: 2.0rem;
	font-size: 20px;
	color: #3fa535;
	font-weight: 600;
	}

H3 {
	font-size: 1.8rem;
	font-size: 18px;
	color:#3fa535;
	font-weight: 600;
	}

H4 {
	color: #3fa535;
}



/*Defaults_______________________________________________________________________________________*/

html {
  	font-size: 62.5%;
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	font-smoothing: antialiased;
	
}




body {
	padding: 0;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 1.7rem;
	font-variant: normal;
	line-height: 1.5;
	}







a {
	color:#3FA535;
	text-decoration: none!important;
	border: 0px!important;
}

a:hover {
	color: #333;
}





#breadcrumbs{
	font-size: 12px;
	}

#breadcrumbs a{
	color: #3fa535;
	font-size: 12px;
	}

#breadcrumbs a:hover{
	color:#e73129;
	}




.wp-caption {
	width: 200px;
	background-color: #606d8d;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 5px;
}
.wp-caption img {
	border-radius: 6px;
	overflow: hidden;
}
.wp-caption-text {
	padding: 4px;
}

.clearer {
	height: 1px;
	clear: both;
}




/*Share buttons_______________________________________________________________________________________________*/

	
	ul#share-buttons {
		margin: 0px 0 20px;
		padding: 0px;
		list-style: none;
		}
	
	ul#share-buttons li {
		display: inline;
		margin: 0px;
		padding: 0px;
		font-size: 1.4rem;
		font-size: 14px;
		font-weight: 700;
		
		}
 
	ul#share-buttons li a .fa {
		width:30px;
		height: 30px;
		font-size: 1.7rem;
		font-size: 17px;
		text-align: center;
		vertical-align: middle;
		background-color: #EEE;
		padding: 7px 5px 5px;
	}
	
	ul#share-buttons li a .fa:hover {
		color:#fff;
		background-color: #3FA535;
	}
 



/*Formulieren_______________________________________________________________________________________________*/

#gform_1 {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 20px;
}

.gform_description{
	font-weight:normal!important;
	}

input, textarea {
	width: 100%;
	border: 1px solid #3fa535!important;
	font-size: 15px!important;
	padding: 2px!important;
	margin: 0!important;
	color: #000;
}
input[type="submit"] {
	width:auto;
	padding: 6px 20px!important;
	font-size: 18px;
	color: #fff;
	border: 1px solid #3fa535!important;
	background-color: #3fa535!important;
	font-weight: 300;
}








/*Standaard_______________________________________________________________________________________________*/

html, body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}


img {
	border: none;
}

p {
	margin: 0 0 10px 0px;
}

.alignnone {
	padding: 2px;
	}


.alignright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0px;
	
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0px;
	}

.aligncenter {
	margin: 0 auto;
	padding: 0px;
}

.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}
.bypostauthor {
}
.aligncenter {
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}



.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


