/* CSS defaults */

/*Fonts__________________________________________________________________________________________*/

H1, H2, H3, H4, H5, H6 {
	color:#e10816;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
}

H1 {
	
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	}

.home H1 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 10px;
	font-weight: 600;
	}

H2 {
	font-size: 20px;
	font-size: 1.8rem;
	margin-bottom: 0px;
	font-weight: 600;
	}

H3 {
	
	}

H4 {
	
}



/*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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 1.6rem;
	font-variant: normal;
	line-height: 1.5;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	
	}







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

a:hover {
	color: #000;
}





#breadcrumbs{
	font-size: 12px;
	}

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

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




.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;
}








/*Formulieren_______________________________________________________________________________________________*/

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

#gform_1 label{
	color: #333;
}

.gform_wrapper label.gfield_label{
	font-size: 16px!important
}

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

input, textarea {
	width: 100%;
	border: 1px solid #ccc!important;
	font-size: 15px!important;
	padding: 2px!important;
	margin: 0!important;
	color: #e10816;
}
input[type="submit"] {
	width:auto;
	padding: 6px 20px!important;
	font-size: 22px;
	color: #fff;
	border: 1px solid #e10816!important;
	background-color: #e10816!important;
	font-weight: 600;
	border-radius:5px;
}

#bedrijfsgegevens .gform_wrapper div.validation_error {
    color: #e10816!important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #e10816!important;
    border-bottom: 2px solid #e10816!important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#bedrijfsgegevens .gform_wrapper .validation_message {
   color: #e10816!important;
    font-weight: 700;
    letter-spacing: normal;
}

#bedrijfsgegevens .gform_wrapper li.gfield.gfield_error, 
#bedrijfsgegevens .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0,0,0,.25);
    margin-bottom: 6px !important;
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}






/*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%;
	}



