/* HIER ALLE WIJZIGINGEN */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    	line-height: 25px;
    	font-weight: 400;
    	color: #595959;
}

#scroll:before {
	content: "\f077";
	font-family: FontAwesome;
	color: white;
	font-size: 17px;
	display: block;
	position: absolute;
	width: 100%;
	top: 12px;
	height: 20px;
}

#scroll {
	position:fixed;
	right:20px;
	bottom:20px;
	cursor:pointer;
	text-align: center;
	width:50px;
	height:50px;
	background-color: #f5245f;
	display:none;	
}

#scroll:hover {
	background-color:#2e2e2e;
	opacity:1;
	filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}

header {
	border-bottom: 1px solid #f5f5f5;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 152px;
	background-color: white;
	top: 0;
	-webkit-transition: height 0.2s ease; 
	-moz-transition: height 0.2s ease; 
	transition: height 0.2s ease; 
}

.header_scrolled {
	height: 80px!important;
	overflow: hidden;
}

.navbar-brand {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.navbar-brand img {
	max-width: 425px;
}

.menu-hoofdmenu-container {
	width: 100%;
}

.nav {
	text-align: center;
}

nav ul li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0 19px;
}

nav ul li a {
	display: block;
	text-align: center;
	color: #c1c1c1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 41px;
}

nav ul li a:hover {
	color: #91be24;
	text-decoration: none;
}

nav ul ul {
	display: none;
	position: absolute;
	background-color: white;
	width: 215px;
	left: 0;
	padding-left: 0;
}

nav ul li:hover ul {
	display: block;
}

nav ul ul li {
	width: 100%;
	padding: 0;
}

nav ul ul li a {
	text-align: left;
	font-size: 13px;
	display: block;
	width: 100%;
	height: auto;
	padding: 15px 19px;
}

nav ul ul li a:hover {
	background-color: #f5f5f5;
}

#breadcrumbs {
	background-color: #f5f5f5;
	width: 100%;
	height: 75px;
	color: #c1c1c1;
	padding-top: 25px;
}

#breadcrumbs span {
   	color: #91be24;
  	font-size: 14px;
  	line-height: 22px;
  	font-weight: 500;
  	text-transform: uppercase;
  	text-decoration: none;
}

#breadcrumbs a.home span {
	color: #c1c1c1!important;
	text-transform: none;
}

#breadcrumbs a.home:hover span {
	color: #91be24!important;
}

#page-foto {
	margin-top: 45px;
}

#map {
	height: 445px;
	width: 100%;
}

.container-fluid.mainwrapper {
	margin-top: 185px;
	margin-bottom: 40px;
	padding-right: 0px;
    	padding-left: 0px;
}

#contentwrapper {
	margin-top: 152px;
}

#home-columns div[class^=col-] {
	padding: 15px;
}

#home-columns div[class^=col-] img {
	width: 100%;
	height: auto;
}

.entry-content {
	padding-top: 40px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-content h2 {
	background-color: #91be24;
	color: white;
	position: relative;
    	display: inline-block;
   	vertical-align: middle;
    	padding: 0 40px;
    	font-size: 17px;
   	line-height: 50px;
    	text-align: center;
    	margin: 25px 0px;
    	text-transform: uppercase;
    	left: 50%;
   	transform: translateX(-50%);
   	letter-spacing: 2px;
}

.entry-content a, .entry-content a:visited {
	color: #91be24;
	text-decoration: none;
}

.entry-content ul {
	margin-bottom: 0px;
	padding-left: 17px;
}

.split-3, .split-2 {
	margin: 0px -10px;
	margin-bottom: 20px;
}

.split-3 img {
	width: 33.33333%;
	height: auto;
	padding: 0px 10px;
}

.split-2 img {
	width: 50%;
	height: auto;
	padding: 0px 10px;
}

/* contactformulieren */
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	border: 1px solid #e1e1e1;
    	color: #949494;
    	background-color: white;
    	padding: 10px 17px;
    	width: 100%;
    	line-height: 18px;
    	margin-bottom: 3px;
    	outline: 0;
}

.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}

.wpcf7-form-control.wpcf7-submit {
	background-color: #91be24;
	position: relative;
	display: inline-block;
	width: auto;
	height: 43px;
	line-height: 43px;
	padding: 0 28px;
	font-size: 12px;
	color: white;
	text-align: center;
	border: 1px solid #91be24;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;  
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background-color: #16171d;
	border: 1px solid #91be24;
	color: #91be24;
}

span.wpcf7-not-valid-tip {
	margin-bottom: -20px;
}

div.wpcf7-response-output:before {
	content: "\f12a";
	font-family: FontAwesome;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 40px;
}

div.wpcf7-response-output {
	background-color: #e44141;
	color: white;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 17px 30px 17px 55px;
	text-transform: uppercase;
	border: 0;
	margin: 0;
}

input.wpcf7-form-control[type=text] {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	appearance: none!important;
	border-radius: 0!important;
}
/* einde stijl contactformulier */

footer {
	background-color: #f8f7f7;
	padding: 60px 0px;
}

footer .widget {
	color: #949494;
	line-height: 23px;
}

footer .widget h4 {
	font-size: 21px;
   	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e50261;
	margin-bottom: 15px;
}

footer a, footer a:visited {
	color: #949494;
}

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

a {
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out;  
}

::selection {
	background: #91be24;
	color: #fff;
}

@media (min-width: 1200px) {
.container {
	max-width: 1300px;
}
}

@media (max-width: 1024px) {
header {
	height: 80px;
}

.mobmenul-container {
	top: 23px!important;
}

.mobmenu_content #mobmenuleft .sub-menu {
	padding-left: 0px;
}

.mobmenu_content #mobmenuleft .sub-menu a {
	padding-left: 20px;
}

#page-foto {
	margin-top: 60px;
}

.container-fluid.mainwrapper, #contentwrapper {
	margin-top: 40px;
}
}

@media (max-width: 767px) {
footer .widget {
	margin-bottom: 25px;
}
}

@media (max-width: 650px) {
.navbar-brand {
	padding-top: 20px;
}

.navbar-brand img {
	max-width: 280px;
}
}

@media (max-width: 400px) {
.navbar-brand {
	padding-top: 25px;
}

.navbar-brand img {
	max-width: 195px;
}
}